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 11 10:16:44 AM EDT 2026: now start nightly benchmarks' Mon May 11 10:16:44 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 Already up to date. + ../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:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:classification:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:core.tests:clean > Task :lucene:analysis.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:benchmark:clean > Task :lucene:distribution.tests:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:grouping:clean > Task :lucene:join:clean > Task :lucene:misc:clean > Task :lucene:replicator:clean > Task :lucene:backward-codecs:clean > Task :lucene:monitor:clean > Task :lucene:facet:clean > Task :lucene:highlighter:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:icu:clean > Task :lucene:luke:clean > Task :lucene:suggest:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:queries:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 5s 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 40c563c..63c1b2b main -> origin/main Updating 40c563c..63c1b2b Fast-forward src/main/knn/KnnGraphTester.java | 6 +- src/main/perf/LineFileDocs.java | 12 ++- src/python/autologger.py | 3 + src/python/constants.py | 17 ++++ src/python/knnExactNN.py | 110 ++++++++++++++----------- src/python/knnPerfTest.py | 170 ++++++++++++++++++++++++++++++--------- src/python/knnVarianceTest.py | 24 +++--- 7 files changed, 239 insertions(+), 103 deletions(-) + 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.11.lucene-tests.txt took: 1.6 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.11.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: 299 open, 3935 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-11 10:20:55.840247] start [2026-05-11 10:20:55.840357] log dir /l/logs.nightly/2026.05.11.10.20.55 Java version (see also /l/logs.nightly/2026.05.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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 = 452984832 {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.11.10.20.55/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.11.10.20.55/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 95: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 95 CPUs which need to have their frequency coordinated by software: 95 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.05.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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.11.10.20.55/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 29af85188d5c4415f42e0e56f484819264bff070 last successful Lucene rev 29af85188d5c4415f42e0e56f484819264bff070, luceneutil rev 40c563c7470e2788e47ee0c9f7162e693c42fd3c run ['git', 'log', '29af85188d5c4415f42e0e56f484819264bff070^..29af85188d5c4415f42e0e56f484819264bff070'] No commit message asking for regold of results files [2026-05-11 10:20:56.051488] 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-11 10:20:56.285143] 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-11 10:20:56.285228] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.11.10.20.55/clean-lucene.log 2>&1 [2026-05-11 10:21:00.508074] took 4.2 sec [2026-05-11 10:21:00.508117] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.11.10.20.55/jar-lucene.log 2>&1 [2026-05-11 10:21:14.509602] took 14.0 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-11 10:21:17.156645] 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: 146131.00 stored_field_size_mb: 624.38 retrieved_time_msec: 171.29 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: 350135.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1335.99 Done: took 1020.04 seconds, saved to /l/logs.nightly/2026.05.11.10.20.55/geonames-stored-fields-benchmark-results.pk [2026-05-11 10:38:17.673141] done run stored fields benchmark [2026-05-11 10:38:17.673161] 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 11, 2026 10:38:18 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: 1504.435794833333 ms Total time creating SSDVFacetCounts: 3032.0386206999992 ms Total time taken to get all dims for taxonomy: 0.09884556666666668 ms Total time taken to get all dims for SSDV: 0.0691766 ms Total time to get top dims for taxonomy: 0.03501903333333333 ms Total time to get top dims for SSDV: 0.032365066666666664 ms Total time to get top "address.taxonomy/TX" children: 0.10890286666666667 ms Total time to get top "address.sortedset/TX" children: 0.19286976666666664 ms Total time to get all "address.taxonomy/TX" children: 0.13764069999999995 ms Total time to get all "address.sortedset/TX" children: 0.5782645333333334 ms Done: took 3490.78 seconds, saved to /l/logs.nightly/2026.05.11.10.20.55/nad-facet-benchmark.pk [2026-05-11 11:36:28.450644] done run NAD facets benchmark [2026-05-11 11:36:29.082077] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 29af85188d5c4415f42e0e56f484819264bff070 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:highlighter:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:expressions: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:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:compileJava 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:icu:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 5s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 33.26 GB available RAM: 243.20 GB used RAM: 8.52 GB dirty RAM: 1.57 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%) 3.3s smell: 200/2000 ( 10%) 3.3s smell: 300/2000 ( 15%) 3.3s smell: 400/2000 ( 20%) 3.3s smell: 500/2000 ( 25%) 3.3s smell: 600/2000 ( 30%) 3.3s smell: 700/2000 ( 35%) 3.3s smell: 800/2000 ( 40%) 3.3s smell: 900/2000 ( 45%) 3.3s smell: 1000/2000 ( 50%) 3.3s smell: 1100/2000 ( 55%) 3.3s smell: 1200/2000 ( 60%) 3.3s smell: 1300/2000 ( 65%) 3.3s smell: 1400/2000 ( 70%) 3.3s smell: 1500/2000 ( 75%) 3.3s smell: 1600/2000 ( 80%) 3.3s smell: 1700/2000 ( 85%) 3.3s smell: 1800/2000 ( 90%) 3.3s smell: 1900/2000 ( 95%) 3.3s smell: 2000/2000 (100%) 3.3s smell: 3 degenerate dim(s) found in 3.5s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▆██▄ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▂▃▇█████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0491, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▁▅█▇▃ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▃▆██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0485, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▂▄█▇▄ ] dim 0971 μ= +0.013 σ= 0.049 zeros= 0% [ ▁▃▅██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0489, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▇█▂ ] dim 0000 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▂▇█▂ ] dim 0001 μ= +0.019 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▃█▇▂ ] dim 0002 μ= -0.008 σ= 0.034 zeros= 0% [ ▃▆████▃▁ ] [ ▆█▂ ] dim 0003 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▂ ] dim 0004 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▆▁ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅████▃▁ ] [ ██ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▅██▇▁ ] [ ▁█▄ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▄█▄ ] dim 0009 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▄██▁ ] dim 0010 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█▆▂ ] dim 0011 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ █▂ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ █▃ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▆█▅ ] dim 0014 μ= +0.004 σ= 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.015 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂ ] [ ▄█▄ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▇███▆▂ ] [ ▁█▅ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▂█▂ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃▇█▄ ] dim 0022 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄▇█▇▅ ] dim 0023 μ= -0.009 σ= 0.047 zeros= 0% [ ▁▃▇██████▄▂▁ ] [ ▃█▆▁ ] dim 0024 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▂▇█▁ ] dim 0025 μ= +0.018 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▂ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▅ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▆█▄ ] dim 0028 μ= +0.026 σ= 0.030 zeros= 0% [ ▂▇███▆▁ ] [ ▇█▂ ] dim 0029 μ= +0.000 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▂█▄ ] dim 0030 μ= -0.010 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ █▁ ] dim 0031 μ= -0.012 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▆ ] dim 0032 μ= +0.031 σ= 0.036 zeros= 0% [ ▁▂█████▄▁ ] [ ▃█▅ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ ██ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▇█▆ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█ ] dim 0036 μ= +0.000 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▂█▅ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▇ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▅█▇▂ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█ ] dim 0041 μ= +0.005 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▅█▃ ] dim 0042 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▅ ] dim 0043 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▇▁ ] dim 0044 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▇ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ █▄ ] dim 0046 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▄ ] dim 0047 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▇███▅▁ ] [ ▂▆█▅▂ ] dim 0048 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▇█▃ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▃█▇ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▄████▂ ] [ ▂██▄ ] dim 0051 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁█ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ █▇ ] dim 0053 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▆ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ █▇ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▇█▁ ] dim 0056 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▆▂ ] dim 0057 μ= +0.014 σ= 0.033 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▆ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▆ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▄█▅ ] [ ▄█▃ ] dim 0061 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▆▁ ] dim 0062 μ= -0.031 σ= 0.036 zeros= 0% [ ▁▂█████▄▁ ] [ ▁█▇ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ ▃█▅ ] dim 0064 μ= -0.011 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ ▆█▄ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▂ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃██▃ ] dim 0067 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▂▇████▆▂ ] [ ▃█▅ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █▄ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▆██▂ ] [ ▂█▄ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▄█▄ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ █▅ ] dim 0072 μ= +0.012 σ= 0.020 zeros= 0% [ ▁███▃ ] [ █ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▅██ ] dim 0074 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▂▇████▂▁ ] [ █▇ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▇█ ] dim 0076 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▅██▅▁ ] [ ▆█▆▂ ] dim 0077 μ= -0.011 σ= 0.040 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ █▇ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂█▄ ] dim 0079 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ █ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▆█▇ ] [ ▂█▄ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▄█▇▁ ] dim 0082 μ= +0.012 σ= 0.038 zeros= 0% [ ▂▃▇████▅▂▁ ] [ ▁█▆ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▃█▆ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ █▇ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁██▄ ] dim 0086 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▄ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▄█▅ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▁▇█▄ ] dim 0089 μ= +0.024 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▁▇█▅ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▁█▃ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█▇▂ ] dim 0092 μ= +0.036 σ= 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.007 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▁██ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▆█▃ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ █▅ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▅█ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▇█ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▃█▆ ] dim 0102 μ= -0.008 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▂█▂ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▂█▆ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▄ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▅ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▇█ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▂▆█▅ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▃ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█▄ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▄█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▄█▂ ] dim 0112 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▁█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▇▃ ] dim 0114 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄█▅ ] dim 0115 μ= -0.013 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁███▁ ] [ █▄ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▄█▄ ] dim 0118 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▄ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ ▅█▆▂ ] dim 0120 μ= -0.031 σ= 0.039 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁█▆ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ██ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▄█ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▂█▂ ] dim 0124 μ= -0.014 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▅█▇▃ ] dim 0125 μ= -0.006 σ= 0.045 zeros= 0% [ ▂▅█████▇▄▂ ] [ ▅█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▅█ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ██▄ ] dim 0128 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▁▅▇█▃ ] dim 0129 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▃█████▆▃▁ ] [ █▇ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▂ ] dim 0131 μ= -0.001 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▅█▃ ] dim 0132 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▁▆█▇ ] [ ▇█▁ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▃ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▇▂ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▁▅█████▆▂ ] [ ▁▆█▂ ] dim 0137 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▆ ] dim 0138 μ= +0.036 σ= 0.027 zeros= 0% [ ▃███▇▂ ] [ ▅█▄ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ ▃█▂ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂█▁ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▃███▂ ] [ █ ] dim 0142 μ= +0.008 σ= 0.015 zeros= 0% [ ▆█▇▁ ] [ ▆█▂ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▆▁ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄▇█▂ ] dim 0146 μ= +0.017 σ= 0.032 zeros= 0% [ ▂▄████▅▁ ] [ ▆█▄ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ ██ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▃█▄ ] dim 0149 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▄█▅▁ ] dim 0150 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃▆████▄▁ ] [ ▆█▇▁ ] dim 0151 μ= +0.009 σ= 0.038 zeros= 0% [ ▂▄█████▅▁ ] [ ▄█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▂██▇ ] [ ▂██ ] dim 0153 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▅▂ ] dim 0154 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▃▁ ] [ █ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▅█▇ ] [ ▃█▇▂ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▄████▄▂ ] [ ▂█▇ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ █▆ ] dim 0158 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▄▆█▃ ] dim 0159 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ██ ] dim 0160 μ= -0.002 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▅▇█▂ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ██ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▇█▂ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▁████▃▁ ] [ ▃█▅ ] dim 0164 μ= +0.032 σ= 0.030 zeros= 0% [ ▂▅███▇▂▁ ] [ ▄█▅ ] dim 0165 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▇▂ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ █▄ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▂█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▇█▂ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▂ ] dim 0170 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▅ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▇█▂ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0175 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▃▇███▇▂ ] [ ▅█ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▃█▄ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄███▅▂ ] [ ▆█▁ ] dim 0178 μ= +0.022 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▂██▄ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▄ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▆█ ] dim 0181 μ= -0.002 σ= 0.026 zeros= 0% [ ▃▇███▃ ] [ ▂█▆ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▇▄ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▂▄█████▇▃▂▁ ] [ ▄█▄ ] dim 0184 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▁██▆ ] dim 0185 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ █▆ ] dim 0186 μ= -0.004 σ= 0.019 zeros= 0% [ ▁▅██▄ ] [ ▄█▂ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ █▆ ] dim 0188 μ= +0.035 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▅█▅▃ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▄▇████▆▃▁ ] [ ▅█▆▂ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃█████▅▁ ] [ ▅██▂ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▁▇█▂ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▁▇█▄ ] dim 0193 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅ ] dim 0194 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▄ ] dim 0195 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▃ ] dim 0196 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ █ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▅█▂ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▁██▃ ] dim 0199 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▆█▃ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▃████▅▁ ] [ █▃ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▆█▁ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅█▅ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▂▇█▃ ] dim 0204 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▂█▅ ] dim 0205 μ= +0.013 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▅█▂ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▄█▇▁ ] dim 0207 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ █▅ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▇█ ] dim 0209 μ= +0.018 σ= 0.024 zeros= 0% [ ▂▇██▇▁ ] [ █▃ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▂▇█▃ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▇▃ ] dim 0212 μ= +0.017 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ █▇ ] dim 0213 μ= -0.003 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▃██▂ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▁██▂ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▂█▇ ] dim 0216 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▄ ] dim 0217 μ= +0.003 σ= 0.031 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.009 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▃▇███▂ ] [ ▄█▃ ] dim 0223 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▁█▇▂ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▅ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▃███▇▂ ] [ ▅█▂ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▅█▆ ] dim 0227 μ= -0.034 σ= 0.031 zeros= 0% [ ▂▇███▇▂▁ ] [ ▄██▃ ] dim 0228 μ= +0.039 σ= 0.039 zeros= 0% [ ▁▃██████▃▁ ] [ ▄█▂ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▂█▁ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▄█▂ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▄ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0233 μ= -0.028 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▃▇█▃ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0235 μ= +0.002 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▁▅█▃ ] dim 0236 μ= +0.020 σ= 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.028 zeros= 0% [ ▂▇███▅▁ ] [ ██ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▂▆█▇▁ ] dim 0241 μ= +0.028 σ= 0.039 zeros= 0% [ ▂▅█████▅▂ ] [ ▆█▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ █▅ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▅█▇▁ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▇████▄▂ ] [ ▂▇█▄ ] dim 0245 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▇█▄ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▇▁ ] dim 0248 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▄ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▁ ] dim 0250 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▂██▄ ] [ █▅ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▂ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▄███▃ ] [ ▆█▂ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▅▁ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▄█████▄▂ ] [ ▁▆██▃ ] dim 0256 μ= -0.013 σ= 0.047 zeros= 0% [ ▁▄▇█████▇▃▁ ] [ █▇▂ ] dim 0257 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▂ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▃▆█▂ ] dim 0260 μ= -0.003 σ= 0.034 zeros= 0% [ ▂▅████▅▁ ] [ ▅█ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▂█ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▃ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▆█▆ ] dim 0264 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▅ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▁ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▄███▂ ] [ █▂ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ ▃▆█▅ ] dim 0268 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▅█▂ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▃ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ █▄ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▃█▆▁ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▃▆████▅▁▁ ] [ ▅█▄ ] dim 0274 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▇███▇▃▁ ] [ ▅█▁ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ █▄ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▅█▄ ] dim 0277 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▁█▄ ] dim 0278 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▂▇█▄ ] dim 0279 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▂ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▅█▂ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▂█ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▄█▅ ] dim 0283 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▅ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▁▆███▇▃▁ ] [ ▅█▆ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▇ ] dim 0286 μ= -0.009 σ= 0.033 zeros= 0% [ ▂▇████▃▁ ] [ ▄█▁ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▂▇█▇▄ ] dim 0288 μ= -0.012 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ ▂█▄ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▇▂ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▂▇████▅▁ ] [ █ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▇█▅ ] [ ▁▇█▄ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▁██ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▄█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▆█▁ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ █▆ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▁█▄ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▂ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▁▇█▂ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▃ ] dim 0301 μ= +0.007 σ= 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.030 zeros= 0% [ ▁▃████▄▁ ] [ ▁▄█▃ ] dim 0305 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▇▂ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▃▆████▄▂ ] [ █▁ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▅█▅ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▂▄█████▄▁ ] [ ▆█▅ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▃████▅▁ ] [ ▅█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ██▁ ] [ █ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▃█▇▃ ] dim 0312 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂ ] [ ▄█ ] dim 0313 μ= +0.003 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▃▇█▆▂ ] dim 0314 μ= +0.005 σ= 0.046 zeros= 0% [ ▁▂▃▇█████▅▃▁ ] [ ██ ] dim 0315 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ █▆ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▂███▆▂ ] [ ▄█▃ ] dim 0317 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ █▁ ] dim 0318 μ= -0.010 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▄█▄ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▆███▇▃ ] [ ▅█▄ ] dim 0320 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ █▆ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▄█▆▁ ] dim 0322 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▅▁ ] [ ▄█▇▂ ] dim 0323 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▂▇████▅▁ ] [ ▇█ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▅██▅▁ ] [ ▄█▆▁ ] dim 0325 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▇ ] dim 0326 μ= -0.006 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▇█ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ █ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▆█▂ ] [ ▆█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▆▁ ] [ ▄█▆▃ ] dim 0330 μ= +0.017 σ= 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.027 zeros= 0% [ ▃████▃ ] [ █▇ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▅█▁ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▂██▄ ] dim 0336 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▄ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▅ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▃ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▁▆█▃ ] dim 0340 μ= +0.000 σ= 0.033 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.013 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂█▅ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▃███▇▁ ] [ █▇ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▁██▂ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆▁ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▂█▆ ] dim 0349 μ= -0.027 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▅██▃ ] [ ██▂ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▆█▆ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▂ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▆██▂ ] dim 0354 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂ ] [ ▂█▄ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0356 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▁█▇ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ██ ] dim 0358 μ= -0.003 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▁█▃ ] dim 0359 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▆ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▆ ] dim 0361 μ= -0.014 σ= 0.036 zeros= 0% [ ▂▃████▆▃▁ ] [ █▇ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▁▇█▃ ] dim 0363 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▄ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ ▇█ ] dim 0366 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▅██▇▁ ] [ ▁█ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▅ ] [ █▄ ] dim 0368 μ= -0.008 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ █▃ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▆█▅▂ ] dim 0371 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▇█▃ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▅████▇▂ ] [ ▁█▇▂ ] dim 0373 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ ▅█ ] dim 0374 μ= -0.019 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▃█▆ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ █▂ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂▇█▁ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▁ ] dim 0378 μ= -0.000 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▆█▂ ] dim 0379 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ █▆ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▅█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▄█▇ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ██▅ ] dim 0383 μ= +0.025 σ= 0.035 zeros= 0% [ ▁▄████▇▂▁ ] [ ▂█▄ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▁ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▃█▅ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▃█▆ ] [ ▁▆█▇▃ ] dim 0388 μ= +0.011 σ= 0.044 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▄█▄ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▃ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ██▃ ] dim 0391 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0392 μ= +0.019 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▅█▄▁ ] dim 0393 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▃█████▅▂ ] [ ██ ] dim 0394 μ= +0.018 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▂▇█▃ ] dim 0395 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▅████▅▂ ] [ ▃█▃ ] dim 0396 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▄█ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▃▆█▅ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ █ ] dim 0399 μ= -0.012 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▃█▆▃ ] dim 0400 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▇█▄ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▄█▁ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▆███▂ ] [ ▁█▇▁ ] dim 0403 μ= -0.004 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▆█▁ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▃██▁ ] dim 0405 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▅██▃ ] [ █▃ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▆█ ] dim 0408 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▄█▄ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▁ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▆███▄ ] [ ▆█▂ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▂▅█▄ ] dim 0412 μ= +0.004 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁█▅ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▂█▆ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ █▅ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▇▄ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█▄ ] dim 0417 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▃█ ] dim 0418 μ= -0.016 σ= 0.022 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▃▆█▄ ] dim 0420 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▁▄████▇▂▁ ] [ ▆█▂ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▇███▄▁ ] [ ▄█▅ ] dim 0422 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ █▄ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▂▇██▆▁ ] [ █▆ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▇█▅▁ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▂▄█████▄▁ ] [ ▇█ ] dim 0426 μ= +0.018 σ= 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.014 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁█▄ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█▃ ] dim 0433 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▆███▆▂▁ ] [ ▆█▂ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁█ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▃█▇▁ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅████▄▁ ] [ ▃█▅ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▅███▇▂ ] [ ▇█ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▃ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▃ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▇▄ ] dim 0441 μ= +0.019 σ= 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.045 zeros= 0% [ ▂▄█████▇▅▂▁ ] [ ▃█▁ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▁▇█▁ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▁ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▂▆███▂ ] [ ▄█▆ ] dim 0448 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂ ] [ █▄ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▃█▃ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▄█▄ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ █▄ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▃█ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▂▇▇█▃ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▁▆█▄ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▅ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▂██▁ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▅ ] dim 0459 μ= -0.011 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂█▆ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ █▄ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▃█▂ ] dim 0462 μ= -0.015 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▁▆█▄ ] dim 0463 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃█████▂▁ ] [ ▃▇█▅ ] dim 0464 μ= -0.018 σ= 0.041 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▂█▇ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄██▄ ] dim 0466 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▅█▁ ] dim 0467 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▄█▁ ] dim 0468 μ= +0.005 σ= 0.021 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.003 σ= 0.028 zeros= 0% [ ▄████▃ ] [ ▁█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ █▄ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃▆█▅ ] dim 0475 μ= -0.001 σ= 0.040 zeros= 0% [ ▁▃█████▇▄▁ ] [ ▁█▄ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄ ] [ █▇ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▆██▄ ] [ ██ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ ▄█▄ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▃▆███▅▂ ] [ ▄█▆ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▆█ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▅█▇ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▆ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▅ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▄████▇▃▁ ] [ █▄ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▆█▃ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▁██ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▄██▆▂ ] dim 0488 μ= +0.024 σ= 0.046 zeros= 0% [ ▂▄▇█████▆▂▁ ] [ █▇ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▄ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▆███▇▃▁ ] [ ▇█ ] dim 0491 μ= +0.019 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▅ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▃ ] dim 0493 μ= +0.013 σ= 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.014 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▃█▇▃ ] dim 0498 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▃█▄ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▂██▅ ] dim 0500 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▃ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▆█ ] dim 0502 μ= +0.021 σ= 0.023 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.024 zeros= 0% [ ▃███▅▁ ] [ ▄▇█▃ ] dim 0508 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▇█▁ ] dim 0509 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▆███▂▁ ] [ ▃█▆ ] dim 0510 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▄ ] dim 0511 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▄ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ██▃ ] [ ▃█▅ ] dim 0514 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▆ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ ▃█ ] dim 0516 μ= +0.025 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▃██▃ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂ ] [ ▅█▂ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▅█▂ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▇▁ ] dim 0520 μ= +0.013 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█▃ ] dim 0521 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▇█ ] dim 0523 μ= +0.019 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▃█▆ ] dim 0524 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ █▄ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▂██ ] [ ▆█▃ ] dim 0526 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▅ ] dim 0527 μ= +0.012 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ ▆█▃ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃▇█ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▅████▂ ] [ ▅█▄ ] dim 0530 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▃ ] dim 0531 μ= -0.016 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃██▃ ] dim 0532 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▇█ ] dim 0533 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▇▃ ] dim 0534 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▂▆█▅▁ ] dim 0535 μ= -0.017 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▁ ] [ █▇ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▅█▃ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▃ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ ▂▅█▄ ] dim 0539 μ= +0.004 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃█▆▂ ] dim 0540 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ██▂ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃██▂ ] dim 0542 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃▇█▄ ] dim 0543 μ= +0.019 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█▂ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▄█ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▆█▄ ] dim 0546 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▄████▇▂ ] [ ▃█▃ ] dim 0547 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▂ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▂█▅ ] dim 0549 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▄███▇▃▁ ] [ ▅█▇▄ ] dim 0550 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▄▇████▇▂▁ ] [ █ ] dim 0551 μ= +0.007 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂█▇ ] dim 0552 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▂█▇ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ██ ] dim 0554 μ= +0.019 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▃█▆▁ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▅ ] dim 0556 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▅ ] dim 0558 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▁▇██▂ ] dim 0559 μ= -0.009 σ= 0.042 zeros= 0% [ ▁▂▄█████▅▃▁ ] [ ▄██▅ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▃██▃ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▄█▇ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▁ ] dim 0564 μ= +0.005 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▅█▄ ] dim 0566 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▃█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▁█▆ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█▅ ] dim 0569 μ= -0.017 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▆ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▃███▅▂ ] [ ▅█▄ ] dim 0571 μ= +0.002 σ= 0.031 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.003 σ= 0.042 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▁█▇ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ██▁ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▇███▂▁ ] [ ▆█▆▁ ] dim 0578 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▆ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ ▁██▂ ] dim 0580 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0581 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▃█ ] dim 0582 μ= +0.025 σ= 0.019 zeros= 0% [ ▂██▇▁ ] [ █▄ ] dim 0583 μ= -0.007 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▆█▂ ] dim 0584 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃▇███▅▂ ] [ ▃▆██▄ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▂▃▇█████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0491, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▅█ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ █▃ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▆█▅ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▃▇████▃▁ ] [ ▅█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▆█▅ ] dim 0590 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▂██▅ ] [ █▇ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▂▆██▆▁ ] [ ▄██▃ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▂▇████▆▂ ] [ ▁▆█▃ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▄█▄ ] dim 0595 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▄█ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▂█▇ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▅█▂ ] dim 0598 μ= +0.004 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▂█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▁▅█▃ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▅████▇▃▁ ] [ █▅ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▂█▁ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▇█ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▇█▄ ] dim 0604 μ= +0.001 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▂▇█ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▃ ] [ ▁█▂ ] dim 0606 μ= +0.030 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▁▇█▄ ] dim 0607 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▅████▆▁ ] [ ▃▇█▅ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▆█▅ ] dim 0609 μ= +0.006 σ= 0.031 zeros= 0% [ ▃▇███▆▂ ] [ ██ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▆█ ] dim 0611 μ= -0.002 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁▆█▆▂ ] dim 0612 μ= +0.011 σ= 0.040 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▆█ ] dim 0613 μ= +0.019 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▂█▃ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ █▄ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▁██ ] dim 0616 μ= -0.005 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ ▆█▅ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▂████▆▂▁ ] [ ▆█▄ ] dim 0618 μ= +0.004 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▃ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▁▆█ ] dim 0620 μ= -0.004 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▅█▁ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▆▁ ] dim 0622 μ= -0.007 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▂█▄ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▃███▄ ] [ █▆ ] dim 0624 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▆█▁ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▂▇█▆ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▂▄█████▄▂ ] [ █▇ ] dim 0627 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▂████▂ ] [ ▃▇█▆▁ ] dim 0628 μ= -0.019 σ= 0.036 zeros= 0% [ ▂▆█████▃ ] [ ▅█▅ ] dim 0629 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▅█▂ ] dim 0630 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▇███▃ ] [ ▆█▃ ] dim 0631 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▂████▃▁ ] [ ▂█▂ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▄█▁ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▄███▂ ] [ █▃ ] dim 0634 μ= -0.009 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▃██▃ ] dim 0635 μ= -0.020 σ= 0.038 zeros= 0% [ ▂▆████▇▃▁ ] [ ▇█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▅██▅▁ ] [ ▂██▁ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▃ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▂▅████▄▁ ] [ ▄█ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▁▅██▄ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▁▅█████▆▂▁ ] [ ▆█▁ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ █▄ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▅█▃ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ ▃▇█▁ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0646 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▆████▂▁ ] [ █▇ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▆█▄ ] dim 0648 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▂▆███▅▁ ] [ ▆█▆▂ ] dim 0649 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▄▇████▅▁ ] [ ▃█▄ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▅███▇▃▁ ] [ ▆█▄ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▇███▇▂▁ ] [ ▅█▇ ] dim 0652 μ= +0.030 σ= 0.031 zeros= 0% [ ▂▇███▇▃ ] [ ▄█▅ ] dim 0653 μ= -0.014 σ= 0.031 zeros= 0% [ ▃▇███▇▂▁ ] [ ██ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▁ ] dim 0655 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▄█ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▄█▅▂ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▅█ ] dim 0658 μ= +0.000 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ ▁█▇▂ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▁▅█▄ ] dim 0660 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ █▇ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄█ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃▇█▇▃ ] dim 0663 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▆█▂ ] dim 0664 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▆██▁ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▁▄█████▅▂ ] [ ▁█ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▆█▂ ] dim 0669 μ= -0.018 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▄ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▃███▄ ] [ ▂█▄ ] dim 0671 μ= +0.031 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▄█▄ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▃ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ██▂ ] dim 0674 μ= +0.020 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▁██▁ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▆█▄ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▄██▄ ] dim 0677 μ= +0.020 σ= 0.035 zeros= 0% [ ▂▅████▆▂ ] [ █▆ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▂▇██▅▁ ] [ ▁██▁ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▂ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ██ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁████▂ ] [ ▂█▂ ] dim 0682 μ= -0.012 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▆█▃ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▃██▄ ] [ ▃█▆ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▄██▅ ] dim 0686 μ= -0.022 σ= 0.042 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▂█▇▁ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▅ ] dim 0688 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▃ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▃███▃ ] [ █▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂██▂ ] dim 0691 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂██▂ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▄ ] dim 0693 μ= -0.015 σ= 0.033 zeros= 0% [ ▃████▇▃▁ ] [ ▂█▄ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▄█▃ ] dim 0695 μ= -0.016 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▃ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▃██▄ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃████▇▂ ] [ ▆█ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁██▁ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▁█▇ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▃████▂ ] [ ▃█▆ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ █▇ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▁ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ██ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▃█▇ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▆████▂ ] [ ▁█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▅█ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▃█▄ ] dim 0708 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▇█ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▂▆███▁ ] [ ▃▆█▂ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▄█▇▄ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▃ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▇ ] dim 0713 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▇▂ ] dim 0714 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▇████▅▁▁ ] [ █▇ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ █▄ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▄█▆ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ █▆ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▂▇█▃ ] dim 0719 μ= +0.041 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂ ] [ ▂▇█▁ ] dim 0720 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▂ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▆█▄ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▆▁ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▂ ] dim 0725 μ= +0.004 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▅██▂ ] dim 0726 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃█████▆▂ ] [ ▁█▄ ] dim 0727 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▄█ ] dim 0728 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▅ ] dim 0729 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▄ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▇█▄ ] dim 0731 μ= +0.003 σ= 0.031 zeros= 0% [ ▃████▆▁ ] [ ▄█▅ ] dim 0732 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▃ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▄ ] [ ▁█▃ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▃▁ ] [ ▃█▂ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▄███▂ ] [ █▆ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁▇█▃ ] dim 0737 μ= -0.021 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▄▇█▄ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▁▄▆█████▅▂▁ ] [ ▄█▁ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▄▇█▄ ] dim 0740 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▅ ] dim 0741 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▇ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▃█ ] dim 0743 μ= -0.039 σ= 0.019 zeros= 0% [ ▂██▇▁ ] [ ▇█▃ ] dim 0744 μ= +0.004 σ= 0.030 zeros= 0% [ ▃▆███▆▁ ] [ ██ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ █▄ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▅██▂ ] [ ▂█▆ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▂ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▄ ] dim 0749 μ= -0.012 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃█▆▃ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▆█▄ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▇█▂ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▃ ] [ ▁█▆ ] dim 0753 μ= -0.008 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▄█▄ ] [ █▄ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▅██▃ ] [ ▂█▆ ] dim 0756 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▅█▃ ] dim 0757 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▄ ] [ ▅█▆ ] dim 0758 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁▆█▄ ] dim 0759 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.011 zeros= 0% [ ▂█▇ ] [ ▅██▃ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃█▅ ] dim 0762 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▇▂ ] dim 0763 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▅ ] dim 0764 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▂ ] dim 0765 μ= +0.012 σ= 0.017 zeros= 0% [ ▆██▂ ] [ ▅█▆ ] dim 0766 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▂▇████▃ ] [ ▂██▁ ] dim 0767 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▄ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃██▁ ] dim 0769 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▃█▇▂ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▄ ] [ █▃ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▃█▅ ] dim 0773 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▅██▂ ] dim 0774 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▄▇████▅▂ ] [ █▇ ] dim 0775 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▇█▆ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▄ ] dim 0777 μ= -0.016 σ= 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.024 zeros= 0% [ ▂████▂ ] [ ▁█▃ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▆█ ] dim 0783 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▁▇█ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▆ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▇██▇▁ ] [ ▆█▃ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▆█ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▅█▂ ] dim 0788 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁██ ] dim 0789 μ= +0.017 σ= 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.026 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.029 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ █▃ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ██ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▂▇██▇▁ ] [ █ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▆█▇▁ ] [ ▄██▃ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂ ] [ ▄█ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██ ] [ ██ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▇▄ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▃█████▇▂▁ ] [ ▅█▅ ] dim 0808 μ= +0.006 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ █▃ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▄█▅ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▇ ] dim 0811 μ= +0.013 σ= 0.032 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.002 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0816 μ= +0.041 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ █▂ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▅█▅ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂█████▂▁ ] [ ▅█▇▁ ] dim 0819 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▄ ] dim 0820 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ █▆ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▅█▇▁ ] dim 0823 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃██ ] dim 0824 μ= -0.006 σ= 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.000 σ= 0.039 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▄█▄ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁▇█▃ ] dim 0833 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ ▃▇█▄ ] dim 0834 μ= -0.001 σ= 0.035 zeros= 0% [ ▂▅████▆▂ ] [ ▂██ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▇█ ] dim 0836 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▅█▃ ] dim 0837 μ= +0.026 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ █▆ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▂█▄ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▃██▂ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▅ ] dim 0841 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▂ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃█▂ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▄█▆ ] dim 0845 μ= -0.011 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▇█ ] dim 0846 μ= -0.022 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▆█▅ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▁▆█▃ ] dim 0848 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▄██▁ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▇█ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▄█▃ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▆▁ ] dim 0852 μ= +0.011 σ= 0.037 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.009 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▄ ] dim 0857 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▂██▁ ] dim 0858 μ= -0.003 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█▄ ] dim 0860 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃████▆▁ ] [ ▄█ ] dim 0861 μ= +0.002 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▄██▃ ] dim 0862 μ= -0.025 σ= 0.036 zeros= 0% [ ▂▆████▆▂▁ ] [ ▁█▅ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▃█▄ ] dim 0864 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▆█ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█▁ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▂█▄ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▅█▁ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▁█ ] dim 0869 μ= -0.037 σ= 0.017 zeros= 0% [ ▁██▆▁ ] [ ▂▇█▂ ] dim 0870 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁▅█▄ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▆ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▄█████▄▂ ] [ ▄█▇ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▇▃ ] dim 0874 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▄ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▄██▁ ] [ █▁ ] dim 0876 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ██ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▅██▅▁ ] [ █▃ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▅██▃ ] dim 0879 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃█████▆▂ ] [ ▃█▆ ] dim 0880 μ= +0.031 σ= 0.032 zeros= 0% [ ▂▇███▇▃▁ ] [ ▃█▁ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▁▆█▄ ] dim 0882 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▂ ] dim 0883 μ= -0.016 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▂█▇▁ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▁ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▂ ] dim 0886 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▅█ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▁█▁ ] dim 0888 μ= -0.013 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0889 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇███▆▃ ] [ █▇ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▂ ] dim 0891 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▂▆███▄▁ ] [ █▂ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▇▂ ] dim 0893 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▂▇█ ] dim 0894 μ= -0.024 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▃▆█▄▂ ] dim 0895 μ= +0.000 σ= 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.017 zeros= 0% [ ▂██▅ ] [ ▃█▄ ] dim 0900 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▆ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▇████▃▁ ] [ ▅█▂ ] dim 0902 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▂▆█▃ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▄████▅▂▁ ] [ ▄█▂ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▄ ] dim 0905 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▆█▁ ] dim 0906 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ █ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▁ ] [ █▆ ] dim 0908 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▅█▂ ] dim 0909 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▁▅█▇▃ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▃▆██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0485, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ██▁ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▁ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▂█▆ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▅█▄ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▄██▂ ] dim 0916 μ= -0.006 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▁█▅ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▄██▂ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ ▁▅█▄ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▃████▆▂ ] [ █▄ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▄██▁ ] dim 0921 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▃▆████▄▁ ] [ ▃█▆ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ █▆ ] dim 0923 μ= -0.007 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▄█▂ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▅█▆ ] dim 0925 μ= -0.033 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▂█▅ ] dim 0926 μ= +0.033 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▅ ] dim 0927 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▂▇█▄ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▂▅████▆▃▁ ] [ ██ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ █▄ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▆██▄▁ ] [ ▁▆██▂ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ █ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▁▇█▅ ] [ █ ] dim 0933 μ= -0.013 σ= 0.012 zeros= 0% [ ▅█▅ ] [ ▂██▄ ] dim 0934 μ= -0.021 σ= 0.036 zeros= 0% [ ▂▅████▆▃▁ ] [ ▁██ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▆█ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ██▆▁ ] dim 0938 μ= +0.010 σ= 0.033 zeros= 0% [ ▂█████▃▁ ] [ ▅█▄ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇▁ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▂ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▅██▅ ] dim 0942 μ= +0.015 σ= 0.043 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▁█▃ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃█▆ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▃█▇ ] dim 0946 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▃█▃ ] dim 0947 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▆ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▆█▇ ] dim 0949 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▂████▆▂ ] [ ▄█ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▄███▁ ] [ ▂█▃ ] dim 0951 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▁█▇▂ ] dim 0952 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▇▁ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▇ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▇ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▅███▇▄▁ ] [ █▄ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▅█ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▃██▆ ] [ ▃█▄ ] dim 0958 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▇▁ ] dim 0959 μ= +0.000 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▆█ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ █▇ ] dim 0961 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ █▆ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▃█▃ ] dim 0963 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▅ ] dim 0964 μ= -0.014 σ= 0.032 zeros= 0% [ ▃▇████▂▁ ] [ ▁▆█▅ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▆█▇▃ ] dim 0966 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▁█▃ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▁ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▂█▇▃ ] dim 0969 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▅ ] dim 0970 μ= +0.009 σ= 0.037 zeros= 0% [ ▁▃█████▄▁ ] [ ▂▄█▇▄ ] dim 0971 μ= +0.013 σ= 0.049 zeros= 0% [ ▁▃▅██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0489, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▄█▇▁ ] dim 0972 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▇█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▅█ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▁██▃ ] [ █▆ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▅██▄ ] [ ▃█▇ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▅ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▃ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ██ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▄ ] dim 0980 μ= -0.009 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁█▇ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ██▃ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ██ ] dim 0984 μ= -0.003 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▂█▄ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▂██▆ ] dim 0986 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▂▅█████▂ ] [ ▁▆█▄ ] dim 0987 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▂▆█▄ ] dim 0989 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▃██▄ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ █▇ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ██▂ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▃▇███▄▁ ] [ ▄█▆▂ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▃▇████▄▂ ] [ ▇█▃ ] dim 0994 μ= +0.003 σ= 0.029 zeros= 0% [ ▃▇███▅▁ ] [ ▁▆█▅ ] dim 0995 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▁ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▃█▄ ] dim 0997 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ █▅ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ █▇ ] dim 0999 μ= +0.017 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ ▂██▃ ] dim 1000 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▄ ] dim 1001 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▃ ] dim 1002 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▇█ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▅██▅▁ ] [ ▁██ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▄ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▆ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▃ ] dim 1007 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ ▃█▄ ] dim 1009 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃▇█▄ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▇▄ ] dim 1011 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▅████▅▁ ] [ ▆█▁ ] dim 1012 μ= +0.001 σ= 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.010 σ= 0.016 zeros= 0% [ ▁▅██▁ ] [ ▃█▃ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▆ ] dim 1019 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▅███▇▃ ] [ █▆ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▂▇██▆▂ ] [ ▄█▆ ] dim 1021 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▄ ] dim 1022 μ= +0.006 σ= 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.3s smell: 200/2000 ( 10%) 0.5s smell: 300/2000 ( 15%) 0.7s smell: 400/2000 ( 20%) 1.0s smell: 500/2000 ( 25%) 1.2s smell: 600/2000 ( 30%) 1.5s smell: 700/2000 ( 35%) 1.8s smell: 800/2000 ( 40%) 1.9s smell: 900/2000 ( 45%) 2.1s smell: 1000/2000 ( 50%) 2.3s smell: 1100/2000 ( 55%) 2.6s smell: 1200/2000 ( 60%) 2.8s smell: 1300/2000 ( 65%) 3.1s smell: 1400/2000 ( 70%) 3.2s smell: 1500/2000 ( 75%) 3.6s smell: 1600/2000 ( 80%) 3.7s smell: 1700/2000 ( 85%) 4.0s smell: 1800/2000 ( 90%) 4.2s smell: 1900/2000 ( 95%) 4.5s smell: 2000/2000 (100%) 4.6s smell: 1 degenerate dim(s) found in 4.8s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▇▇█▅▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▁▂▄▇██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▆█▁ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▁██ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▃█▆▁ ] dim 0002 μ= -0.007 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ██▂ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▃▇███▃▁ ] [ ▅█▃ ] dim 0004 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▅▁ ] dim 0005 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0006 μ= +0.000 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ █▄ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▄█▃ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▇ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▆▂ ] dim 0011 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▄▇████▃▂ ] [ █▃ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▂█▅ ] dim 0013 μ= -0.010 σ= 0.022 zeros= 0% [ ▂███▃▁ ] [ ▁▇█▆ ] dim 0014 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃█████▂▁ ] [ ▇█ ] dim 0015 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▁█▆▁ ] dim 0016 μ= +0.000 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▄█▇▂ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▁▆█▆▂ ] dim 0018 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▃█████▆▂ ] [ ▆█▄ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▇███▆▂ ] [ ▁█▆ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█▂ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▂█▇▃ ] dim 0022 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▅████▆▃▁ ] [ ▂▆█▇▃ ] dim 0023 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▂▅██████▅▂ ] [ ▅██▂ ] dim 0024 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▁██▁ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▃█▂ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▇ ] dim 0027 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▃ ] dim 0028 μ= +0.025 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ █▇▂ ] dim 0029 μ= +0.000 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▃█▅ ] dim 0030 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▁ ] dim 0031 μ= -0.012 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▇▇█▂ ] dim 0032 μ= +0.031 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▅ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ █▇ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▅█▅ ] dim 0035 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▇███▇▂ ] [ ▆█ ] dim 0036 μ= +0.000 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ ▂█▆ ] dim 0037 μ= -0.028 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▇ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▅█▇▁ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█ ] dim 0041 μ= +0.005 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▆█▂ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▂█▇ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▃▇█▃ ] dim 0044 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0045 μ= +0.017 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▃ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▂▇██▃ ] [ ▆█▄ ] dim 0047 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▁▅█▇▂ ] dim 0048 μ= +0.011 σ= 0.040 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▁▆█▂ ] dim 0049 μ= +0.022 σ= 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.016 zeros= 0% [ ▁██▆▁ ] [ ██ ] dim 0053 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▆ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ██ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂██▃ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▆▁ ] dim 0057 μ= +0.014 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▇▂ ] dim 0058 μ= +0.014 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅ ] dim 0059 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █ ] dim 0060 μ= +0.009 σ= 0.012 zeros= 0% [ ▄█▅ ] [ ▅█▃ ] dim 0061 μ= -0.016 σ= 0.030 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▄▁ ] dim 0062 μ= -0.030 σ= 0.035 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▇ ] dim 0063 μ= +0.015 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ ▃█▅ ] dim 0064 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▅███▇▂ ] [ ▆█▂ ] dim 0065 μ= +0.004 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▁ ] dim 0066 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▄██▃ ] dim 0067 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▂█▄ ] dim 0068 μ= +0.010 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▄ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▅██▂ ] [ ▂█▄ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▄ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ █▄ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ █ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▅█▇▁ ] dim 0074 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▂█████▃▁ ] [ █▇ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ █▇ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▅▁ ] [ ▁▅█▇▄ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ █▇ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▄ ] dim 0079 μ= +0.009 σ= 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.015 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅█▇ ] dim 0084 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▆███▇▃▁ ] [ █▇ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁▇█▃ ] dim 0086 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▅ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▄█▇ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▁██▄ ] dim 0089 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▄ ] dim 0090 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ █▃ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▇▁ ] dim 0092 μ= +0.035 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▇▁ ] dim 0093 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▆████▄▂ ] [ ▇█▂ ] dim 0094 μ= +0.001 σ= 0.027 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.006 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▄ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▆█▁ ] dim 0100 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▇█ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▅ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█▂ ] dim 0103 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▃███▃▁ ] [ ▂█▇ ] dim 0104 μ= +0.014 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▄█▄ ] dim 0105 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ ▇█ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂██▅ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▃ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▂ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▅█ ] dim 0111 μ= +0.023 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▄█▃ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▄██▃ ] dim 0114 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▅█▆ ] dim 0115 μ= -0.013 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█ ] dim 0116 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▁ ] [ █▃ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▆█▅ ] dim 0118 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▄ ] dim 0119 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▂▅██▂ ] dim 0120 μ= -0.032 σ= 0.039 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁█▅ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ █▇ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▄█ ] dim 0123 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▇▃ ] dim 0125 μ= -0.005 σ= 0.044 zeros= 0% [ ▂▄▇████▇▄▁ ] [ ▆█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▆█▁ ] dim 0127 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▇█▃ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▆▄ ] dim 0129 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▃█████▅▂▁ ] [ █▅ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▁ ] dim 0131 μ= -0.002 σ= 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.024 zeros= 0% [ ▁▆███▂ ] [ ▂█▇▁ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▆▃ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▁▇█ ] dim 0137 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▅ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▅ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▅███▅▁ ] [ ▄█▂ ] dim 0140 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▂ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▄███▃ ] [ █ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▆█▇ ] [ ██▃ ] dim 0143 μ= +0.001 σ= 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.013 σ= 0.024 zeros= 0% [ ▄███▃▁ ] [ ▇██▃ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▄▇████▄▁ ] [ ▆█▇▂ ] dim 0151 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▄█████▅▁ ] [ ▄█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▃█▆ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ ▄█▆ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ █ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▅█▆ ] [ ▂██▂ ] dim 0156 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▅ ] dim 0157 μ= -0.007 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▄▇█▄ ] dim 0159 μ= -0.002 σ= 0.036 zeros= 0% [ ▁▂▅████▆▂ ] [ ▁█▆ ] dim 0160 μ= -0.003 σ= 0.027 zeros= 0% [ ▂████▂▁ ] [ ▃█▇▁ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ █▇ ] dim 0162 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▇██▇▂ ] [ ▆█▁ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▂█▄ ] dim 0164 μ= +0.032 σ= 0.030 zeros= 0% [ ▁▆████▂ ] [ ▃█▄ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▃▁ ] [ █▃ ] dim 0167 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▂█ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁██▃ ] dim 0169 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0170 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▄ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ █▅ ] dim 0172 μ= -0.007 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0173 μ= -0.004 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▂ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▅█▅ ] dim 0175 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▇███▇▂ ] [ ▆█ ] dim 0176 μ= -0.000 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▄█▅ ] dim 0177 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▁ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁▆█▄ ] dim 0179 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▃ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ██▁ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▂█▅ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▇▃ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▂▄█████▇▄▂▁ ] [ ▅█▄ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▇█▄ ] dim 0185 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ █▆ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▅█▂ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ █▄ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▆▅ ] dim 0189 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▁▄▇████▆▄▁ ] [ ▅█▆▁ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▇▄ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▇█▂ ] dim 0192 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▃▇███▄▁ ] [ ▁▅█▃ ] dim 0193 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▆ ] dim 0194 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▄███▇▂ ] [ ▄█▃ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▇█▇▁ ] [ ▅█▂ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂██▃ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▃ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▂████▅▁ ] [ █▃ ] dim 0201 μ= -0.008 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▆█ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▅█▅ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▁██▄ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▂█▇ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▄█▁ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▄█▆ ] dim 0207 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▅ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▇█ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▇██▇▁ ] [ █▁ ] dim 0210 μ= -0.008 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▂██▃ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▇▂ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ██ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂█▆▂ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▁ ] dim 0215 μ= +0.000 σ= 0.027 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▆ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▄ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▆█ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█▃ ] dim 0219 μ= +0.006 σ= 0.030 zeros= 0% [ ▂▆███▅▂ ] [ ▆█▃ ] dim 0220 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▆ ] dim 0221 μ= -0.009 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ██ ] dim 0222 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▂█▁ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▃▁ ] [ ▃▇█▃ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▇█▂ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂████▃▁ ] [ ▅█▄ ] dim 0227 μ= -0.034 σ= 0.031 zeros= 0% [ ▂▇███▆▃ ] [ ▄██▄ ] dim 0228 μ= +0.040 σ= 0.037 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▄█▁ ] dim 0229 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▂█ ] dim 0230 μ= +0.006 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▂ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▄█▃ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂▆█▃ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▁ ] [ ▃▇█▄ ] dim 0236 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▁█▅ ] dim 0237 μ= -0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▆ ] dim 0238 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▇█▃ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ █▆ ] dim 0240 μ= +0.016 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃▇█▆▁ ] dim 0241 μ= +0.026 σ= 0.039 zeros= 0% [ ▁▂▆█████▅▁ ] [ ▇█▁ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ █▄ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▅██▂ ] dim 0244 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▇████▄▁ ] [ ▁██▄ ] dim 0245 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▂█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▃ ] dim 0247 μ= -0.037 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▆▁ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▇█▃ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▅█ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█ ] dim 0251 μ= +0.022 σ= 0.014 zeros= 0% [ ▂██▄ ] [ █▇ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▁ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▇█▃ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▁▅█▇▂ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▄█████▄▂ ] [ ▂▇█▇▃ ] dim 0256 μ= -0.011 σ= 0.046 zeros= 0% [ ▁▃▆█████▆▄▁ ] [ ▁██▂ ] dim 0257 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ██▂ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▃█ ] dim 0259 μ= +0.005 σ= 0.019 zeros= 0% [ ▂██▇▁ ] [ ▃█▇▂ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▂▄████▅▂ ] [ ▅█ ] dim 0261 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▁█ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▂███▁ ] [ █▂ ] dim 0263 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▅█▄ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▂▆███▆▁ ] [ ▄█▅ ] dim 0265 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▃█ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ █▂ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂▇█▆ ] dim 0268 μ= +0.025 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▇█▄ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▂▆█▃ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0271 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▃ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅▁ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▄█▄ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▇███▇▃▁ ] [ ▇█▁ ] dim 0275 μ= +0.020 σ= 0.026 zeros= 0% [ ▂████▃ ] [ █▃ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▄█▃ ] dim 0277 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▇███▄▁ ] [ █▂ ] dim 0278 μ= -0.010 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▃█▇▃ ] dim 0279 μ= +0.018 σ= 0.034 zeros= 0% [ ▂▅████▅▁▁ ] [ ▅█▂ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▅█▃ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▂█ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄██ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▄█▆ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▂▆███▇▃▁ ] [ ▆█▅ ] dim 0285 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▆▁ ] dim 0286 μ= -0.007 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▁ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃▆█▇▃ ] dim 0288 μ= -0.013 σ= 0.044 zeros= 0% [ ▁▂▆█████▅▃▁ ] [ ▄█▅ ] dim 0289 μ= +0.010 σ= 0.025 zeros= 0% [ ▄███▅▁ ] [ ▃█▆ ] dim 0290 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▃▆████▄▁ ] [ █ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▇█▅ ] [ ▂▇█▄ ] dim 0292 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ █▇ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▁█▆ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▃████▂ ] [ ▅█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▆█▁ ] dim 0296 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ █▆ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▁█▅ ] dim 0298 μ= -0.009 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▇█▁ ] dim 0299 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▁▆█▂ ] dim 0300 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▃ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆█▅▁ ] dim 0302 μ= +0.006 σ= 0.036 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.012 σ= 0.036 zeros= 0% [ ▁▃▇████▅▁ ] [ █ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▆█▅▁ ] dim 0308 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█▃ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ██▁ ] [ █ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▃▇█▄ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▂▆████▆▂ ] [ ▄█ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▂▆█▄▁ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ ▇█ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▁█▆ ] dim 0316 μ= -0.027 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▄█▅ ] dim 0317 μ= -0.013 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ █▁ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▅█▅ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▇███▇▃ ] [ ▅█▃ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▄ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▆██▂ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▃█████▅▂ ] [ ▄█▇▂ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [ ▁▃▆████▅▁ ] [ █▇ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▅█▆▁ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ██ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▇█ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▅██▅ ] [ █ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▆█▂ ] [ ▄█▄ ] dim 0329 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▅██▄ ] dim 0330 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▄█████▇▃▁▁ ] [ ▆█▇▄ ] dim 0331 μ= -0.003 σ= 0.040 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▅█ ] dim 0332 μ= +0.023 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▁█▇▁ ] dim 0333 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂████▃▁ ] [ █▆ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▆█▂ ] dim 0335 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▅ ] dim 0336 μ= +0.002 σ= 0.034 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▅ ] dim 0337 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0338 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▄ ] dim 0339 μ= +0.003 σ= 0.030 zeros= 0% [ ▂████▅▁ ] [ ▂██▃ ] dim 0340 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ █▅ ] dim 0341 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▁ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▄█ ] dim 0343 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▁█▅ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▂█▆ ] dim 0345 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▁█▇▁ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▁ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▇████▃▁ ] [ ▃██▂ ] dim 0349 μ= -0.027 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ █▄ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▆██▃ ] [ ▂█▇▁ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▄█▃ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▂ ] dim 0353 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▄██▂ ] dim 0354 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ █▃ ] dim 0355 μ= -0.011 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0356 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁█▇ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▂████▃ ] [ ▇█ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▂█▄ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▁▆█▇ ] dim 0361 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▃████▇▃▁ ] [ █▆ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▂██▂ ] dim 0363 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▄ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▅ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▂▅███▇▂ ] [ ██ ] dim 0366 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▂█ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▁██▅ ] [ █▆ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ █▃ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▁███▃ ] [ █▇ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂▇█▄ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▄█████▃▁ ] [ ▃██▃ ] dim 0372 μ= +0.020 σ= 0.035 zeros= 0% [ ▂▅████▆▂▁ ] [ ▃▆█▂ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▅▁▁ ] [ ▄█ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▄███▁ ] [ ▄█▅ ] dim 0375 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ █ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁█▇ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▁ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▅█ ] dim 0379 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▆███▃▁ ] [ █▇ ] dim 0380 μ= -0.005 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▆█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▅ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▁▆█▃ ] dim 0383 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▆ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▁ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▂█▃ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▂█▆ ] [ ▄█▆▃ ] dim 0388 μ= +0.013 σ= 0.043 zeros= 0% [ ▁▂▄█████▅▃▁▁ ] [ ▆█▄ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▂ ] dim 0390 μ= +0.025 σ= 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.039 zeros= 0% [ ▂▄█████▄▂ ] [ █▇ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▃█▇▄ ] dim 0395 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▃ ] dim 0396 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▄█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▂▇█▅ ] dim 0398 μ= +0.001 σ= 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.029 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▁ ] dim 0402 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▂██ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0404 μ= +0.002 σ= 0.023 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.012 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▂ ] dim 0410 μ= -0.020 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▃ ] dim 0411 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▅ ] dim 0412 μ= +0.005 σ= 0.038 zeros= 0% [ ▂▄█████▃▁ ] [ ▃█▅ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▆ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▄███▆▂ ] [ █▄ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▄█▆▃ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▄█▄ ] dim 0417 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅███▅▂ ] [ ▄█▁ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▁▆█▃ ] dim 0420 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▄████▆▃▁ ] [ ▆█▂ ] dim 0421 μ= -0.019 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▅ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▅ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ █▆ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▄▁ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▂▄▇████▄▁ ] [ █▇ ] dim 0426 μ= +0.018 σ= 0.012 zeros= 0% [ ▁██▁ ] [ ▁▆█▄ ] dim 0427 μ= +0.002 σ= 0.036 zeros= 0% [ ▂▅█████▂▁ ] [ ▄██▄ ] dim 0428 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▂▅████▆▂▁ ] [ █▁ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▃█▄ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▃███▄▁ ] [ ▂██ ] dim 0431 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ █▄ ] dim 0432 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▅█▅ ] dim 0433 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▆█▁ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▁█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▅█▇▂ ] dim 0436 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▆ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▆████▃ ] [ ██ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▇██▇▂ ] [ ▅█▃ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▂ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▄██▃ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▂▆████▆▂ ] [ █▃ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁███▃ ] [ █▁ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▆██▁ ] [ ▁▆█▅▃ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▂▄█████▇▄▂ ] [ ▃█▁ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▁▇█▃ ] dim 0446 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▇█ ] dim 0447 μ= +0.020 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▃ ] dim 0448 μ= -0.016 σ= 0.030 zeros= 0% [ ▂████▆▁ ] [ ▁█▄ ] dim 0449 μ= +0.012 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▂█▂ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃█▅ ] dim 0452 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▆███▆▂ ] [ █▄ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▄█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▂▅█▇▄ ] dim 0455 μ= +0.010 σ= 0.044 zeros= 0% [ ▁▃▅█████▇▃▁ ] [ ▁██▄ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▆ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▆▁ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▄ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▁█▅ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ █▃ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▄█▂ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▁▇█▅ ] dim 0463 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄▇█▆ ] dim 0464 μ= -0.020 σ= 0.043 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▂█▇ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▄▇█▄ ] dim 0466 μ= -0.004 σ= 0.040 zeros= 0% [ ▂▃▇█████▃▁ ] [ ▆█▁ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▁ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▂ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁██▆▁ ] [ █▇ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂█▇▁ ] dim 0472 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▁█ ] dim 0473 μ= -0.017 σ= 0.015 zeros= 0% [ ▁██▅ ] [ █▅ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▃▅█▄ ] dim 0475 μ= +0.000 σ= 0.039 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▂█▄ ] dim 0476 μ= -0.010 σ= 0.022 zeros= 0% [ ▂███▄ ] [ █▇ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▆██▅ ] [ █▆▁ ] dim 0478 μ= -0.023 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▅█▅ ] dim 0479 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▅ ] dim 0480 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▆█ ] dim 0481 μ= +0.020 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▄█▅ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▅███▅▂ ] [ ▅█▆ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▁██▅ ] dim 0484 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ █▅ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▆█▄ ] dim 0486 μ= +0.026 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▁█▇ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▃▄█▅▁ ] dim 0488 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▁██ ] dim 0489 μ= -0.025 σ= 0.025 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.020 zeros= 0% [ ▄██▇▁ ] [ ▄█▄ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ ▁█ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▂█▁ ] dim 0497 μ= -0.014 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃▇█▅ ] dim 0498 μ= +0.019 σ= 0.040 zeros= 0% [ ▁▁▃▆████▇▃▁ ] [ ▄█▇ ] dim 0499 μ= -0.011 σ= 0.030 zeros= 0% [ ▂▅███▆▂ ] [ ▄█▇▅ ] dim 0500 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▃ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▇█ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▇█▃ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ █▅ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▁██▁ ] [ ▇█▁ ] dim 0505 μ= -0.001 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▃█▅ ] dim 0506 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▃ ] dim 0507 μ= -0.012 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▃█▇▁ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▇█▁ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▆ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▆█▆▁ ] dim 0511 μ= +0.009 σ= 0.037 zeros= 0% [ ▂▄█████▄▂ ] [ ▃█▃ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▃█▇▁ ] dim 0514 μ= +0.014 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▆ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▄█ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▃██▇▂ ] [ ▅██▃ ] dim 0517 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▅█▁ ] dim 0518 μ= +0.025 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▁ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▇ ] dim 0520 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▇███▇▃▁ ] [ ▂▆█▄ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▅ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ █▆ ] dim 0523 μ= +0.018 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂█▆ ] dim 0524 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▃ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▂██ ] [ ▄█▂ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▆███▄ ] [ ▂█▅ ] dim 0527 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▂ ] dim 0528 μ= -0.038 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▆ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▅████▂ ] [ ▅█▃ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▁ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▄▇█▃ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▅████▃▁ ] [ █▇ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂▇█▃ ] dim 0534 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▃▇██▁ ] dim 0535 μ= -0.016 σ= 0.038 zeros= 0% [ ▂▅█████▄▂ ] [ █▅ ] dim 0536 μ= +0.015 σ= 0.020 zeros= 0% [ ▁▆██▄ ] [ ▆█▄ ] dim 0537 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▄ ] dim 0538 μ= +0.027 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▂▇█▄ ] dim 0539 μ= +0.003 σ= 0.038 zeros= 0% [ ▂▆█████▃▁ ] [ ▅█▆▁ ] dim 0540 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▂▆████▄▂▁ ] [ ▅█▁ ] dim 0541 μ= -0.000 σ= 0.027 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▇▁ ] dim 0542 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▆████▅▁ ] [ ▄▇█▅ ] dim 0543 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▆█████▂▁ ] [ ▄█▂ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▄█ ] dim 0545 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▁▆█▇ ] dim 0546 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█▃ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▂ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▃█▅ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▅███▇▃▁ ] [ ▄▇█▄ ] dim 0550 μ= -0.006 σ= 0.040 zeros= 0% [ ▂▄▇████▆▂ ] [ █ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▂█▇ ] dim 0552 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▁▇█ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▃███▇▂▁ ] [ ██ ] dim 0554 μ= +0.019 σ= 0.019 zeros= 0% [ ▅██▅▁ ] [ ▂█▆ ] dim 0555 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▁▆█▄ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃████▆▃▁ ] [ █▇ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▅ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▂▆██▄ ] dim 0559 μ= -0.009 σ= 0.042 zeros= 0% [ ▂▅█████▆▃▁ ] [ ▃██▄ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▃██▄ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▇█ ] dim 0562 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▃█▆ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▁ ] dim 0564 μ= +0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0565 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▄█▄ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ ▄█ ] dim 0567 μ= +0.003 σ= 0.017 zeros= 0% [ ▂██▆ ] [ █▆ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▂███▆▂ ] [ ▆█▃ ] dim 0569 μ= -0.017 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▇ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▆█▃ ] dim 0571 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ █ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▇█▆ ] [ █▇ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▇██▁ ] [ ▃▇█▃▁ ] dim 0575 μ= +0.003 σ= 0.043 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ █▇ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▇▁ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▇███▂ ] [ ▄█▅ ] dim 0578 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▄ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▂▇█▂ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ ▄█ ] dim 0581 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▅█ ] dim 0582 μ= +0.023 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ █▄ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ▅█▄ ] dim 0584 μ= +0.005 σ= 0.030 zeros= 0% [ ▃▇███▅▁ ] [ ▃▇▇█▅▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▁▂▄▇██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ ▇█ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ █▂ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▆█▆ ] dim 0588 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▆█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▆█▄ ] dim 0590 μ= +0.007 σ= 0.033 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.000 σ= 0.036 zeros= 0% [ ▂▅████▆▂▁ ] [ ▃█▄ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▄█ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▅███▂ ] [ ▃█▇▁ ] dim 0597 μ= +0.016 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▄ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▂▇███▅▁ ] [ ▃█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▂██▅ ] dim 0600 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ █▅ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▁█▁ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ██▂ ] dim 0603 μ= -0.021 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▅█▂ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▇▁ ] dim 0605 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▆████▃▁ ] [ ▁█▂ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▂██▃ ] dim 0607 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▇▄ ] dim 0608 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▅█▃ ] dim 0609 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▆███▆▂ ] [ ██ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▇█ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▄█▆▁ ] dim 0612 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▅█ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▂█▄ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ █▃ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ █▆ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▆█▄ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂████▆▂ ] [ ▆█▂ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▆███▃▁ ] [ █▂ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁▆██▁ ] [ ▁█▇▁ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▅█ ] dim 0621 μ= -0.040 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▅█▆ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂█▄ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ █▆ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▇██▄▁ ] [ ▆█▁ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃▆█▅▁ ] dim 0626 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▆█████▄▂ ] [ ▁██ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃██▆ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▂▅████▇▂ ] [ ▆█▆ ] dim 0629 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃█████▂ ] [ ██▂ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▆█▁ ] dim 0631 μ= +0.001 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▂ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▁ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▃███▂ ] [ █▃ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅██▄▁ ] dim 0635 μ= -0.020 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▇ ] dim 0636 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▆██▅ ] [ ▂██▂ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▃█▆▃ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▅█ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▅█▄▃ ] dim 0641 μ= -0.007 σ= 0.042 zeros= 0% [ ▁▂▄▇████▇▃▁ ] [ ▇█ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▇██▇▁ ] [ █▄ ] dim 0643 μ= -0.008 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▅█▃ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▃▆█ ] dim 0645 μ= -0.006 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▄ ] dim 0646 μ= +0.008 σ= 0.030 zeros= 0% [ ▂▆███▅▂ ] [ █▆ ] dim 0647 μ= -0.004 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▆█▄ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▄█▆▁ ] dim 0649 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▄▇████▃▁ ] [ ▃█▄ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▄ ] dim 0651 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▂████▆▂▁ ] [ ▅█▇ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▅█▄ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▆███▆▂ ] [ █▇ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▇█▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▅█▁ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█▆ ] dim 0657 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆███▇▃▁ ] [ ▆█ ] dim 0658 μ= -0.001 σ= 0.019 zeros= 0% [ ▄██▆ ] [ ▃█▇▂ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▅ ] dim 0660 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▂▄████▇▃▁ ] [ █▇ ] dim 0661 μ= -0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▅█ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▁▅██▂ ] dim 0663 μ= -0.009 σ= 0.040 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▁▇█▄ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▆▁ ] dim 0665 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▁ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▆▂ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▂▄█████▄▂ ] [ ▂█▁ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▆█▂ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▄███▄ ] [ ▃█▄ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▃█▃ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▄ ] dim 0673 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█ ] dim 0674 μ= +0.020 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ██▂ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▅█▃ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▂██▂ ] dim 0677 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▂▆████▆▁▁ ] [ █▅ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁█▇ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▂█▂ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0681 μ= +0.038 σ= 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.016 zeros= 0% [ ▃██▄ ] [ ▂█▆ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▃█▇▄ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▄▆████▆▄▁ ] [ ▁██ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▅ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▁ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▃███▃ ] [ █▁ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▂██▂ ] dim 0691 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▂ ] dim 0692 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▅ ] dim 0693 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▄ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▅█▄ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▄ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▁▇█▄ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▆█ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ██ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▂██ ] dim 0700 μ= -0.004 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▆▁ ] dim 0701 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ █▇ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▂ ] dim 0703 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ █▆ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▄█▆ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ▁█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▄█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▄█▅ ] dim 0708 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▅████▂▁ ] [ ██ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▇██▇▁ ] [ ▃▇█▃ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▄█▅▂ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▄█▄ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▅ ] dim 0713 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄██▂ ] dim 0714 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0715 μ= +0.019 σ= 0.021 zeros= 0% [ ▁▅██▆▁ ] [ █▃ ] dim 0716 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▄█▆ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▆███▆▁ ] [ █▆ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃██▃ ] dim 0719 μ= +0.041 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▁▇█▃ ] dim 0720 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▂ ] dim 0721 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▇ ] dim 0722 μ= -0.005 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▆█▃ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▇ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▁ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▄██▃ ] dim 0726 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▂█▅ ] dim 0727 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▅█ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▅███▁ ] [ ▄█▃ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▄ ] dim 0731 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▅ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▆███▆▁ ] [ ▄█▃ ] dim 0733 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▄███▄ ] [ ▂█▃ ] dim 0734 μ= -0.012 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃█▂ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▄███▃ ] [ █▅ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▇█▂ ] dim 0737 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▄▇█▃▂ ] dim 0738 μ= +0.023 σ= 0.044 zeros= 0% [ ▁▄▇█████▅▂ ] [ ▃█ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▄█▇▄ ] dim 0740 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▇████▆▃ ] [ ▃█▄ ] dim 0741 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▆ ] dim 0742 μ= -0.013 σ= 0.032 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.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▂ ] dim 0748 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0749 μ= -0.011 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▄██▅ ] dim 0750 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▆█▄ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃▇███▅▁ ] [ ▅█▂ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █▆ ] dim 0753 μ= -0.006 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▄█▄ ] [ █▄ ] dim 0755 μ= -0.007 σ= 0.017 zeros= 0% [ ▆██▃ ] [ ▁█▄ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▃███▇▁ ] [ ▅█▁ ] dim 0757 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▆▁ ] dim 0758 μ= -0.010 σ= 0.035 zeros= 0% [ ▃▇████▄▁ ] [ ▃▇█▂ ] dim 0759 μ= +0.020 σ= 0.036 zeros= 0% [ ▂▆████▆▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂█▆ ] [ ▅█▇▃ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▇████▆▂ ] [ ▃█▆ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▅███▇▃ ] [ ▃█▆▁ ] dim 0763 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▃ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ █▂ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▄█▅ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▇ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ █▃ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▂▇█▁ ] dim 0769 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▇▁ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▃ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▃███▃ ] [ █▃ ] dim 0772 μ= +0.013 σ= 0.017 zeros= 0% [ ▆██▂ ] [ ▃█▆ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▆███▆▂▁ ] [ ▅█▇▂ ] dim 0774 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▄█████▄▂ ] [ █▆ ] dim 0775 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅█▃ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃████▇▂▁ ] [ ▄█▄ ] dim 0777 μ= -0.016 σ= 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.024 zeros= 0% [ ▂▇███▂ ] [ ▂█▄ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▇█▁ ] dim 0783 μ= +0.000 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ██ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▇█▂ ] dim 0786 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▅█ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▄█▂ ] dim 0788 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ █▆ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▃█▇▃ ] dim 0790 μ= -0.025 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂ ] [ █▁ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▅██▂ ] dim 0792 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▁█▇ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▃███▅▂ ] [ █▇ ] dim 0794 μ= -0.002 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▁█▇ ] dim 0795 μ= -0.004 σ= 0.026 zeros= 0% [ ▂████▂ ] [ █▆ ] dim 0796 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▂███▆▁ ] [ ▂█▄ ] dim 0797 μ= -0.030 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▅█▂ ] dim 0798 μ= +0.003 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▁▆█▆ ] dim 0800 μ= +0.029 σ= 0.037 zeros= 0% [ ▂▄█████▄▁ ] [ █▂ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▃██▁ ] [ █▆ ] dim 0802 μ= -0.025 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃██▂ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▂▆████▅▁ ] [ ▄█ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██ ] [ ██ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▄██▃ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▅█▄ ] dim 0808 μ= +0.005 σ= 0.030 zeros= 0% [ ▂████▅▂ ] [ █▃ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▅█▃ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▆ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁▇█▄ ] dim 0812 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▄█▃ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▄ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▇█ ] dim 0815 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▇█ ] dim 0816 μ= +0.041 σ= 0.022 zeros= 0% [ ▁▇███▁ ] [ █▃ ] dim 0817 μ= +0.035 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▅█▄ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▆███▆▂▁ ] [ ▄█▆▁ ] dim 0819 μ= +0.033 σ= 0.034 zeros= 0% [ ▂█████▄▁ ] [ ▇█▄ ] dim 0820 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▁ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ █▄ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▄█▅ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▃▆████▃▁ ] [ ▂█▆ ] dim 0824 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█ ] dim 0825 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▄██▂ ] dim 0826 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ █ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▂██▂ ] dim 0828 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▇▂ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃█▇▄ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▄█▃ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂██▂ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▃ ] dim 0834 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▃█▇ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▂▁ ] [ ▅█ ] dim 0836 μ= +0.001 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▄█▄ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ █▄ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃█▆ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▇ ] dim 0840 μ= -0.005 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0841 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁▆█▂ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ █ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▄█▇ ] [ ▄█▃ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▄█▄ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▆███▆▂ ] [ ▆█ ] dim 0846 μ= -0.023 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▂▆█▄ ] dim 0847 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▂▇█▂ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▇▂ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ █▇ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▄█▂ ] dim 0851 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▆▃ ] dim 0852 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▃█████▆▂▁ ] [ ██ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▅██▆▁ ] [ ▃█▄ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▄█ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▂██▆ ] [ ▄█▄ ] dim 0856 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▅ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▇███▅▂ ] [ ▂██▂ ] dim 0858 μ= -0.003 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▆█ ] dim 0859 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▁██▅ ] dim 0860 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█ ] dim 0861 μ= +0.002 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▄██▅ ] dim 0862 μ= -0.024 σ= 0.037 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ▁█▆ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃█▂ ] dim 0864 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▅██▇▂ ] [ ▇█▁ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▂▆███▂ ] [ ▁█▃ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▃▁ ] [ ▆█▁ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▂█ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▃█▇▂ ] dim 0870 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▅ ] dim 0871 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▅▁ ] dim 0872 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▆ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▄█▇▃ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▁▂▇████▅▂ ] [ █▃ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▃██▁ ] [ █▃ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▆█ ] dim 0877 μ= -0.001 σ= 0.020 zeros= 0% [ ▅██▆▁ ] [ █▂ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▄██▁ ] [ ▄██▂ ] dim 0879 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▃▆████▅▂ ] [ ▆█▇▁ ] dim 0880 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▂▇████▂▁ ] [ ▄█ ] dim 0881 μ= -0.039 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▇█▆ ] dim 0882 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▅ ] dim 0883 μ= -0.015 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▁██▁ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▃ ] dim 0886 μ= -0.014 σ= 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.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▆ ] dim 0890 μ= +0.017 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ ▆█▂ ] dim 0891 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▃ ] dim 0892 μ= +0.011 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▄██▂ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▆████▄▂ ] [ ▂▇█▁ ] dim 0894 μ= -0.023 σ= 0.028 zeros= 0% [ ▂████▃▁ ] [ ▃██▅▁ ] dim 0895 μ= +0.001 σ= 0.045 zeros= 0% [ ▁▂▄██████▆▂▁ ] [ ▃██▃ ] dim 0896 μ= +0.038 σ= 0.033 zeros= 0% [ ▁▂▅████▄▁ ] [ █▅ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▁███▅ ] [ ▄█▃ ] dim 0898 μ= -0.035 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▄█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▄█▅ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▇▁ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▁ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▇▂ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▄ ] dim 0904 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▄ ] dim 0905 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▂▆█████▃▁ ] [ ██▁ ] dim 0906 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ █▁ ] dim 0907 μ= +0.008 σ= 0.018 zeros= 0% [ ▁███▁ ] [ █▇ ] dim 0908 μ= -0.004 σ= 0.024 zeros= 0% [ ▂▇██▆▁ ] [ ▆█▃ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▇███▄▁ ] [ ▂▄██▄ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▂▃▅██████▄▂ ] [ ▇█▂ ] 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.011 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▃ ] dim 0915 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▁ ] dim 0916 μ= -0.006 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▅ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▂█▇▁ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▅████▅▁ ] [ ▆█▂ ] dim 0919 μ= +0.004 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ █▄ ] dim 0920 μ= -0.029 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▆█▇▂ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▆ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃███▆▂ ] [ █▄ ] dim 0923 μ= -0.007 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▄█▂ ] dim 0924 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▆█▇▂ ] dim 0925 μ= -0.031 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▄ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▃ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▃▇█▄ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▅████▆▂▁ ] [ ▇█ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ █▅ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▆█▆ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▅ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▄█▆ ] [ ▁▆█▃ ] dim 0934 μ= -0.022 σ= 0.035 zeros= 0% [ ▂▄████▅▂▁ ] [ ▂██ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▆█ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▆ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▇███▇▂▁ ] [ ▅█▅ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▄██ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ██▁ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▄ ] [ ▅█▇▅ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▁█▄ ] dim 0943 μ= -0.010 σ= 0.021 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.012 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █▅ ] dim 0948 μ= +0.013 σ= 0.023 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.032 zeros= 0% [ ▁▅████▄▂ ] [ ▂█▆ ] dim 0953 μ= -0.005 σ= 0.027 zeros= 0% [ ▄████▂ ] [ ▃██▁ ] dim 0954 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▄█▇▁ ] dim 0955 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ █▄ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▅██▂ ] [ ▆█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▄█▂ ] dim 0958 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▇█▂ ] dim 0959 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▇█▁ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ █▆ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ █▆ ] dim 0962 μ= -0.004 σ= 0.019 zeros= 0% [ ▁▅██▄ ] [ ▂█▃ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▄ ] dim 0964 μ= -0.015 σ= 0.032 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.016 zeros= 0% [ ▆██▁ ] [ ▂▇█▂ ] dim 0969 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▁▆█▇▂ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▄█████▄▂ ] [ ▁▇██▄▁ ] dim 0971 μ= +0.014 σ= 0.046 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▄█▅▁ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▆████▂▁ ] [ ██ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▅█ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▁██▃ ] [ █▅ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▃█▅ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▄███▇▁ ] [ ▃█▆▁ ] dim 0977 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ██▂ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▂████▅▁ ] [ ▇█ ] dim 0979 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▄ ] dim 0980 μ= -0.010 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▃█▇ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▇█▂ ] dim 0982 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▇█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃█▄ ] dim 0985 μ= +0.032 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▂▇█▅ ] dim 0986 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▂██▆ ] dim 0987 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▅████▇▂▁ ] [ ▂█ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▄ ] [ ▂██▃ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▁▅█▂ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ █▇ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▇█▂ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▇▂ ] dim 0993 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃█████▄▁▁ ] [ ▇█▂ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▄ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▁█▃ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▁█▆ ] dim 0998 μ= +0.014 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0999 μ= +0.017 σ= 0.023 zeros= 0% [ ▂▇██▆▁ ] [ ▂██▃ ] dim 1000 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▄ ] dim 1001 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▃ ] dim 1002 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▄██▅ ] [ ▁█▇ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▅█▅ ] dim 1005 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▄ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▄███▅▂ ] [ ▄█▅ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 1008 μ= -0.002 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▂█▂ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃█▇▃ ] dim 1010 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂▇█▂ ] dim 1011 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▄████▅▁ ] [ ▅█▁ ] dim 1012 μ= -0.000 σ= 0.027 zeros= 0% [ ▂▇███▂ ] [ ▇█ ] dim 1013 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▄██▇▁ ] [ ▁██▂ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃█ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ██▂ ] [ ██ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ █▂ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▄█▄ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▆ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ██ ] dim 1020 μ= -0.003 σ= 0.023 zeros= 0% [ ▂▇██▇▁ ] [ ▃█▄ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▄ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃████▆▃▁ ] [ ▆█▅ ] dim 1023 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▇███▆▂ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.11.10.20.55/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 3250689 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2000103053054894 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 11, 2026 11:36:50 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: 121 segments, 13 merges 130.2s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 57.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 49.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 44.3s _19n: 10 segs, 52.9 K docs, 236.2 MB 37.1s _19y: 10 segs, 53.3 K docs, 237.9 MB 31.2s _1a7: 8 segs, 41.8 K docs, 186.6 MB 26.2s _1af: 8 segs, 77.7 K docs, 347.8 MB 22.5s _1an: 8 segs, 80.4 K docs, 360.1 MB 18.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 13.2s _1b3: 8 segs, 41.8 K docs, 186.5 MB 7.9s _1bc: 8 segs, 42.7 K docs, 190.6 MB 2.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 0.0s _1bm: 8 segs, 26.6 K docs, 118.6 MB 5.0 sec: 121 segments, 13 merges 135.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 62.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 54.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 49.3s _19n: 10 segs, 52.9 K docs, 236.2 MB 42.1s _19y: 10 segs, 53.3 K docs, 237.9 MB 36.2s _1a7: 8 segs, 41.8 K docs, 186.6 MB 31.2s _1af: 8 segs, 77.7 K docs, 347.8 MB 27.5s _1an: 8 segs, 80.4 K docs, 360.1 MB 23.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 18.2s _1b3: 8 segs, 41.8 K docs, 186.5 MB 12.9s _1bc: 8 segs, 42.7 K docs, 190.6 MB 7.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 5.0s _1bm: 8 segs, 26.6 K docs, 118.6 MB 10.0 sec: 96 segments, 10 merges 140.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 67.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 59.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 36.3s _1af: 8 segs, 77.7 K docs, 347.8 MB 32.5s _1an: 8 segs, 80.4 K docs, 360.1 MB 28.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 23.3s _1b3: 8 segs, 41.8 K docs, 186.5 MB 17.9s _1bc: 8 segs, 42.7 K docs, 190.6 MB 12.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 10.0s _1bm: 8 segs, 26.6 K docs, 118.6 MB 15.0 sec: 89 segments, 9 merges 145.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 72.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 64.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 41.3s _1af: 8 segs, 77.7 K docs, 347.8 MB 37.5s _1an: 8 segs, 80.4 K docs, 360.1 MB 33.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 28.3s _1b3: 8 segs, 41.8 K docs, 186.5 MB 22.9s _1bc: 8 segs, 42.7 K docs, 190.6 MB 17.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 20.0 sec: 75 segments, 7 merges 150.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 77.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 69.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 42.5s _1an: 8 segs, 80.4 K docs, 360.1 MB 38.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 27.9s _1bc: 8 segs, 42.7 K docs, 190.6 MB 22.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 25.0 sec: 61 segments, 6 merges 155.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 82.3s _18z: 8 segs, 160.2 K docs, 719.0 MB 74.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 43.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 27.3s _1bl: 8 segs, 41.4 K docs, 184.6 MB 1.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 30.1 sec: 54 segments, 5 merges 160.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 87.4s _18z: 8 segs, 160.2 K docs, 719.0 MB 79.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 48.4s _1au: 8 segs, 115.1 K docs, 515.9 MB 6.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 35.1 sec: 54 segments, 5 merges 165.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 92.4s _18z: 8 segs, 160.2 K docs, 719.0 MB 84.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 53.4s _1au: 8 segs, 115.1 K docs, 515.9 MB 11.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 40.1 sec: 54 segments, 5 merges 170.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 97.4s _18z: 8 segs, 160.2 K docs, 719.0 MB 89.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 58.4s _1au: 8 segs, 115.1 K docs, 515.9 MB 16.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 45.1 sec: 54 segments, 5 merges 175.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 102.4s _18z: 8 segs, 160.2 K docs, 719.0 MB 94.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 63.4s _1au: 8 segs, 115.1 K docs, 515.9 MB 21.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 50.0 sec: 47 segments, 4 merges 180.2s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 99.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 68.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 26.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 55.0 sec: 47 segments, 4 merges 185.3s _14m: 8 segs, 1112.7 K docs, 5006.5 MB 104.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 73.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 31.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 60.0 sec: 40 segments, 3 merges 109.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 78.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 36.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 65.0 sec: 40 segments, 3 merges 114.5s _19e: 8 segs, 490.0 K docs, 2203.2 MB 83.3s _1au: 8 segs, 115.1 K docs, 515.9 MB 41.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 70.0 sec: 33 segments, 2 merges 119.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 46.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 75.1 sec: 33 segments, 2 merges 124.6s _19e: 8 segs, 490.0 K docs, 2203.2 MB 51.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 80.1 sec: 26 segments, 1 merges 56.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 85.1 sec: 26 segments, 1 merges 61.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 90.1 sec: 26 segments, 1 merges 66.2s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 95.1 sec: 26 segments, 1 merges 71.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 100.1 sec: 26 segments, 1 merges 76.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB 105.1 sec: 26 segments, 1 merges 81.3s _1bn: 8 segs, 434.0 K docs, 1950.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 881 seconds reindex takes 881.50 sec index has 19 segments: segments_2: _ag(11.0.0):C1115993 _kf(11.0.0):C1098114 _14m(11.0.0):C1112696 _lc(11.0.0):C452062 _up(11.0.0):C777707 _py(11.0.0):C303007 _wh(11.0.0):C443854 _vu(11.0.0):C223579 _113(11.0.0):C163126 _133(11.0.0):C273921 _19e(11.0.0):C490033 _149(11.0.0):C188192 _168(11.0.0):C298824 _16x(11.0.0):C281629 _18z(11.0.0):C160192 _1bn(11.0.0):C434047 _1au(11.0.0):C115078 _1bl(11.0.0):C41359 _1bm(11.0.0):C26587 _ag: 5029.8 MB _kf: 4949.2 MB _14m: 5015.0 MB _lc: 2035.8 MB _up: 3503.7 MB _py: 1364.2 MB _wh: 1998.8 MB _vu: 1006.3 MB _113: 734.0 MB _133: 1233.2 MB _19e: 2206.9 MB _149: 847.0 MB _168: 1345.3 MB _16x: 1267.9 MB _18z: 720.8 MB _1bn: 1954.6 MB _1au: 517.6 MB _1bl: 185.7 MB _1bm: 119.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36035.17 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=58501071909 cpu@end=72557917581 deltaMS=14056.845672 thread 14 name=Reference Handler cpu@start=1051180 cpu@end=1051180 deltaMS=0.0 thread 15 name=Finalizer cpu@start=119174 cpu@end=119174 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=48117 cpu@end=48117 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2096062 cpu@end=2096062 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=12923869371 cpu@end=12925304736 deltaMS=1.435365 thread 42 name=JFR Periodic Tasks cpu@start=61304115156 cpu@end=61974344540 deltaMS=670.229384 thread 45 name=Notification Thread cpu@start=109877 cpu@end=109877 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=950904481984 cpu@end=950904481984 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=950196004253 cpu@end=950196004253 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=950450544025 cpu@end=950450544025 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=950998032849 cpu@end=950998032849 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=952022473179 cpu@end=952022473179 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=950643649211 cpu@end=950643649211 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=949174765396 cpu@end=949174765396 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=947019034698 cpu@end=947019034698 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=954340171129 cpu@end=954340171129 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=949963961613 cpu@end=949963961613 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=950797879509 cpu@end=950797879509 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=948420343450 cpu@end=948420343450 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=951811435337 cpu@end=951811435337 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=945662386150 cpu@end=945662386150 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=951057502578 cpu@end=951057502578 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=953199984934 cpu@end=953199984934 deltaMS=0.0 Average CPU cores used: 1.0470366863774465 completed 1000 searches in 14066 ms: 71 QPS CPU time=14727 ms checking results SUMMARY: 0.898 14.066 14.727 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 69630 881.50 9075.43 0.00 19 36035.17 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1115993 documents Graph level=3 size=53, Fanout min=3, mean=8.45, max=19, meandelta=86383.99 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 12 19 Graph level=2 size=948, Fanout min=8, mean=23.20, max=32, meandelta=44350.52 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=1 size=33955, Fanout min=3, mean=28.07, max=32, meandelta=36358.04 % 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=1115993, Fanout min=1, mean=39.54, max=64, meandelta=26127.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=53, connectedness=1.00 Graph level=2 size=948, connectedness=1.00 Graph level=1 size=33955, connectedness=1.00 Graph level=0 size=1115993, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1098114 documents Graph level=3 size=68, Fanout min=4, mean=9.97, max=22, meandelta=90807.95 % 0 10 20 30 40 50 60 70 80 90 100 0 7 7 8 9 9 10 11 12 13 22 Graph level=2 size=923, Fanout min=7, mean=23.33, max=32, meandelta=42864.36 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 25 28 32 32 32 Graph level=1 size=33248, Fanout min=2, mean=28.02, max=32, meandelta=35786.43 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1098114, Fanout min=1, mean=39.55, max=64, meandelta=25706.26 % 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=68, connectedness=1.00 Graph level=2 size=923, connectedness=1.00 Graph level=1 size=33248, connectedness=1.00 Graph level=0 size=1098114, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1112696 documents Graph level=3 size=83, Fanout min=5, mean=10.43, max=23, meandelta=88957.81 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 11 12 13 15 23 Graph level=2 size=1034, Fanout min=9, mean=23.93, max=32, meandelta=41981.77 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 19 22 24 27 29 32 32 32 Graph level=1 size=33859, Fanout min=4, mean=28.08, max=32, meandelta=36246.42 % 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=1112696, Fanout min=1, mean=39.55, max=64, meandelta=26043.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=83, connectedness=1.00 Graph level=2 size=1034, connectedness=1.00 Graph level=1 size=33859, connectedness=1.00 Graph level=0 size=1112696, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 452062 documents Graph level=3 size=20, Fanout min=3, mean=5.40, max=9, meandelta=27161.15 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 5 6 7 8 9 Graph level=2 size=308, Fanout min=6, mean=17.44, max=32, meandelta=22656.54 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 14 15 17 19 20 22 25 32 Graph level=1 size=13603, Fanout min=4, mean=27.59, max=32, meandelta=14977.80 % 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=452062, Fanout min=1, mean=39.59, max=64, meandelta=10592.44 % 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=20, connectedness=1.00 Graph level=2 size=308, connectedness=1.00 Graph level=1 size=13603, connectedness=1.00 Graph level=0 size=452062, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 777707 documents Graph level=3 size=38, Fanout min=3, mean=8.11, max=16, meandelta=70103.64 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 10 12 16 Graph level=2 size=662, Fanout min=8, mean=21.33, max=32, meandelta=32818.83 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 25 28 32 32 Graph level=1 size=23681, Fanout min=4, mean=27.98, max=32, meandelta=25451.40 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=777707, Fanout min=1, mean=39.65, max=64, meandelta=18175.85 % 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=38, connectedness=1.00 Graph level=2 size=662, connectedness=1.00 Graph level=1 size=23681, connectedness=1.00 Graph level=0 size=777707, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 303007 documents Graph level=3 size=22, Fanout min=2, mean=5.45, max=9, meandelta=36902.35 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 5 6 7 7 7 9 Graph level=2 size=286, Fanout min=5, mean=17.16, max=32, meandelta=14857.04 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 18 20 22 26 32 Graph level=1 size=9435, Fanout min=6, mean=27.55, max=32, meandelta=10068.89 % 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=303007, Fanout min=1, mean=39.55, max=64, meandelta=7112.79 % 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=22, connectedness=1.00 Graph level=2 size=286, connectedness=1.00 Graph level=1 size=9435, connectedness=1.00 Graph level=0 size=303007, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 443854 documents Graph level=3 size=26, Fanout min=2, mean=6.69, max=12, meandelta=41848.24 % 0 10 20 30 40 50 60 70 80 90 100 0 2 5 5 6 6 7 7 8 10 12 Graph level=2 size=347, Fanout min=4, mean=18.18, max=32, meandelta=18737.44 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 19 21 23 26 32 Graph level=1 size=13423, Fanout min=6, mean=27.69, max=32, meandelta=14635.72 % 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=443854, Fanout min=1, mean=39.62, max=64, meandelta=10393.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=347, connectedness=1.00 Graph level=1 size=13423, connectedness=1.00 Graph level=0 size=443854, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 223579 documents Graph level=3 size=18, Fanout min=2, mean=5.00, max=8, meandelta=30832.53 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 5 5 5 5 6 7 8 Graph level=2 size=205, Fanout min=5, mean=14.52, max=32, meandelta=12915.25 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 14 15 17 18 20 32 Graph level=1 size=6898, Fanout min=6, mean=27.49, max=32, meandelta=7446.68 % 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=223579, Fanout min=1, mean=39.41, max=64, meandelta=5268.32 % 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=18, connectedness=1.00 Graph level=2 size=205, connectedness=1.00 Graph level=1 size=6898, connectedness=1.00 Graph level=0 size=223579, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 163126 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=24127.33 % 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=150, Fanout min=6, mean=13.88, max=30, meandelta=10090.40 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 14 14 15 17 19 30 Graph level=1 size=5081, Fanout min=7, mean=27.02, max=32, meandelta=5519.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=163126, Fanout min=1, mean=39.24, max=64, meandelta=3862.09 % 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=150, connectedness=1.00 Graph level=1 size=5081, connectedness=1.00 Graph level=0 size=163126, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 273921 documents Graph level=3 size=20, Fanout min=3, mean=5.30, max=10, meandelta=27780.65 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 6 7 10 Graph level=2 size=235, Fanout min=6, mean=16.38, max=32, meandelta=13599.26 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 19 21 24 32 Graph level=1 size=8434, Fanout min=8, mean=27.39, max=32, meandelta=9105.50 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=0 size=273921, Fanout min=1, mean=39.58, max=64, meandelta=6426.63 % 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=235, connectedness=1.00 Graph level=1 size=8434, connectedness=1.00 Graph level=0 size=273921, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 490033 documents Graph level=3 size=22, Fanout min=2, mean=5.73, max=10, meandelta=40435.92 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 7 7 8 10 Graph level=2 size=350, Fanout min=6, mean=18.15, max=32, meandelta=20982.61 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 19 21 24 27 32 Graph level=1 size=14916, Fanout min=6, mean=27.78, max=32, meandelta=16132.56 % 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=490033, Fanout min=1, mean=39.66, max=64, meandelta=11461.07 % 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=22, connectedness=1.00 Graph level=2 size=350, connectedness=1.00 Graph level=1 size=14916, connectedness=1.00 Graph level=0 size=490033, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 188192 documents Graph level=3 size=6, Fanout min=2, mean=2.33, max=3, meandelta=30812.29 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 2 3 3 Graph level=2 size=162, Fanout min=6, mean=13.83, max=32, meandelta=11168.05 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 15 16 17 20 32 Graph level=1 size=5797, Fanout min=6, mean=27.21, max=32, meandelta=6307.87 % 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=188192, Fanout min=2, mean=39.40, max=64, meandelta=4435.75 % 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=162, connectedness=1.00 Graph level=1 size=5797, connectedness=1.00 Graph level=0 size=188192, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 298824 documents Graph level=3 size=21, Fanout min=2, mean=5.05, max=9, meandelta=30488.52 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 4 6 6 8 9 Graph level=2 size=236, Fanout min=6, mean=15.83, max=32, meandelta=14295.64 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 14 15 16 18 19 22 32 Graph level=1 size=9038, Fanout min=7, mean=27.42, max=32, meandelta=9902.88 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=298824, Fanout min=1, mean=39.54, max=64, meandelta=7016.01 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=236, connectedness=1.00 Graph level=1 size=9038, connectedness=1.00 Graph level=0 size=298824, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 281629 documents Graph level=3 size=18, Fanout min=2, mean=5.22, max=11, meandelta=34002.57 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 5 5 5 6 8 11 Graph level=2 size=234, Fanout min=5, mean=15.98, max=30, meandelta=14695.34 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 24 30 Graph level=1 size=8628, Fanout min=6, mean=27.43, max=32, meandelta=9341.40 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=281629, Fanout min=1, mean=39.54, max=64, meandelta=6613.01 % 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=18, connectedness=1.00 Graph level=2 size=234, connectedness=1.00 Graph level=1 size=8628, connectedness=1.00 Graph level=0 size=281629, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 160192 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=27826.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 4 Graph level=2 size=140, Fanout min=5, mean=12.77, max=27, meandelta=10222.81 % 0 10 20 30 40 50 60 70 80 90 100 0 8 8 10 11 12 13 14 17 19 27 Graph level=1 size=4968, Fanout min=6, mean=27.09, max=32, meandelta=5413.92 % 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=160192, Fanout min=1, mean=39.23, max=64, meandelta=3789.43 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=140, connectedness=1.00 Graph level=1 size=4968, connectedness=1.00 Graph level=0 size=160192, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 434047 documents Graph level=3 size=24, Fanout min=4, mean=6.08, max=10, meandelta=38509.85 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 7 7 9 10 Graph level=2 size=306, Fanout min=6, mean=17.23, max=32, meandelta=20973.94 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 14 15 17 18 20 21 25 32 Graph level=1 size=13048, Fanout min=7, mean=27.65, max=32, meandelta=14345.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=434047, Fanout min=1, mean=39.66, max=64, meandelta=10153.87 % 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=24, connectedness=1.00 Graph level=2 size=306, connectedness=1.00 Graph level=1 size=13048, connectedness=1.00 Graph level=0 size=434047, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 115078 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=22334.69 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 3 4 Graph level=2 size=108, Fanout min=3, mean=11.54, max=25, meandelta=8294.25 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 11 13 14 16 25 Graph level=1 size=3524, Fanout min=7, mean=26.54, max=32, meandelta=3962.53 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=115078, Fanout min=2, mean=39.01, max=64, meandelta=2737.63 % 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=6, connectedness=1.00 Graph level=2 size=108, connectedness=1.00 Graph level=1 size=3524, connectedness=1.00 Graph level=0 size=115078, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 41359 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=11, meandelta=4303.99 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 8 9 9 11 Graph level=1 size=1256, Fanout min=9, mean=24.34, max=32, meandelta=1506.96 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 31 32 32 32 Graph level=0 size=41359, Fanout min=3, mean=37.95, max=64, meandelta=1010.07 % 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=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1256, connectedness=1.00 Graph level=0 size=41359, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 26587 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=18, Fanout min=2, mean=5.11, max=8, meandelta=3217.73 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 5 5 5 6 6 7 8 Graph level=1 size=804, Fanout min=7, mean=22.64, max=32, meandelta=1056.78 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 31 32 32 Graph level=0 size=26587, Fanout min=4, mean=37.41, max=64, meandelta=657.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 23 27 30 34 39 45 53 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=18, connectedness=1.00 Graph level=1 size=804, connectedness=1.00 Graph level=0 size=26587, 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.11.10.20.55/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': 30,478,500.64 msec task-clock:u 115,561,954,756,360 cycles:u (36.36%) 119,093,494,225,193 instructions:u (36.36%) 2,771,821,421,781 cache-references:u (36.36%) 1,182,128,376,017 cache-misses:u (36.36%) 43,429,652,259,143 L1-dcache-loads:u (36.36%) 1,469,507,433,365 L1-dcache-load-misses:u (36.36%) 6,320,842,206,445 L1-icache-loads:u (36.37%) 11,120,495,402 L1-icache-load-misses:u (36.37%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 22,193,410 faults:u 21,501,445 minor-faults:u 4,411 major-faults:u 10,226,691,552,352 branches:u (36.36%) 86,429,769,626 branch-misses:u (36.36%) 2,002,260,279,114 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1081.891021173 seconds time elapsed 30063.784997000 seconds user 406.200317000 seconds sys took 0:18:01.915364 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', 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.898, cpu_time_ms=14.066, net_cpu_ms=14.727, 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=69630, index_time_sec=881.5, index_docs_per_sec=9075.43, force_merge_time_sec=0.0, index_num_segments=19, index_size_on_disk_mb=36035.17, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (0, {}), 2: (18, {0: 0, 10: 2, 20: 3, 30: 4, 40: 5, 50: 5, 60: 5, 70: 6, 80: 6, 90: 7, 100: 8}), 1: (804, {0: 0, 10: 14, 20: 16, 30: 18, 40: 20, 50: 22, 60: 24, 70: 27, 80: 31, 90: 32, 100: 32}), 0: (26587, {0: 0, 10: 20, 20: 23, 30: 27, 40: 30, 50: 34, 60: 39, 70: 45, 80: 53, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1081, microseconds=915364)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 83 Start: 2026-05-11 15:36:50 (UTC) Duration: 1073 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 29218299 499783764 jdk.FileWrite 17122384 355934735 jdk.FileRead 8003654 182028899 jdk.ObjectAllocationInNewTLAB 59365 1180260 jdk.BooleanFlag 41168 1301863 jdk.CPULoad 19977 398902 jdk.Compilation 6340 163546 jdk.Checkpoint 4973 25964155 jdk.UnsignedIntFlag 3984 135098 jdk.IntFlag 3652 133205 jdk.StringFlag 2822 109414 jdk.ObjectAllocationOutsideTLAB 1153 20669 jdk.CPUInformation 83 124662 jdk.GCConfiguration 83 2154 jdk.JVMInformation 83 78763 jdk.Metadata 83 9173738 jdk.GarbageCollection 45 1079 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.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29218299 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.81% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.92% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.23% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.97% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.38% 987590 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.11% 908169 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.64% 478970 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.26% 368057 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.97% 282627 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.59% 172460 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.53% 154132 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.30% 87509 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.29% 85293 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.28% 81912 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.28% 80937 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.27% 79738 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 64932 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.16% 46703 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.16% 46558 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 43107 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.14% 41550 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.14% 40373 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 33897 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.12% 33763 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.11% 32073 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 31292 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 29813 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 26085 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 26047 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 23502 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 20866 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.07% 19608 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 16295 java.util.Arrays#sort():99 [Inlined code] 0.06% 16167 org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] 0.05% 15920 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 14143 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 13327 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 12607 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.04% 12483 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 12344 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 10245 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 10035 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9537 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.03% 8832 knn.IndexerThread#_run():105 [JIT compiled code] 0.03% 8794 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8389 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 7325 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 6873 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 6683 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.02% 6504 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29218299 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.72% 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():291 [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] 14.23% 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.38% 987587 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.11% 908168 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 2.89% 845530 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 1.19% 346410 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.09% 318172 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.07% 313033 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.00% 290977 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.88% 257623 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.58% 168523 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.49% 142568 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.44% 127759 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.39% 112602 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.28% 81747 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% 80929 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 79715 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.25% 73213 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% 64792 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.22% 63594 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% 55066 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.17% 48673 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.16% 46690 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.15% 43103 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.14% 41093 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.13% 37080 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% 34135 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 33897 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.10% 29813 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.10% 28375 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 26032 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% 24573 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 24111 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.08% 23785 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.08% 23496 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% 21933 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% 20837 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.07% 20634 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.07% 20313 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.07% 19608 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% 16293 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% 15906 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 15822 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.05% 15251 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 14085 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():291 [JIT compiled code] 0.05% 14050 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% 12512 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.04% 11984 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.04% 11355 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29218299 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 22.20% 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] 19.07% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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] 16.40% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 12.42% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 2.91% 850216 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 2.59% 756216 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.88% 548344 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 1.57% 459993 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 1.41% 411228 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.36% 396633 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 1.32% 385212 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.0x000000000c197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.24% 360891 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.0x000000000c197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.09% 317895 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.60% 174655 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.58% 168062 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.57% 167122 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.54% 156386 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.52% 152022 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.49% 143339 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.45% 132511 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.39% 114608 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.39% 114070 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.33% 96958 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.0x000000000c197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.27% 79633 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.26% 75876 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] 0.26% 75677 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.24% 70132 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.22% 62843 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 58360 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.0x000000000c197950#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.19% 54699 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.0x000000000c197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.18% 53935 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 50920 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.16% 48192 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.16% 46623 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.0x000000000c19f278#run() [JIT compiled code] 0.15% 42717 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.14% 42232 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.13% 38528 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.13% 38104 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.13% 37080 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.0x000000000c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 36072 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.0x000000000c19f278#run() [JIT compiled code] 0.12% 34534 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.12% 34464 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 30930 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] 0.10% 29171 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.0x000000000c197950#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% 29069 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 28534 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 28293 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.09% 27658 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 27177 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.0x000000000c197950#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% 26202 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60493 events (total: 441876M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.81% 100791M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.08% 97580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.66% 82469M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.58% 64443M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.50% 33138M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.75% 16591M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.60% 7075M java.lang.Integer#valueOf():1006 [Inlined code] 0.92% 4057M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.81% 3557M java.util.Arrays#copyOf():3478 [Inlined code] 0.64% 2832M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 2709M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.59% 2615M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.58% 2545M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.40% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.29% 1292M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.27% 1209M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.26% 1163M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.26% 1136M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.21% 906M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.20% 903M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 859M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.16% 705M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 597M java.util.ArrayList#grow():240 [Inlined code] 0.13% 592M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 580M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 491M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 450M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.10% 433M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 413M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 355M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 352M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 343M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 308M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 293M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 280M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 280M knn.IndexerThread#_run():86 [JIT compiled code] 0.06% 263M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 253M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 246M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 199M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 198M java.util.List#of():935 [Inlined code] 0.04% 191M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 190M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [JIT compiled code] 0.04% 180M java.nio.HeapByteBuffer#asFloatBuffer():648 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 162M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 142M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 123M java.io.BufferedOutputStream#():92 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60493 events (total: 441876M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.51% 81800M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.68% 78144M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.03% 48739M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.98% 39672M 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.46% 32956M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 6.99% 30873M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 5.60% 24747M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.40% 19425M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.25% 18793M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.75% 16591M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.58% 6987M 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.71% 3155M 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.59% 2615M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.58% 2545M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.49% 2183M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.47% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.40% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1568M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 1479M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.25% 1091M 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.24% 1039M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.23% 998M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 955M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 906M 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.18% 805M 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% 790M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.16% 719M 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% 597M 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% 488M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.10% 463M 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.10% 433M 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.10% 431M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.10% 430M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 420M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 413M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 400M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 400M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 392M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 389M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 355M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 346M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000c19f278#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 340M 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% 330M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 308M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 293M 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.0x000000000c17f400#concat() [Inlined code] 0.06% 280M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 279M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.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.11.10.20.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmFalse.jfr is 1026.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60493 events (total: 441876M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.96% 39608M 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.46% 32956M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 5.93% 26181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 5.86% 25898M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.56% 24582M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 5.21% 23008M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 5.13% 22647M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.01% 22119M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 4.99% 22043M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 4.83% 21322M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.74% 16518M 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.63% 16049M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.31% 14609M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.86% 8228M 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.58% 6987M 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.41% 6222M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.38% 6093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 5659M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.05% 4647M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.03% 4536M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.97% 4294M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.92% 4056M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.90% 3964M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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% 3937M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.88% 3874M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.71% 3155M 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.67% 2948M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.64% 2827M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.62% 2761M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.60% 2637M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 2623M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.58% 2557M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.57% 2534M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.47% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.0x000000000c19f278#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.40% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.37% 1645M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.37% 1630M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.36% 1573M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.31% 1352M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.28% 1255M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.26% 1140M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.25% 1091M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.25% 1086M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.24% 1043M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#call() [Inlined code] 0.24% 1039M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.0x000000000c19f278#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.19% 828M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.18% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c19ed20#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.0x000000000c19f278#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.15% 675M 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% 597M 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] 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.11.10.20.55/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 3259681 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2001677213341685 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 11, 2026 12:03:04 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-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: 114 segments, 12 merges 68.2s _197: 8 segs, 224.7 K docs, 1008.8 MB 49.1s _19y: 8 segs, 114.6 K docs, 514.0 MB 44.2s _1a6: 8 segs, 186.1 K docs, 835.5 MB 39.8s _1ae: 8 segs, 40.4 K docs, 180.2 MB 37.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 34.1s _1ao: 8 segs, 77.9 K docs, 348.9 MB 29.3s _1aw: 8 segs, 77.6 K docs, 347.7 MB 22.6s _1b5: 8 segs, 42.2 K docs, 188.4 MB 16.7s _1bd: 8 segs, 79.1 K docs, 354.2 MB 12.1s _1bl: 8 segs, 82.6 K docs, 370.0 MB 7.2s _1bt: 8 segs, 194.3 K docs, 872.6 MB 2.6s _1c2: 9 segs, 46.0 K docs, 205.5 MB 5.0 sec: 100 segments, 11 merges 54.1s _19y: 8 segs, 114.6 K docs, 514.0 MB 49.2s _1a6: 8 segs, 186.1 K docs, 835.5 MB 42.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 39.1s _1ao: 8 segs, 77.9 K docs, 348.9 MB 34.3s _1aw: 8 segs, 77.6 K docs, 347.7 MB 27.7s _1b5: 8 segs, 42.2 K docs, 188.4 MB 21.7s _1bd: 8 segs, 79.1 K docs, 354.2 MB 17.1s _1bl: 8 segs, 82.6 K docs, 370.0 MB 12.3s _1bt: 8 segs, 194.3 K docs, 872.6 MB 7.6s _1c2: 9 segs, 46.0 K docs, 205.5 MB 1.8s _1c3: 8 segs, 30.4 K docs, 135.5 MB 10.0 sec: 86 segments, 9 merges 54.2s _1a6: 8 segs, 186.1 K docs, 835.5 MB 47.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 39.4s _1aw: 8 segs, 77.6 K docs, 347.7 MB 32.7s _1b5: 8 segs, 42.2 K docs, 188.4 MB 26.7s _1bd: 8 segs, 79.1 K docs, 354.2 MB 22.1s _1bl: 8 segs, 82.6 K docs, 370.0 MB 17.3s _1bt: 8 segs, 194.3 K docs, 872.6 MB 12.6s _1c2: 9 segs, 46.0 K docs, 205.5 MB 6.8s _1c3: 8 segs, 30.4 K docs, 135.5 MB 15.1 sec: 51 segments, 4 merges 52.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 22.3s _1bt: 8 segs, 194.3 K docs, 872.6 MB 17.6s _1c2: 9 segs, 46.0 K docs, 205.5 MB 11.8s _1c3: 8 segs, 30.4 K docs, 135.5 MB 20.1 sec: 43 segments, 4 merges 57.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 27.3s _1bt: 8 segs, 194.3 K docs, 872.6 MB 16.8s _1c3: 8 segs, 30.4 K docs, 135.5 MB 4.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 25.1 sec: 29 segments, 2 merges 62.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 9.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 30.1 sec: 29 segments, 2 merges 67.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 14.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 35.1 sec: 29 segments, 2 merges 72.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 19.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 40.1 sec: 29 segments, 2 merges 77.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 24.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 45.1 sec: 29 segments, 2 merges 82.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 29.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 50.1 sec: 29 segments, 2 merges 87.1s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 34.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 55.0 sec: 29 segments, 2 merges 92.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 39.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 60.0 sec: 29 segments, 2 merges 97.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 44.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 65.0 sec: 29 segments, 2 merges 102.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 49.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 70.0 sec: 29 segments, 2 merges 107.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 54.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 75.1 sec: 29 segments, 2 merges 112.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 59.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 80.1 sec: 29 segments, 2 merges 117.0s _1aj: 5 segs, 1133.6 K docs, 5103.6 MB 64.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 85.1 sec: 25 segments, 1 merges 69.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 90.1 sec: 25 segments, 1 merges 74.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 95.1 sec: 25 segments, 1 merges 79.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 100.1 sec: 25 segments, 1 merges 84.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 105.1 sec: 25 segments, 1 merges 89.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 110.1 sec: 25 segments, 1 merges 94.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 115.1 sec: 25 segments, 1 merges 99.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 120.1 sec: 25 segments, 1 merges 104.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 125.1 sec: 25 segments, 1 merges 109.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 130.1 sec: 25 segments, 1 merges 114.3s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 135.0 sec: 25 segments, 1 merges 119.2s _1c4: 8 segs, 767.6 K docs, 3451.7 MB 140.0 sec: 18 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 968 seconds reindex takes 968.56 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 10.0 sec: 18 segments, 1 merges 10.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 15.0 sec: 18 segments, 1 merges 15.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 20.0 sec: 18 segments, 1 merges 20.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 25.0 sec: 18 segments, 1 merges 25.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 30.0 sec: 18 segments, 1 merges 30.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 35.0 sec: 18 segments, 1 merges 35.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 40.0 sec: 18 segments, 1 merges 40.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 45.0 sec: 18 segments, 1 merges 45.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 50.0 sec: 18 segments, 1 merges 50.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 55.0 sec: 18 segments, 1 merges 55.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 60.0 sec: 18 segments, 1 merges 60.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 65.1 sec: 18 segments, 1 merges 65.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 70.1 sec: 18 segments, 1 merges 70.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 75.1 sec: 18 segments, 1 merges 75.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 80.1 sec: 18 segments, 1 merges 80.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 85.1 sec: 18 segments, 1 merges 85.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 90.1 sec: 18 segments, 1 merges 90.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 95.1 sec: 18 segments, 1 merges 95.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 100.1 sec: 18 segments, 1 merges 100.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 105.1 sec: 18 segments, 1 merges 105.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 110.1 sec: 18 segments, 1 merges 110.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 115.1 sec: 18 segments, 1 merges 115.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 120.1 sec: 18 segments, 1 merges 120.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 125.0 sec: 18 segments, 1 merges 125.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 130.0 sec: 18 segments, 1 merges 130.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 135.0 sec: 18 segments, 1 merges 135.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 140.0 sec: 18 segments, 1 merges 140.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 145.0 sec: 18 segments, 1 merges 145.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 150.0 sec: 18 segments, 1 merges 150.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 155.0 sec: 18 segments, 1 merges 155.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 160.0 sec: 18 segments, 1 merges 160.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 165.0 sec: 18 segments, 1 merges 165.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 170.0 sec: 18 segments, 1 merges 170.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 175.0 sec: 18 segments, 1 merges 175.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 180.1 sec: 18 segments, 1 merges 180.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 185.1 sec: 18 segments, 1 merges 185.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 190.1 sec: 18 segments, 1 merges 190.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 195.1 sec: 18 segments, 1 merges 195.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 200.1 sec: 18 segments, 1 merges 200.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 205.1 sec: 18 segments, 1 merges 205.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 210.1 sec: 18 segments, 1 merges 210.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 215.1 sec: 18 segments, 1 merges 215.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 220.1 sec: 18 segments, 1 merges 220.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 225.1 sec: 18 segments, 1 merges 225.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 230.1 sec: 18 segments, 1 merges 230.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 235.1 sec: 18 segments, 1 merges 235.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 240.0 sec: 18 segments, 1 merges 240.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 245.0 sec: 18 segments, 1 merges 245.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 250.0 sec: 18 segments, 1 merges 250.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 255.0 sec: 18 segments, 1 merges 255.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 260.0 sec: 18 segments, 1 merges 260.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 265.0 sec: 18 segments, 1 merges 265.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 270.0 sec: 18 segments, 1 merges 270.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 275.0 sec: 18 segments, 1 merges 275.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 280.0 sec: 18 segments, 1 merges 280.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 285.0 sec: 18 segments, 1 merges 285.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 290.0 sec: 18 segments, 1 merges 290.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 295.1 sec: 18 segments, 1 merges 295.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 300.1 sec: 18 segments, 1 merges 300.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 305.1 sec: 18 segments, 1 merges 305.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 310.1 sec: 18 segments, 1 merges 310.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 315.1 sec: 18 segments, 1 merges 315.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 320.1 sec: 18 segments, 1 merges 320.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 325.1 sec: 18 segments, 1 merges 325.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 330.1 sec: 18 segments, 1 merges 330.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 335.1 sec: 18 segments, 1 merges 335.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 340.1 sec: 18 segments, 1 merges 340.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 345.1 sec: 18 segments, 1 merges 345.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 350.1 sec: 18 segments, 1 merges 350.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 355.0 sec: 18 segments, 1 merges 355.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 360.0 sec: 18 segments, 1 merges 360.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 365.0 sec: 18 segments, 1 merges 365.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 370.0 sec: 18 segments, 1 merges 370.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 375.0 sec: 18 segments, 1 merges 375.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 380.0 sec: 18 segments, 1 merges 380.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 385.0 sec: 18 segments, 1 merges 385.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 390.0 sec: 18 segments, 1 merges 390.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 395.0 sec: 18 segments, 1 merges 395.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 400.0 sec: 18 segments, 1 merges 400.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 405.0 sec: 18 segments, 1 merges 405.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 410.1 sec: 18 segments, 1 merges 410.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 415.1 sec: 18 segments, 1 merges 415.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 420.1 sec: 18 segments, 1 merges 420.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 425.1 sec: 18 segments, 1 merges 425.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 430.1 sec: 18 segments, 1 merges 430.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 435.1 sec: 18 segments, 1 merges 435.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 440.1 sec: 18 segments, 1 merges 440.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 445.1 sec: 18 segments, 1 merges 445.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 450.1 sec: 18 segments, 1 merges 450.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 455.1 sec: 18 segments, 1 merges 455.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 460.1 sec: 18 segments, 1 merges 460.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 465.0 sec: 18 segments, 1 merges 465.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 470.0 sec: 18 segments, 1 merges 470.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 475.0 sec: 18 segments, 1 merges 475.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 480.0 sec: 18 segments, 1 merges 480.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 485.0 sec: 18 segments, 1 merges 485.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 490.0 sec: 18 segments, 1 merges 490.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 495.0 sec: 18 segments, 1 merges 495.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 500.0 sec: 18 segments, 1 merges 500.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 505.0 sec: 18 segments, 1 merges 505.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 510.0 sec: 18 segments, 1 merges 510.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 515.0 sec: 18 segments, 1 merges 515.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 520.0 sec: 18 segments, 1 merges 520.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 525.0 sec: 18 segments, 1 merges 525.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 530.0 sec: 18 segments, 1 merges 530.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 535.0 sec: 18 segments, 1 merges 535.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 540.0 sec: 18 segments, 1 merges 540.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 545.0 sec: 18 segments, 1 merges 545.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 550.0 sec: 18 segments, 1 merges 550.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 555.0 sec: 18 segments, 1 merges 555.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 560.0 sec: 18 segments, 1 merges 560.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 565.0 sec: 18 segments, 1 merges 565.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 570.0 sec: 18 segments, 1 merges 570.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 575.1 sec: 18 segments, 1 merges 575.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 580.1 sec: 18 segments, 1 merges 580.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 585.1 sec: 18 segments, 1 merges 585.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 590.1 sec: 18 segments, 1 merges 590.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 595.1 sec: 18 segments, 1 merges 595.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 600.0 sec: 18 segments, 1 merges 600.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 605.0 sec: 18 segments, 1 merges 605.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 610.0 sec: 18 segments, 1 merges 610.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 615.0 sec: 18 segments, 1 merges 615.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 620.0 sec: 18 segments, 1 merges 620.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 625.0 sec: 18 segments, 1 merges 625.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 630.0 sec: 18 segments, 1 merges 630.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 635.0 sec: 18 segments, 1 merges 635.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 640.0 sec: 18 segments, 1 merges 640.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 645.1 sec: 18 segments, 1 merges 645.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 650.1 sec: 18 segments, 1 merges 650.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 655.1 sec: 18 segments, 1 merges 655.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 660.1 sec: 18 segments, 1 merges 660.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 665.1 sec: 18 segments, 1 merges 665.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 670.1 sec: 18 segments, 1 merges 670.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 675.0 sec: 18 segments, 1 merges 675.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 680.0 sec: 18 segments, 1 merges 680.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 685.0 sec: 18 segments, 1 merges 685.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 690.0 sec: 18 segments, 1 merges 690.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 695.0 sec: 18 segments, 1 merges 695.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 700.1 sec: 18 segments, 1 merges 700.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 705.1 sec: 18 segments, 1 merges 705.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 710.1 sec: 18 segments, 1 merges 710.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 715.1 sec: 18 segments, 1 merges 715.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 720.1 sec: 18 segments, 1 merges 720.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 725.1 sec: 18 segments, 1 merges 725.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 730.1 sec: 18 segments, 1 merges 730.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 735.0 sec: 18 segments, 1 merges 735.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 740.0 sec: 18 segments, 1 merges 740.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 745.0 sec: 18 segments, 1 merges 745.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 750.0 sec: 18 segments, 1 merges 750.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 755.0 sec: 18 segments, 1 merges 755.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 760.1 sec: 18 segments, 1 merges 760.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 765.1 sec: 18 segments, 1 merges 765.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 770.1 sec: 18 segments, 1 merges 770.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 775.1 sec: 18 segments, 1 merges 775.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 780.1 sec: 18 segments, 1 merges 780.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 785.1 sec: 18 segments, 1 merges 785.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 790.0 sec: 18 segments, 1 merges 790.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 795.0 sec: 18 segments, 1 merges 795.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 800.0 sec: 18 segments, 1 merges 800.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 805.0 sec: 18 segments, 1 merges 805.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 810.0 sec: 18 segments, 1 merges 810.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 815.0 sec: 18 segments, 1 merges 815.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 820.0 sec: 18 segments, 1 merges 820.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 825.0 sec: 18 segments, 1 merges 825.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 830.0 sec: 18 segments, 1 merges 830.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 835.0 sec: 18 segments, 1 merges 835.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 840.0 sec: 18 segments, 1 merges 840.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 845.0 sec: 18 segments, 1 merges 845.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 850.0 sec: 18 segments, 1 merges 850.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 855.0 sec: 18 segments, 1 merges 855.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 860.1 sec: 18 segments, 1 merges 860.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 865.1 sec: 18 segments, 1 merges 865.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 870.1 sec: 18 segments, 1 merges 870.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 875.1 sec: 18 segments, 1 merges 875.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 880.1 sec: 18 segments, 1 merges 880.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 885.1 sec: 18 segments, 1 merges 885.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 890.1 sec: 18 segments, 1 merges 890.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 895.1 sec: 18 segments, 1 merges 895.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 900.1 sec: 18 segments, 1 merges 900.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 905.0 sec: 18 segments, 1 merges 905.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 910.0 sec: 18 segments, 1 merges 910.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 915.0 sec: 18 segments, 1 merges 915.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 920.0 sec: 18 segments, 1 merges 920.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 925.0 sec: 18 segments, 1 merges 925.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 930.0 sec: 18 segments, 1 merges 930.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 935.0 sec: 18 segments, 1 merges 935.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 940.1 sec: 18 segments, 1 merges 940.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 945.1 sec: 18 segments, 1 merges 945.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 950.1 sec: 18 segments, 1 merges 950.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 955.1 sec: 18 segments, 1 merges 955.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 960.1 sec: 18 segments, 1 merges 960.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 965.1 sec: 18 segments, 1 merges 965.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 970.0 sec: 18 segments, 1 merges 970.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 975.0 sec: 18 segments, 1 merges 975.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 980.0 sec: 18 segments, 1 merges 980.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 985.0 sec: 18 segments, 1 merges 985.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 990.0 sec: 18 segments, 1 merges 990.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 995.0 sec: 18 segments, 1 merges 995.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1000.1 sec: 18 segments, 1 merges 1000.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1005.1 sec: 18 segments, 1 merges 1005.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1010.1 sec: 18 segments, 1 merges 1010.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1015.1 sec: 18 segments, 1 merges 1015.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1020.1 sec: 18 segments, 1 merges 1020.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1025.1 sec: 18 segments, 1 merges 1025.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1030.1 sec: 18 segments, 1 merges 1030.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1035.1 sec: 18 segments, 1 merges 1035.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1040.1 sec: 18 segments, 1 merges 1040.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1045.1 sec: 18 segments, 1 merges 1045.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1055.0 sec: 18 segments, 1 merges 1055.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1060.0 sec: 18 segments, 1 merges 1060.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1065.0 sec: 18 segments, 1 merges 1065.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1070.0 sec: 18 segments, 1 merges 1070.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1075.0 sec: 18 segments, 1 merges 1075.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1080.0 sec: 18 segments, 1 merges 1080.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1085.0 sec: 18 segments, 1 merges 1085.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1090.0 sec: 18 segments, 1 merges 1090.0s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1095.1 sec: 18 segments, 1 merges 1095.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB 1100.1 sec: 18 segments, 1 merges 1100.1s _1c5: 18 segs, 8000.0 K docs, 36039.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1106.94 sec index has 1 segments: segments_3: _1c5(11.0.0):C8000000 _1c5: 36186.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.04 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=48996925518 cpu@end=51324730845 deltaMS=2327.805327 thread 14 name=Reference Handler cpu@start=1329688 cpu@end=1329688 deltaMS=0.0 thread 15 name=Finalizer cpu@start=210720 cpu@end=210720 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=61672 cpu@end=61672 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4562357 cpu@end=4562357 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=17699772172 cpu@end=17700084272 deltaMS=0.3121 thread 42 name=JFR Periodic Tasks cpu@start=123013368388 cpu@end=123125255591 deltaMS=111.887203 thread 45 name=Notification Thread cpu@start=104285 cpu@end=104285 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1737345261557 cpu@end=1737345261557 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1734813406749 cpu@end=1734813406749 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1740225521279 cpu@end=1740225521279 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1735086465763 cpu@end=1735086465763 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1734757925652 cpu@end=1734757925652 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1736836290258 cpu@end=1736836290258 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1734212876067 cpu@end=1734212876067 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1732722589962 cpu@end=1732722589962 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1737025127052 cpu@end=1737025127052 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1735303395262 cpu@end=1735303395262 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1741276530435 cpu@end=1741276530435 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1735085233916 cpu@end=1735085233916 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1734789821707 cpu@end=1734789821707 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1733691715537 cpu@end=1733691715537 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1738241366994 cpu@end=1738241366994 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1737580836737 cpu@end=1737580836737 deltaMS=0.0 Average CPU cores used: 1.0452446253129648 completed 1000 searches in 2334 ms: 428 QPS CPU time=2439 ms checking results SUMMARY: 0.881 2.334 2.439 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5714 968.56 8259.69 1106.94 1 36186.04 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=265, Fanout min=6, mean=16.45, max=32, meandelta=408022.53 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 17 18 21 23 32 Graph level=2 size=7751, Fanout min=8, mean=27.38, max=32, meandelta=268910.81 % 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=247231, Fanout min=1, mean=28.31, max=32, meandelta=258331.66 % 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=194159.14 % 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=265, connectedness=1.00 Graph level=2 size=7751, connectedness=1.00 Graph level=1 size=247231, 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.11.10.20.55/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 45,307,109.01 msec task-clock:u 175,061,267,381,907 cycles:u (36.37%) 181,228,745,329,446 instructions:u (36.37%) 4,291,626,597,182 cache-references:u (36.36%) 1,683,342,610,548 cache-misses:u (36.36%) 64,024,230,108,626 L1-dcache-loads:u (36.36%) 2,004,220,972,284 L1-dcache-load-misses:u (36.36%) 4,453,859,076,163 L1-icache-loads:u (36.36%) 15,706,896,104 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 24,043,468 faults:u 23,093,076 minor-faults:u 25,824 major-faults:u 15,706,076,826,157 branches:u (36.36%) 116,536,756,752 branch-misses:u (36.36%) 2,570,811,784,584 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2292.844723287 seconds time elapsed 44700.665248000 seconds user 594.700619000 seconds sys took 0:38:12.872850 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.334, net_cpu_ms=2.439, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5714, index_time_sec=968.56, index_docs_per_sec=8259.69, force_merge_time_sec=1106.94, index_num_segments=1, index_size_on_disk_mb=36186.04, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (265, {0: 0, 10: 11, 20: 12, 30: 14, 40: 15, 50: 16, 60: 17, 70: 18, 80: 21, 90: 23, 100: 32}), 2: (7751, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247231, {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=2292, microseconds=872850)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 112 Start: 2026-05-11 16:03:04 (UTC) Duration: 2280 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 43528186 745260871 jdk.FileWrite 22570097 476111743 jdk.FileRead 8003650 182133936 jdk.ObjectAllocationInNewTLAB 71747 1421562 jdk.BooleanFlag 55552 1757424 jdk.CPULoad 42741 854188 jdk.Checkpoint 7680 28898842 jdk.Compilation 6276 161771 jdk.UnsignedIntFlag 5376 182368 jdk.IntFlag 4928 179808 jdk.StringFlag 3808 147611 jdk.ObjectAllocationOutsideTLAB 1269 22664 jdk.CPUInformation 112 168220 jdk.GCConfiguration 112 2908 jdk.JVMInformation 112 106508 jdk.Metadata 112 12379021 jdk.GarbageCollection 58 1391 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.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528186 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.87% 18M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 29.13% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.57% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.44% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.30% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.25% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.33% 577424 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.89% 386638 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.85% 370350 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.61% 266533 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.51% 222331 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.29% 127071 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.28% 120564 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 112349 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.26% 112095 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.25% 107311 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.24% 105989 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 92887 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 73679 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.13% 56788 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.12% 50950 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 47516 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 44972 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.10% 42819 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.10% 41943 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 40508 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 39726 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 38915 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 35194 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 33282 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 31672 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 30506 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 30356 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 27900 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.06% 26366 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 18852 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 17194 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 16296 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 15690 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 15049 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14570 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 12650 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 11756 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 10781 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 9420 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8783 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 8706 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] 0.02% 8527 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 7784 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 6998 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.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528186 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.38% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 29.10% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 10.57% 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.30% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.25% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 2.72% 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] 1.43% 621061 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.33% 577287 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.86% 375058 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.68% 297134 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.68% 293830 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.67% 289922 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.56% 243749 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.41% 178026 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.28% 120329 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.25% 108638 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 105952 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.20% 88559 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.20% 88524 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 83406 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% 74013 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% 73401 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.15% 64267 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.14% 62205 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.13% 56695 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.12% 50717 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.10% 44381 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.10% 43567 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.10% 42536 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.09% 40939 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% 39586 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.08% 35062 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% 32207 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% 30506 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% 30405 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% 30354 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.07% 29341 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 27556 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 27055 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% 26354 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% 24295 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.05% 22817 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 22501 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.05% 21584 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% 20631 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 20476 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.05% 20027 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 17910 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% 17040 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% 14065 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.0x0000000093171db0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528186 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 23.05% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 21.04% 9M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 11.01% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 9.31% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 7.16% 3M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 2.89% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 2.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.16% 938362 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 2.14% 932899 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.02% 442973 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.0x0000000093196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.96% 416217 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.92% 401455 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.0x0000000093196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.91% 394190 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.88% 385178 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.87% 379878 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.77% 336366 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.0x0000000093196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.60% 259750 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.0x000000009319a328#run() [JIT compiled code] 0.57% 248401 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.45% 194731 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.42% 181071 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.39% 168275 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.37% 161536 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.31% 136626 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.31% 136271 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.29% 125823 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 118410 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.24% 105623 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.23% 100452 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.23% 99413 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.0x000000009319a328#run() [JIT compiled code] 0.22% 97507 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.19% 83406 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.0x000000009307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 80852 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 79622 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.0x000000009319a328#run() [JIT compiled code] 0.16% 69849 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.15% 63272 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.0x0000000093196888#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% 63161 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.0x0000000093196888#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% 62617 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.12% 54095 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.12% 53894 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 52268 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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% 51899 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.0x000000009319a328#run() [JIT compiled code] 0.12% 51593 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.0x0000000093196888#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% 51493 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.12% 51308 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 50672 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.11% 48255 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.09% 38700 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.09% 38164 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 37565 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 37419 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72992 events (total: 566935M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.59% 133730M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.36% 132411M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 22.89% 129769M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.20% 63473M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.65% 32015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.98% 22586M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.09% 6186M java.util.Arrays#copyOf():3478 [Inlined code] 0.92% 5193M java.lang.Integer#valueOf():1006 [Inlined code] 0.73% 4116M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.71% 4020M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.69% 3911M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3763M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.45% 2525M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.38% 2137M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.32% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1751M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.29% 1621M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1117M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.19% 1102M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.14% 819M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 759M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 744M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 743M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.11% 643M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 594M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 547M java.util.ArrayList#grow():240 [Inlined code] 0.08% 467M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 451M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 451M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 424M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 401M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 344M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 283M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 279M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 253M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 229M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.03% 198M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 192M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 171M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 161M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 141M java.util.HashMap#resize():711 [JIT compiled code] 0.02% 138M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 130M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 130M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 113M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 111M org.apache.lucene.util.packed.DirectMonotonicWriter#():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/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72992 events (total: 566935M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.14% 108503M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.51% 104914M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.88% 73049M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.60% 54435M 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.87% 38971M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.65% 32015M 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.42% 25036M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.38% 24855M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.32% 24493M 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] 2.91% 16479M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.08% 6107M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.01% 5740M 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.90% 5107M 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.71% 4020M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.59% 3364M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.52% 2936M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.32% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.25% 1436M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1327M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.22% 1222M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.21% 1198M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.21% 1188M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.21% 1179M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.20% 1125M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 1117M 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% 942M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 819M 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% 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.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 744M 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.12% 654M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 594M 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.10% 570M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 547M 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.09% 521M 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% 455M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 452M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 451M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 451M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 423M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.07% 417M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.07% 416M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 410M 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% 402M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.07% 402M 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% 401M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 398M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.06% 358M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 347M 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.11.10.20.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q4-fmTrue.jfr is 1382.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72992 events (total: 566935M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.85% 50178M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.67% 49139M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 8.48% 48079M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 7.00% 39662M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.86% 38907M 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.65% 32015M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 4.16% 23597M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 4.02% 22764M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.01% 22707M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 4.00% 22702M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.84% 21794M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.88% 16347M 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.57% 14569M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.52% 8623M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.49% 8423M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.44% 8145M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.42% 8034M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 7979M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.15% 6504M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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] 1.01% 5740M 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.99% 5588M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.92% 5238M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.90% 5107M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.90% 5103M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.75% 4242M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.72% 4088M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.71% 4020M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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% 3931M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.68% 3875M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.49% 2782M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.48% 2749M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.47% 2662M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2425M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2423M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.41% 2350M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.0x000000009319a328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.38% 2154M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.32% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1760M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.28% 1583M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.27% 1534M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1363M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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.19% 1088M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.19% 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.17% 940M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Inlined code] 0.15% 867M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.13% 716M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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% 702M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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% 692M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319fbf0#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] 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.11.10.20.55/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 3276196 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2004671947159185 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 11, 2026 12:52:59 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: 80 segments, 8 merges 82.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 31.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 25.1s _1dg: 9 segs, 44.9 K docs, 222.2 MB 17.4s _1dp: 8 segs, 40.5 K docs, 200.6 MB 11.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 6.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 3.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 0.0s _1ea: 8 segs, 29.5 K docs, 146.1 MB 5.0 sec: 80 segments, 8 merges 87.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 36.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 30.1s _1dg: 9 segs, 44.9 K docs, 222.2 MB 22.4s _1dp: 8 segs, 40.5 K docs, 200.6 MB 16.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 11.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 8.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 5.0s _1ea: 8 segs, 29.5 K docs, 146.1 MB 10.0 sec: 80 segments, 8 merges 92.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 41.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 35.1s _1dg: 9 segs, 44.9 K docs, 222.2 MB 27.4s _1dp: 8 segs, 40.5 K docs, 200.6 MB 21.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 16.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 13.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 10.0s _1ea: 8 segs, 29.5 K docs, 146.1 MB 15.0 sec: 80 segments, 8 merges 97.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 46.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 40.1s _1dg: 9 segs, 44.9 K docs, 222.2 MB 32.4s _1dp: 8 segs, 40.5 K docs, 200.6 MB 26.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 21.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 18.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 15.0s _1ea: 8 segs, 29.5 K docs, 146.1 MB 20.0 sec: 65 segments, 6 merges 102.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 51.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 37.4s _1dp: 8 segs, 40.5 K docs, 200.6 MB 31.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 26.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 23.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 25.1 sec: 65 segments, 6 merges 107.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 56.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 42.5s _1dp: 8 segs, 40.5 K docs, 200.6 MB 36.0s _1dx: 8 segs, 73.2 K docs, 363.5 MB 31.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 28.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 30.1 sec: 58 segments, 5 merges 112.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 61.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 47.5s _1dp: 8 segs, 40.5 K docs, 200.6 MB 36.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 33.3s _1e8: 9 segs, 45.3 K docs, 224.2 MB 35.1 sec: 51 segments, 4 merges 117.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 66.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 41.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 38.4s _1e8: 9 segs, 45.3 K docs, 224.2 MB 40.1 sec: 51 segments, 4 merges 122.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 71.9s _1d6: 8 segs, 180.5 K docs, 898.5 MB 46.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 43.4s _1e8: 9 segs, 45.3 K docs, 224.2 MB 45.1 sec: 43 segments, 3 merges 127.4s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 76.9s _1d6: 8 segs, 180.5 K docs, 898.5 MB 51.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 50.1 sec: 43 segments, 3 merges 132.4s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 81.9s _1d6: 8 segs, 180.5 K docs, 898.5 MB 56.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 55.0 sec: 43 segments, 3 merges 137.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 86.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 61.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 60.0 sec: 43 segments, 3 merges 142.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 91.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 66.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 65.0 sec: 43 segments, 3 merges 147.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 96.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 71.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 70.0 sec: 43 segments, 3 merges 152.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 101.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 76.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 75.0 sec: 43 segments, 3 merges 157.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 106.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 81.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 80.0 sec: 43 segments, 3 merges 162.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 111.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 86.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 85.0 sec: 43 segments, 3 merges 167.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 116.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 91.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 90.0 sec: 43 segments, 3 merges 172.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 121.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 96.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 95.0 sec: 43 segments, 3 merges 177.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 126.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 101.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 100.1 sec: 43 segments, 3 merges 182.4s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 131.9s _1d6: 8 segs, 180.5 K docs, 898.5 MB 106.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 105.0 sec: 43 segments, 3 merges 187.3s _1bc: 8 segs, 860.4 K docs, 4290.7 MB 136.8s _1d6: 8 segs, 180.5 K docs, 898.5 MB 111.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 110.0 sec: 29 segments, 1 merges 116.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 115.0 sec: 29 segments, 1 merges 121.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 120.0 sec: 29 segments, 1 merges 126.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 125.0 sec: 29 segments, 1 merges 131.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 130.0 sec: 29 segments, 1 merges 136.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 135.0 sec: 29 segments, 1 merges 141.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 140.0 sec: 29 segments, 1 merges 146.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 145.0 sec: 29 segments, 1 merges 151.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 150.0 sec: 29 segments, 1 merges 156.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 155.0 sec: 29 segments, 1 merges 161.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 160.1 sec: 29 segments, 1 merges 166.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 165.1 sec: 29 segments, 1 merges 171.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 170.1 sec: 29 segments, 1 merges 176.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 175.1 sec: 29 segments, 1 merges 181.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 180.1 sec: 29 segments, 1 merges 186.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 185.1 sec: 29 segments, 1 merges 191.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 190.1 sec: 29 segments, 1 merges 196.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 195.1 sec: 29 segments, 1 merges 201.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 200.1 sec: 29 segments, 1 merges 206.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 205.1 sec: 29 segments, 1 merges 211.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 210.0 sec: 29 segments, 1 merges 216.8s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 215.0 sec: 29 segments, 1 merges 221.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 220.0 sec: 29 segments, 1 merges 226.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 225.0 sec: 29 segments, 1 merges 231.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 230.0 sec: 29 segments, 1 merges 236.9s _1e3: 8 segs, 905.2 K docs, 4514.1 MB 235.1 sec: 22 segments, 1 merges 2.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 240.1 sec: 22 segments, 1 merges 7.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 245.1 sec: 22 segments, 1 merges 12.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 250.1 sec: 22 segments, 1 merges 17.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 255.1 sec: 22 segments, 1 merges 22.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 260.1 sec: 22 segments, 1 merges 27.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 265.1 sec: 22 segments, 1 merges 32.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 270.1 sec: 22 segments, 1 merges 37.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 275.1 sec: 22 segments, 1 merges 42.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 280.1 sec: 22 segments, 1 merges 47.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 285.0 sec: 22 segments, 1 merges 52.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 290.0 sec: 22 segments, 1 merges 57.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 295.0 sec: 22 segments, 1 merges 62.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 300.0 sec: 22 segments, 1 merges 67.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 305.0 sec: 22 segments, 1 merges 72.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 310.0 sec: 22 segments, 1 merges 77.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 315.0 sec: 22 segments, 1 merges 82.3s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 320.1 sec: 22 segments, 1 merges 87.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 325.1 sec: 22 segments, 1 merges 92.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 330.1 sec: 22 segments, 1 merges 97.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 335.1 sec: 22 segments, 1 merges 102.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 340.1 sec: 22 segments, 1 merges 107.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 345.1 sec: 22 segments, 1 merges 112.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 350.1 sec: 22 segments, 1 merges 117.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 355.1 sec: 22 segments, 1 merges 122.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 360.1 sec: 22 segments, 1 merges 127.4s _1eb: 3 segs, 1001.7 K docs, 4999.6 MB 365.1 sec: 20 segments, 1 merges 1.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 370.1 sec: 20 segments, 1 merges 6.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 375.1 sec: 20 segments, 1 merges 11.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 380.1 sec: 20 segments, 1 merges 16.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 385.0 sec: 20 segments, 1 merges 21.3s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 390.0 sec: 20 segments, 1 merges 26.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 395.0 sec: 20 segments, 1 merges 31.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 400.0 sec: 20 segments, 1 merges 36.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 405.0 sec: 20 segments, 1 merges 41.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 410.0 sec: 20 segments, 1 merges 46.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 415.0 sec: 20 segments, 1 merges 51.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 420.0 sec: 20 segments, 1 merges 56.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 425.0 sec: 20 segments, 1 merges 61.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 430.1 sec: 20 segments, 1 merges 66.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 435.1 sec: 20 segments, 1 merges 71.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 440.1 sec: 20 segments, 1 merges 76.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 445.1 sec: 20 segments, 1 merges 81.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 450.1 sec: 20 segments, 1 merges 86.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 455.1 sec: 20 segments, 1 merges 91.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 460.1 sec: 20 segments, 1 merges 96.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 465.1 sec: 20 segments, 1 merges 101.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 470.0 sec: 20 segments, 1 merges 106.3s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 475.0 sec: 20 segments, 1 merges 111.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 480.0 sec: 20 segments, 1 merges 116.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 485.0 sec: 20 segments, 1 merges 121.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 490.0 sec: 20 segments, 1 merges 126.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 495.1 sec: 20 segments, 1 merges 131.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 500.1 sec: 20 segments, 1 merges 136.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 505.1 sec: 20 segments, 1 merges 141.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 510.0 sec: 20 segments, 1 merges 146.3s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 515.0 sec: 20 segments, 1 merges 151.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 520.0 sec: 20 segments, 1 merges 156.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 525.0 sec: 20 segments, 1 merges 161.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 530.0 sec: 20 segments, 1 merges 166.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 535.0 sec: 20 segments, 1 merges 171.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 540.0 sec: 20 segments, 1 merges 176.4s _1ec: 4 segs, 1012.4 K docs, 5051.5 MB 545.0 sec: 17 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1436 seconds reindex takes 1436.35 sec index has 17 segments: segments_2: _a2(11.0.0):C1023213 _if(11.0.0):C1005611 _h1(11.0.0):C329863 _sk(11.0.0):C545191 _1eb(11.0.0):C1001709 _11y(11.0.0):C861228 _1ec(11.0.0):C1012370 _1e3(11.0.0):C905199 _1bc(11.0.0):C860357 _1cr(11.0.0):C73779 _1cz(11.0.0):C79446 _1ca(11.0.0):C75108 _1dx(11.0.0):C73204 _1cj(11.0.0):C38814 _1dg(11.0.0):C44872 _1dp(11.0.0):C40517 _1ea(11.0.0):C29519 _a2: 5110.6 MB _if: 5022.7 MB _h1: 1646.2 MB _sk: 2721.6 MB _1eb: 5003.2 MB _11y: 4300.8 MB _1ec: 5056.5 MB _1e3: 4520.6 MB _1bc: 4296.6 MB _1cr: 367.7 MB _1cz: 395.9 MB _1ca: 374.3 MB _1dx: 364.8 MB _1cj: 193.2 MB _1dg: 223.4 MB _1dp: 201.7 MB _1ea: 146.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39946.65 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=56800729077 cpu@end=70243905270 deltaMS=13443.176193 thread 14 name=Reference Handler cpu@start=1624386 cpu@end=1624386 deltaMS=0.0 thread 15 name=Finalizer cpu@start=162253 cpu@end=162253 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74162 cpu@end=74162 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7325529 cpu@end=7381283 deltaMS=0.055754 thread 41 name=JFR Recorder Thread cpu@start=21989782405 cpu@end=21992334244 deltaMS=2.551839 thread 42 name=JFR Periodic Tasks cpu@start=131578434357 cpu@end=132220144602 deltaMS=641.710245 thread 45 name=Notification Thread cpu@start=105157 cpu@end=105157 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1848256060101 cpu@end=1848256060101 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1844040368963 cpu@end=1844040368963 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1841328494696 cpu@end=1841328494696 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1839920298221 cpu@end=1839920298221 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1841534918850 cpu@end=1841534918850 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1841103024697 cpu@end=1841103024697 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1841570874536 cpu@end=1841570874536 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1844138028590 cpu@end=1844138028590 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1843321894931 cpu@end=1843321894931 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1842257497034 cpu@end=1842257497034 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1843960003640 cpu@end=1843960003640 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1845686250959 cpu@end=1845686250959 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1843791505189 cpu@end=1843791505189 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1843237985510 cpu@end=1843237985510 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1843228581106 cpu@end=1843228581106 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1841952639107 cpu@end=1841952639107 deltaMS=0.0 Average CPU cores used: 1.0468750245195977 completed 1000 searches in 13456 ms: 74 QPS CPU time=14086 ms checking results SUMMARY: 0.955 13.456 14.086 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 61629 1436.35 5569.66 0.00 17 39946.65 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1023213 documents Graph level=3 size=55, Fanout min=4, mean=8.62, max=14, meandelta=77472.56 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 12 14 Graph level=2 size=921, Fanout min=6, mean=22.96, max=32, meandelta=40871.41 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 28 32 32 32 Graph level=1 size=31285, Fanout min=3, mean=28.06, max=32, meandelta=33444.45 % 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=1023213, Fanout min=1, mean=39.48, max=64, meandelta=23996.84 % 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=921, connectedness=1.00 Graph level=1 size=31285, connectedness=1.00 Graph level=0 size=1023213, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1005611 documents Graph level=3 size=55, Fanout min=4, mean=8.62, max=14, meandelta=84913.18 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 7 8 8 10 10 13 14 Graph level=2 size=916, Fanout min=7, mean=23.06, max=32, meandelta=39768.22 % 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=30764, Fanout min=3, mean=28.09, max=32, meandelta=32757.56 % 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=1005611, Fanout min=1, mean=39.51, max=64, meandelta=23567.63 % 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=916, connectedness=1.00 Graph level=1 size=30764, connectedness=1.00 Graph level=0 size=1005611, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 329863 documents Graph level=3 size=21, Fanout min=2, mean=5.43, max=8, meandelta=37085.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 7 8 Graph level=2 size=247, Fanout min=6, mean=16.35, max=32, meandelta=16379.90 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 17 19 21 23 32 Graph level=1 size=9971, Fanout min=8, mean=27.56, max=32, meandelta=10939.76 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 32 32 32 32 32 32 Graph level=0 size=329863, Fanout min=1, mean=39.53, max=64, meandelta=7745.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=247, connectedness=1.00 Graph level=1 size=9971, connectedness=1.00 Graph level=0 size=329863, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 545191 documents Graph level=3 size=28, Fanout min=4, mean=6.43, max=10, meandelta=54654.20 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 7 7 8 8 10 Graph level=2 size=427, Fanout min=7, mean=19.56, max=32, meandelta=24686.38 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 22 25 29 32 Graph level=1 size=16477, Fanout min=5, mean=27.83, max=32, meandelta=17932.59 % 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=545191, Fanout min=1, mean=39.59, max=64, meandelta=12773.56 % 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=427, connectedness=1.00 Graph level=1 size=16477, connectedness=1.00 Graph level=0 size=545191, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1001709 documents Graph level=3 size=49, Fanout min=3, mean=8.82, max=15, meandelta=89886.34 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 8 9 9 10 11 13 15 Graph level=2 size=781, Fanout min=7, mean=23.01, max=32, meandelta=39866.38 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=1 size=30349, Fanout min=2, mean=28.00, max=32, meandelta=32702.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=1001709, Fanout min=1, mean=39.54, max=64, meandelta=23460.69 % 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=781, connectedness=1.00 Graph level=1 size=30349, connectedness=1.00 Graph level=0 size=1001709, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 861228 documents Graph level=3 size=48, Fanout min=4, mean=8.38, max=16, meandelta=79482.22 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 10 12 16 Graph level=2 size=757, Fanout min=7, mean=22.04, max=32, meandelta=35251.89 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 19 21 23 27 30 32 32 Graph level=1 size=26201, Fanout min=2, mean=28.00, max=32, meandelta=28169.54 % 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=861228, Fanout min=1, mean=39.54, max=64, meandelta=20175.51 % 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=48, connectedness=1.00 Graph level=2 size=757, connectedness=1.00 Graph level=1 size=26201, connectedness=1.00 Graph level=0 size=861228, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1012370 documents Graph level=3 size=62, Fanout min=5, mean=8.94, max=16, meandelta=92682.02 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 8 9 10 10 12 16 Graph level=2 size=874, Fanout min=7, mean=22.85, max=32, meandelta=40276.30 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 22 24 27 31 32 32 Graph level=1 size=30775, Fanout min=4, mean=27.99, max=32, meandelta=33138.61 % 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=1012370, Fanout min=1, mean=39.52, max=64, meandelta=23722.05 % 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=62, connectedness=1.00 Graph level=2 size=874, connectedness=1.00 Graph level=1 size=30775, connectedness=1.00 Graph level=0 size=1012370, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 905199 documents Graph level=3 size=46, Fanout min=3, mean=8.74, max=14, meandelta=81853.38 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 12 14 Graph level=2 size=779, Fanout min=8, mean=22.56, max=32, meandelta=36328.75 % 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=27616, Fanout min=4, mean=27.97, max=32, meandelta=29642.24 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=905199, Fanout min=1, mean=39.50, max=64, meandelta=21228.38 % 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=46, connectedness=1.00 Graph level=2 size=779, connectedness=1.00 Graph level=1 size=27616, connectedness=1.00 Graph level=0 size=905199, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 860357 documents Graph level=3 size=49, Fanout min=3, mean=8.08, max=15, meandelta=84138.01 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 9 9 11 12 15 Graph level=2 size=753, Fanout min=7, mean=22.30, max=32, meandelta=35185.19 % 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=26234, Fanout min=2, mean=27.94, max=32, meandelta=28216.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=860357, Fanout min=1, mean=39.60, max=64, meandelta=20131.19 % 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=753, connectedness=1.00 Graph level=1 size=26234, connectedness=1.00 Graph level=0 size=860357, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 73779 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=60, Fanout min=3, mean=9.43, max=18, meandelta=6323.35 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 10 11 12 14 18 Graph level=1 size=2295, Fanout min=8, mean=25.81, max=32, meandelta=2599.44 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 24 27 30 32 32 32 32 Graph level=0 size=73779, Fanout min=2, mean=38.61, max=64, meandelta=1775.27 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=60, connectedness=1.00 Graph level=1 size=2295, connectedness=1.00 Graph level=0 size=73779, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 79446 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=13129.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 2 Graph level=2 size=65, Fanout min=4, mean=10.06, max=21, meandelta=6390.61 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 8 9 10 10 11 12 14 21 Graph level=1 size=2451, Fanout min=7, mean=25.76, max=32, meandelta=2818.21 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 31 32 32 32 32 Graph level=0 size=79446, Fanout min=3, mean=38.68, max=64, meandelta=1907.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=65, connectedness=1.00 Graph level=1 size=2451, connectedness=1.00 Graph level=0 size=79446, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 75108 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=8582.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=59, Fanout min=4, mean=9.02, max=17, meandelta=6793.23 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 10 11 12 17 Graph level=1 size=2331, Fanout min=7, mean=25.95, max=32, meandelta=2644.00 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 25 28 31 32 32 32 32 Graph level=0 size=75108, Fanout min=1, mean=38.65, max=64, meandelta=1804.01 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=59, connectedness=1.00 Graph level=1 size=2331, connectedness=1.00 Graph level=0 size=75108, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 73204 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=60, Fanout min=4, mean=9.23, max=21, meandelta=6752.66 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 10 12 14 21 Graph level=1 size=2255, Fanout min=7, mean=25.90, max=32, meandelta=2576.69 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 30 32 32 32 32 Graph level=0 size=73204, Fanout min=3, mean=38.55, max=64, meandelta=1760.68 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=60, connectedness=1.00 Graph level=1 size=2255, connectedness=1.00 Graph level=0 size=73204, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 38814 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=31, Fanout min=4, mean=7.29, max=13, meandelta=4212.07 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 7 8 9 10 13 Graph level=1 size=1195, Fanout min=6, mean=24.53, max=32, meandelta=1439.88 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=0 size=38814, Fanout min=2, mean=37.72, max=64, meandelta=953.31 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 30 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=31, connectedness=1.00 Graph level=1 size=1195, connectedness=1.00 Graph level=0 size=38814, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 44872 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=39, Fanout min=2, mean=7.59, max=15, meandelta=4720.48 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 6 8 9 10 11 15 Graph level=1 size=1368, Fanout min=6, mean=24.67, max=32, meandelta=1643.45 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 28 32 32 32 32 Graph level=0 size=44872, Fanout min=2, mean=37.99, max=64, meandelta=1094.40 % 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=39, connectedness=1.00 Graph level=1 size=1368, connectedness=1.00 Graph level=0 size=44872, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 40517 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.15, max=12, meandelta=4609.66 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 6 7 7 8 8 9 12 Graph level=1 size=1244, Fanout min=9, mean=24.32, max=32, meandelta=1498.64 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=0 size=40517, Fanout min=4, mean=38.02, max=64, meandelta=987.88 % 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=1244, connectedness=1.00 Graph level=0 size=40517, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 29519 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=20, Fanout min=2, mean=4.90, max=8, meandelta=4252.84 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 5 5 6 7 8 Graph level=1 size=900, Fanout min=8, mean=22.99, max=32, meandelta=1162.49 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=0 size=29519, Fanout min=3, mean=37.59, max=64, meandelta=727.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=20, connectedness=1.00 Graph level=1 size=900, connectedness=1.00 Graph level=0 size=29519, 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.11.10.20.55/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,788,051.24 msec task-clock:u 211,417,592,788,456 cycles:u (36.36%) 120,940,365,209,608 instructions:u (36.36%) 3,506,330,014,689 cache-references:u (36.36%) 1,606,663,998,872 cache-misses:u (36.36%) 43,600,965,835,684 L1-dcache-loads:u (36.36%) 1,506,669,724,477 L1-dcache-load-misses:u (36.36%) 1,862,164,717,167 L1-icache-loads:u (36.36%) 12,893,305,965 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 8,272,885 faults:u 7,371,364 minor-faults:u 171 major-faults:u 12,279,034,764,455 branches:u (36.36%) 91,517,779,344 branch-misses:u (36.36%) 2,995,813,836,541 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2073.275977819 seconds time elapsed 54228.811217000 seconds user 547.815271000 seconds sys took 0:34:33.303135 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.955, cpu_time_ms=13.456, net_cpu_ms=14.086, 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=61629, index_time_sec=1436.35, index_docs_per_sec=5569.66, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=39946.65, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (0, {}), 2: (20, {0: 0, 10: 3, 20: 3, 30: 4, 40: 5, 50: 5, 60: 5, 70: 5, 80: 6, 90: 7, 100: 8}), 1: (900, {0: 0, 10: 14, 20: 17, 30: 19, 40: 21, 50: 23, 60: 25, 70: 28, 80: 31, 90: 32, 100: 32}), 0: (29519, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 34, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2073, microseconds=303135)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 120 Start: 2026-05-11 16:52:59 (UTC) Duration: 2060 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 52495080 900522002 jdk.FileWrite 20737529 435790209 jdk.FileRead 8003652 182924151 jdk.ObjectAllocationInNewTLAB 64331 1280882 jdk.BooleanFlag 59520 1883592 jdk.CPULoad 38200 763361 jdk.Checkpoint 8414 33385180 jdk.Compilation 5982 154606 jdk.UnsignedIntFlag 5760 195456 jdk.IntFlag 5280 192708 jdk.StringFlag 4080 158325 jdk.ObjectAllocationOutsideTLAB 990 17744 jdk.CPUInformation 120 180237 jdk.GCConfiguration 120 3117 jdk.JVMInformation 120 111717 jdk.Metadata 120 13263238 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52495080 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 60.11% 31M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.62% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.99% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.51% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.18% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 2.00% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.67% 351745 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.50% 264173 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 207959 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.33% 173234 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.28% 146286 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 130023 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.23% 119239 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 116164 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.19% 101680 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.19% 97462 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 89176 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 82070 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.14% 72777 sun.nio.ch.NativeThread#current0() [Native code] 0.11% 60061 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 54983 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 48875 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 40173 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 39826 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.07% 38148 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 37969 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 37797 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 31782 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31626 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 30117 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 30052 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 30026 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 28866 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.05% 26138 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.03% 17662 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 16751 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15265 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 13693 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 13681 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 13401 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 13167 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12643 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 11676 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10769 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 10384 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9849 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9576 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 8806 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.01% 7726 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.01% 7194 org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [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.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52495080 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.26% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 14.62% 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] 11.98% 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.51% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.18% 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.96% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.47% 773727 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.65% 343337 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.48% 254174 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.47% 247864 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.44% 229959 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.33% 173229 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 159406 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.28% 145894 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.25% 129373 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.23% 119307 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.23% 119200 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.17% 87036 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% 72126 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% 70231 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 65863 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% 59676 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.11% 57119 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.10% 49954 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% 48871 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.08% 43928 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 40166 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% 39658 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 39039 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% 38144 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 37797 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% 37308 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 36193 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 31413 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.06% 30105 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% 30052 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.05% 28824 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.05% 28124 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 25656 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 24791 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% 23485 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% 20973 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% 19831 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 18008 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.03% 17326 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% 17209 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 16634 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% 14775 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.03% 13403 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.03% 13393 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52495080 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.33% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.53% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.39% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 11.54% 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] 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] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.13% 595311 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.09% 571010 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.92% 481173 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.89% 468997 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.86% 451607 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.56% 295844 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.0x0000000043193228#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.53% 276305 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.0x0000000043193228#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.51% 268120 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.38% 201578 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.0x0000000043193228#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.35% 182147 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.29% 149726 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.26% 137301 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.25% 133502 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.23% 119115 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 107258 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.17% 91397 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.17% 91078 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 87036 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.0x000000004307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.15% 78574 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 76644 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.14% 71810 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 71794 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.0x000000004319b6a0#run() [JIT compiled code] 0.13% 69407 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 67307 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.13% 67004 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 66845 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] 0.12% 62499 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.12% 62422 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.0x0000000043193228#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% 59497 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 58785 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 58050 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 57709 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.0x0000000043193228#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 57004 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.0x000000004319b6a0#run() [JIT compiled code] 0.10% 54125 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.09% 48745 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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% 48342 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [Interpreted code] 0.08% 42533 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.08% 41396 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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% 39742 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 39275 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.0x0000000043193228#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.07% 39195 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 36570 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.0x000000004319b6a0#run() [JIT compiled code] 0.06% 33718 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] 0.06% 33439 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 32593 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65294 events (total: 461897M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.54% 104127M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.24% 102737M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.31% 89199M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.91% 64227M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.36% 33975M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.50% 20791M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.56% 7217M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3218M java.util.Arrays#copyOf():3478 [Inlined code] 0.68% 3146M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 3007M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.64% 2944M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 2870M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.48% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.40% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.34% 1558M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.29% 1320M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 1085M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 913M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 881M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.18% 849M java.util.ArrayList#grow():240 [Inlined code] 0.17% 781M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 734M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.12% 549M knn.IndexerThread#_run():108 [JIT compiled code] 0.12% 543M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 516M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.10% 474M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.09% 420M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 411M knn.IndexerThread#_run():125 [JIT compiled code] 0.09% 409M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.08% 382M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 379M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.08% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 345M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 345M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 331M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 290M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 262M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 252M java.nio.HeapByteBuffer#():75 [Inlined code] 0.05% 233M org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] 0.05% 223M java.util.List#of():935 [Inlined code] 0.05% 218M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 217M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 201M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 190M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 182M org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():94 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 171M org.apache.lucene.util.FileDeleter$$Lambda.0x0000000043179d10#apply() [Interpreted code] 0.03% 147M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65294 events (total: 461897M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.22% 84170M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 17.96% 82938M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.28% 52111M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.56% 39540M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.36% 33982M 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.36% 33975M 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.34% 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.50% 20791M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 4.32% 19957M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.23% 19549M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.55% 7149M 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% 3118M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.65% 3007M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.62% 2870M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.50% 2324M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.48% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.40% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1540M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.27% 1236M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.23% 1076M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 1070M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.19% 881M 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.18% 849M 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.18% 811M 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.16% 744M 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.12% 566M 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% 554M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.12% 549M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.11% 518M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 414M 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% 411M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 379M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():230 [Inlined code] 0.08% 368M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.08% 366M 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% 364M 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% 361M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 355M 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.07% 345M 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% 345M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004319b6a0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 342M org.apache.lucene.util.hnsw.NeighborArray#():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% 331M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 318M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.07% 317M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 285M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 271M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 263M 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.InitializedHnswGraphBuilder#copyGraphStructure():241 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmFalse.jfr is 1498.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65294 events (total: 461897M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.55% 39476M 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.36% 33975M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 6.17% 28504M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 6.12% 28265M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.08% 28089M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 5.09% 23516M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.02% 23207M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 4.98% 22993M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 4.82% 22276M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.48% 20708M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.29% 19803M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.54% 16343M 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.01% 13906M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.81% 8344M 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.56% 7212M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.55% 7149M 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.41% 6511M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.38% 6372M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.08% 5007M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.05% 4872M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.92% 4251M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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% 4090M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.85% 3943M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.82% 3807M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.76% 3507M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.71% 3289M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.71% 3271M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.68% 3118M 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% 3015M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.61% 2805M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.60% 2778M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.58% 2674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.57% 2648M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.53% 2430M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.48% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.0x000000004319b6a0#run() [Interpreted code] 0.40% 1867M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.40% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1795M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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.32% 1468M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.32% 1458M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1301M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.25% 1143M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.22% 1022M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Inlined code] 0.18% 849M 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.18% 849M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.18% 811M 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.15% 698M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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% 695M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.15% 691M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004319b148#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] 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.11.10.20.55/bench-knn-q7-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3292214 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2007571583717758 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 11, 2026 1:41:19 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: 98 segments, 10 merges 58.1s _1cc: 8 segs, 251.3 K docs, 1251.6 MB 43.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 39.4s _1cy: 9 segs, 43.8 K docs, 217.1 MB 32.2s _1d6: 8 segs, 73.6 K docs, 365.5 MB 24.5s _1de: 8 segs, 75.2 K docs, 373.4 MB 19.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 16.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 11.6s _1e0: 8 segs, 39.8 K docs, 197.3 MB 6.0s _1e8: 8 segs, 39.6 K docs, 196.3 MB 5.0 sec: 69 segments, 6 merges 48.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 24.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 21.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 16.6s _1e0: 8 segs, 39.8 K docs, 197.3 MB 11.0s _1e8: 8 segs, 39.6 K docs, 196.3 MB 5.0s _1ee: 12 segs, 50.3 K docs, 248.9 MB 10.1 sec: 69 segments, 6 merges 54.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 30.0s _1dm: 8 segs, 182.0 K docs, 905.8 MB 27.0s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 21.6s _1e0: 8 segs, 39.8 K docs, 197.3 MB 16.1s _1e8: 8 segs, 39.6 K docs, 196.3 MB 10.1s _1ee: 12 segs, 50.3 K docs, 248.9 MB 15.1 sec: 69 segments, 6 merges 59.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 35.0s _1dm: 8 segs, 182.0 K docs, 905.8 MB 32.0s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 26.6s _1e0: 8 segs, 39.8 K docs, 197.3 MB 21.1s _1e8: 8 segs, 39.6 K docs, 196.3 MB 15.1s _1ee: 12 segs, 50.3 K docs, 248.9 MB 20.1 sec: 69 segments, 6 merges 64.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 40.0s _1dm: 8 segs, 182.0 K docs, 905.8 MB 37.0s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 31.6s _1e0: 8 segs, 39.8 K docs, 197.3 MB 26.1s _1e8: 8 segs, 39.6 K docs, 196.3 MB 20.1s _1ee: 12 segs, 50.3 K docs, 248.9 MB 25.1 sec: 55 segments, 4 merges 69.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 45.0s _1dm: 8 segs, 182.0 K docs, 905.8 MB 42.0s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 25.1s _1ee: 12 segs, 50.3 K docs, 248.9 MB 30.1 sec: 55 segments, 4 merges 74.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 50.0s _1dm: 8 segs, 182.0 K docs, 905.8 MB 47.0s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 30.1s _1ee: 12 segs, 50.3 K docs, 248.9 MB 35.0 sec: 55 segments, 4 merges 78.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 54.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 51.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 35.0s _1ee: 12 segs, 50.3 K docs, 248.9 MB 40.0 sec: 44 segments, 3 merges 83.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 59.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 56.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 45.0 sec: 44 segments, 3 merges 88.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 64.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 61.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 50.0 sec: 44 segments, 3 merges 93.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 69.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 66.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 55.0 sec: 44 segments, 3 merges 98.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 74.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 71.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 60.0 sec: 44 segments, 3 merges 103.9s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 79.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 76.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 65.0 sec: 44 segments, 3 merges 109.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 84.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 81.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 70.0 sec: 44 segments, 3 merges 114.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 89.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 86.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 75.0 sec: 44 segments, 3 merges 119.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 94.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 91.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 80.0 sec: 44 segments, 3 merges 124.0s _1cs: 8 segs, 542.6 K docs, 2704.6 MB 99.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 96.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 85.0 sec: 37 segments, 3 merges 104.9s _1dm: 8 segs, 182.0 K docs, 905.8 MB 101.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 3.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 90.1 sec: 30 segments, 2 merges 106.9s _1dr: 8 segs, 216.9 K docs, 1080.1 MB 8.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 95.1 sec: 23 segments, 1 merges 13.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 100.1 sec: 23 segments, 1 merges 18.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 105.1 sec: 23 segments, 1 merges 23.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 110.1 sec: 23 segments, 1 merges 28.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 115.1 sec: 23 segments, 1 merges 33.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 120.1 sec: 23 segments, 1 merges 38.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 125.1 sec: 23 segments, 1 merges 43.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 130.1 sec: 23 segments, 1 merges 48.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 135.1 sec: 23 segments, 1 merges 53.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 140.1 sec: 23 segments, 1 merges 58.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 145.1 sec: 23 segments, 1 merges 63.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 150.0 sec: 23 segments, 1 merges 68.6s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 155.0 sec: 23 segments, 1 merges 73.6s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 160.0 sec: 23 segments, 1 merges 78.6s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 165.0 sec: 23 segments, 1 merges 83.6s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 170.0 sec: 23 segments, 1 merges 88.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 175.0 sec: 23 segments, 1 merges 93.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 180.0 sec: 23 segments, 1 merges 98.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 185.0 sec: 23 segments, 1 merges 103.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 190.0 sec: 23 segments, 1 merges 108.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 195.0 sec: 23 segments, 1 merges 113.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 200.0 sec: 23 segments, 1 merges 118.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 205.1 sec: 23 segments, 1 merges 123.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 210.1 sec: 23 segments, 1 merges 128.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 215.1 sec: 23 segments, 1 merges 133.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 220.1 sec: 23 segments, 1 merges 138.7s _1ef: 4 segs, 989.8 K docs, 4938.8 MB 225.1 sec: 20 segments, 1 merges 3.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 230.1 sec: 20 segments, 1 merges 8.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 235.1 sec: 20 segments, 1 merges 13.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 240.1 sec: 20 segments, 1 merges 19.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 245.1 sec: 20 segments, 1 merges 24.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 250.1 sec: 20 segments, 1 merges 29.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 255.1 sec: 20 segments, 1 merges 34.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 260.0 sec: 20 segments, 1 merges 38.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 265.0 sec: 20 segments, 1 merges 43.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 270.0 sec: 20 segments, 1 merges 48.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 275.0 sec: 20 segments, 1 merges 53.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 280.0 sec: 20 segments, 1 merges 58.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 285.0 sec: 20 segments, 1 merges 63.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 290.0 sec: 20 segments, 1 merges 68.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 295.0 sec: 20 segments, 1 merges 73.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 300.1 sec: 20 segments, 1 merges 79.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 305.1 sec: 20 segments, 1 merges 84.0s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 310.0 sec: 20 segments, 1 merges 88.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 315.0 sec: 20 segments, 1 merges 93.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 320.0 sec: 20 segments, 1 merges 98.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 325.0 sec: 20 segments, 1 merges 103.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB 330.0 sec: 20 segments, 1 merges 108.9s _1eg: 5 segs, 1022.0 K docs, 5099.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1463 seconds reindex takes 1463.24 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 10.0 sec: 16 segments, 1 merges 10.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 15.0 sec: 16 segments, 1 merges 15.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 20.0 sec: 16 segments, 1 merges 20.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 25.0 sec: 16 segments, 1 merges 25.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 30.0 sec: 16 segments, 1 merges 30.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 35.0 sec: 16 segments, 1 merges 35.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 40.0 sec: 16 segments, 1 merges 40.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 45.0 sec: 16 segments, 1 merges 45.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 50.0 sec: 16 segments, 1 merges 50.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 55.0 sec: 16 segments, 1 merges 55.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 60.0 sec: 16 segments, 1 merges 60.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 65.0 sec: 16 segments, 1 merges 65.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 70.1 sec: 16 segments, 1 merges 70.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 75.1 sec: 16 segments, 1 merges 75.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 80.1 sec: 16 segments, 1 merges 80.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 85.1 sec: 16 segments, 1 merges 85.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 90.1 sec: 16 segments, 1 merges 90.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 95.1 sec: 16 segments, 1 merges 95.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 100.1 sec: 16 segments, 1 merges 100.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 105.1 sec: 16 segments, 1 merges 105.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 110.1 sec: 16 segments, 1 merges 110.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 115.1 sec: 16 segments, 1 merges 115.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 120.1 sec: 16 segments, 1 merges 120.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 125.0 sec: 16 segments, 1 merges 125.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 130.0 sec: 16 segments, 1 merges 130.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 135.0 sec: 16 segments, 1 merges 135.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 140.0 sec: 16 segments, 1 merges 140.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 145.0 sec: 16 segments, 1 merges 145.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 150.0 sec: 16 segments, 1 merges 150.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 155.0 sec: 16 segments, 1 merges 155.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 160.0 sec: 16 segments, 1 merges 160.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 165.0 sec: 16 segments, 1 merges 165.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 170.0 sec: 16 segments, 1 merges 170.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 175.0 sec: 16 segments, 1 merges 175.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 180.0 sec: 16 segments, 1 merges 180.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 185.1 sec: 16 segments, 1 merges 185.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 190.1 sec: 16 segments, 1 merges 190.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 195.1 sec: 16 segments, 1 merges 195.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 200.1 sec: 16 segments, 1 merges 200.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 205.1 sec: 16 segments, 1 merges 205.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 210.1 sec: 16 segments, 1 merges 210.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 215.1 sec: 16 segments, 1 merges 215.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 220.1 sec: 16 segments, 1 merges 220.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 225.1 sec: 16 segments, 1 merges 225.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 230.1 sec: 16 segments, 1 merges 230.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 235.1 sec: 16 segments, 1 merges 235.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 240.1 sec: 16 segments, 1 merges 240.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 245.0 sec: 16 segments, 1 merges 245.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 250.0 sec: 16 segments, 1 merges 250.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 255.0 sec: 16 segments, 1 merges 255.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 260.0 sec: 16 segments, 1 merges 260.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 265.0 sec: 16 segments, 1 merges 265.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 270.0 sec: 16 segments, 1 merges 270.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 275.0 sec: 16 segments, 1 merges 275.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 280.0 sec: 16 segments, 1 merges 280.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 285.0 sec: 16 segments, 1 merges 285.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 290.0 sec: 16 segments, 1 merges 290.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 295.0 sec: 16 segments, 1 merges 295.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 300.0 sec: 16 segments, 1 merges 300.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 305.1 sec: 16 segments, 1 merges 305.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 310.1 sec: 16 segments, 1 merges 310.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 315.1 sec: 16 segments, 1 merges 315.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 320.1 sec: 16 segments, 1 merges 320.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 325.1 sec: 16 segments, 1 merges 325.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 330.1 sec: 16 segments, 1 merges 330.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 335.1 sec: 16 segments, 1 merges 335.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 340.1 sec: 16 segments, 1 merges 340.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 345.1 sec: 16 segments, 1 merges 345.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 350.1 sec: 16 segments, 1 merges 350.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 355.1 sec: 16 segments, 1 merges 355.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 360.0 sec: 16 segments, 1 merges 360.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 365.0 sec: 16 segments, 1 merges 365.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 370.0 sec: 16 segments, 1 merges 370.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 375.0 sec: 16 segments, 1 merges 375.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 380.0 sec: 16 segments, 1 merges 380.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 385.0 sec: 16 segments, 1 merges 385.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 390.0 sec: 16 segments, 1 merges 390.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 395.0 sec: 16 segments, 1 merges 395.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 400.0 sec: 16 segments, 1 merges 400.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 405.0 sec: 16 segments, 1 merges 405.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 410.0 sec: 16 segments, 1 merges 410.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 415.0 sec: 16 segments, 1 merges 415.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 420.1 sec: 16 segments, 1 merges 420.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 425.1 sec: 16 segments, 1 merges 425.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 430.1 sec: 16 segments, 1 merges 430.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 435.1 sec: 16 segments, 1 merges 435.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 440.1 sec: 16 segments, 1 merges 440.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 445.1 sec: 16 segments, 1 merges 445.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 450.1 sec: 16 segments, 1 merges 450.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 455.1 sec: 16 segments, 1 merges 455.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 460.1 sec: 16 segments, 1 merges 460.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 465.1 sec: 16 segments, 1 merges 465.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 470.0 sec: 16 segments, 1 merges 470.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 475.0 sec: 16 segments, 1 merges 475.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 480.0 sec: 16 segments, 1 merges 480.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 485.0 sec: 16 segments, 1 merges 485.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 490.0 sec: 16 segments, 1 merges 490.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 495.0 sec: 16 segments, 1 merges 495.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 500.0 sec: 16 segments, 1 merges 500.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 505.0 sec: 16 segments, 1 merges 505.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 510.0 sec: 16 segments, 1 merges 510.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 515.0 sec: 16 segments, 1 merges 515.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 520.0 sec: 16 segments, 1 merges 520.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 525.0 sec: 16 segments, 1 merges 525.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 530.0 sec: 16 segments, 1 merges 530.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 535.0 sec: 16 segments, 1 merges 535.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 540.0 sec: 16 segments, 1 merges 540.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 545.0 sec: 16 segments, 1 merges 545.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 550.0 sec: 16 segments, 1 merges 550.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 555.0 sec: 16 segments, 1 merges 555.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 560.0 sec: 16 segments, 1 merges 560.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 565.0 sec: 16 segments, 1 merges 565.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 570.0 sec: 16 segments, 1 merges 570.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 575.1 sec: 16 segments, 1 merges 575.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 580.1 sec: 16 segments, 1 merges 580.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 585.1 sec: 16 segments, 1 merges 585.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 590.1 sec: 16 segments, 1 merges 590.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 595.1 sec: 16 segments, 1 merges 595.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 600.0 sec: 16 segments, 1 merges 600.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 605.0 sec: 16 segments, 1 merges 605.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 610.0 sec: 16 segments, 1 merges 610.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 615.0 sec: 16 segments, 1 merges 615.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 620.0 sec: 16 segments, 1 merges 620.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 625.0 sec: 16 segments, 1 merges 625.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 630.0 sec: 16 segments, 1 merges 630.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 635.1 sec: 16 segments, 1 merges 635.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 640.1 sec: 16 segments, 1 merges 640.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 645.1 sec: 16 segments, 1 merges 645.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 650.1 sec: 16 segments, 1 merges 650.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 655.1 sec: 16 segments, 1 merges 655.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 660.0 sec: 16 segments, 1 merges 660.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 665.0 sec: 16 segments, 1 merges 665.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 670.0 sec: 16 segments, 1 merges 670.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 675.0 sec: 16 segments, 1 merges 675.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 680.0 sec: 16 segments, 1 merges 680.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 685.0 sec: 16 segments, 1 merges 685.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 690.0 sec: 16 segments, 1 merges 690.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 695.0 sec: 16 segments, 1 merges 695.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 700.0 sec: 16 segments, 1 merges 700.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 705.0 sec: 16 segments, 1 merges 705.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 710.0 sec: 16 segments, 1 merges 710.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 715.0 sec: 16 segments, 1 merges 715.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 720.0 sec: 16 segments, 1 merges 720.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 725.0 sec: 16 segments, 1 merges 725.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 730.1 sec: 16 segments, 1 merges 730.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 735.1 sec: 16 segments, 1 merges 735.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 740.1 sec: 16 segments, 1 merges 740.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 745.1 sec: 16 segments, 1 merges 745.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 750.1 sec: 16 segments, 1 merges 750.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 755.1 sec: 16 segments, 1 merges 755.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 760.1 sec: 16 segments, 1 merges 760.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 765.0 sec: 16 segments, 1 merges 765.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 770.0 sec: 16 segments, 1 merges 770.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 775.1 sec: 16 segments, 1 merges 775.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 780.1 sec: 16 segments, 1 merges 780.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 785.1 sec: 16 segments, 1 merges 785.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 790.1 sec: 16 segments, 1 merges 790.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 795.1 sec: 16 segments, 1 merges 795.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 800.1 sec: 16 segments, 1 merges 800.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 805.1 sec: 16 segments, 1 merges 805.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 810.1 sec: 16 segments, 1 merges 810.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 815.1 sec: 16 segments, 1 merges 815.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 820.1 sec: 16 segments, 1 merges 820.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 825.1 sec: 16 segments, 1 merges 825.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 830.1 sec: 16 segments, 1 merges 830.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 835.1 sec: 16 segments, 1 merges 835.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 840.1 sec: 16 segments, 1 merges 840.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 845.0 sec: 16 segments, 1 merges 845.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 850.0 sec: 16 segments, 1 merges 850.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 855.0 sec: 16 segments, 1 merges 855.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 860.0 sec: 16 segments, 1 merges 860.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 865.0 sec: 16 segments, 1 merges 865.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 870.0 sec: 16 segments, 1 merges 870.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 875.0 sec: 16 segments, 1 merges 875.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 880.0 sec: 16 segments, 1 merges 880.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 885.1 sec: 16 segments, 1 merges 885.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 890.1 sec: 16 segments, 1 merges 890.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 895.1 sec: 16 segments, 1 merges 895.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 900.1 sec: 16 segments, 1 merges 900.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 905.1 sec: 16 segments, 1 merges 905.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 910.1 sec: 16 segments, 1 merges 910.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 915.1 sec: 16 segments, 1 merges 915.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 920.1 sec: 16 segments, 1 merges 920.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 925.1 sec: 16 segments, 1 merges 925.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 930.0 sec: 16 segments, 1 merges 930.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 935.0 sec: 16 segments, 1 merges 935.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 940.0 sec: 16 segments, 1 merges 940.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 945.0 sec: 16 segments, 1 merges 945.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 950.0 sec: 16 segments, 1 merges 950.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 955.0 sec: 16 segments, 1 merges 955.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 960.0 sec: 16 segments, 1 merges 960.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 965.0 sec: 16 segments, 1 merges 965.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 970.0 sec: 16 segments, 1 merges 970.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 975.0 sec: 16 segments, 1 merges 975.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 980.0 sec: 16 segments, 1 merges 980.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 985.0 sec: 16 segments, 1 merges 985.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 990.0 sec: 16 segments, 1 merges 990.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 995.0 sec: 16 segments, 1 merges 995.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1000.0 sec: 16 segments, 1 merges 1000.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1010.1 sec: 16 segments, 1 merges 1010.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1015.1 sec: 16 segments, 1 merges 1015.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1020.1 sec: 16 segments, 1 merges 1020.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1025.1 sec: 16 segments, 1 merges 1025.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1030.1 sec: 16 segments, 1 merges 1030.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1035.1 sec: 16 segments, 1 merges 1035.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1040.1 sec: 16 segments, 1 merges 1040.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1045.1 sec: 16 segments, 1 merges 1045.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1050.0 sec: 16 segments, 1 merges 1050.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1065.0 sec: 16 segments, 1 merges 1065.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1070.0 sec: 16 segments, 1 merges 1070.0s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1080.1 sec: 16 segments, 1 merges 1080.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1085.1 sec: 16 segments, 1 merges 1085.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1090.1 sec: 16 segments, 1 merges 1090.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1095.1 sec: 16 segments, 1 merges 1095.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1100.1 sec: 16 segments, 1 merges 1100.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1105.1 sec: 16 segments, 1 merges 1105.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1110.1 sec: 16 segments, 1 merges 1110.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1115.1 sec: 16 segments, 1 merges 1115.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB 1120.1 sec: 16 segments, 1 merges 1120.1s _1eh: 16 segs, 8000.0 K docs, 39947.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1126.95 sec index has 1 segments: segments_3: _1eh(11.0.0):C8000000 _1eh: 40090.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.81 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=49771365316 cpu@end=52287789713 deltaMS=2516.424397 thread 14 name=Reference Handler cpu@start=1151300 cpu@end=1151300 deltaMS=0.0 thread 15 name=Finalizer cpu@start=177395 cpu@end=177395 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=73407 cpu@end=73407 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=8921628 cpu@end=8921628 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22609608506 cpu@end=22610226405 deltaMS=0.617899 thread 42 name=JFR Periodic Tasks cpu@start=173724852514 cpu@end=173845238353 deltaMS=120.385839 thread 45 name=Notification Thread cpu@start=119819 cpu@end=119819 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2414205337771 cpu@end=2414205337771 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2416872820162 cpu@end=2416872820162 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2412836793943 cpu@end=2412836793943 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2416728423630 cpu@end=2416728423630 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2417661084922 cpu@end=2417661084922 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2417333907686 cpu@end=2417333907686 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2417451543123 cpu@end=2417451543123 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2416871660461 cpu@end=2416871660461 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2416304889776 cpu@end=2416304889776 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2415339294539 cpu@end=2415339294539 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2412040369716 cpu@end=2412040369716 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2413070969095 cpu@end=2413070969095 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2414602618303 cpu@end=2414602618303 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2415388680394 cpu@end=2415388680394 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2413282966528 cpu@end=2413282966528 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2411948665808 cpu@end=2411948665808 deltaMS=0.0 Average CPU cores used: 1.0454258328557031 completed 1000 searches in 2522 ms: 396 QPS CPU time=2636 ms checking results SUMMARY: 0.929 2.522 2.636 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5672 1463.24 5467.30 1126.95 1 40090.81 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=242, Fanout min=5, mean=16.10, max=32, meandelta=413298.25 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 23 32 Graph level=2 size=7698, Fanout min=8, mean=27.37, max=32, meandelta=267209.91 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=1 size=247135, Fanout min=1, mean=28.31, max=32, meandelta=258280.14 % 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.67, max=64, meandelta=194577.61 % 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=242, connectedness=1.00 Graph level=2 size=7698, connectedness=1.00 Graph level=1 size=247135, 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.11.10.20.55/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': 65,573,551.25 msec task-clock:u 254,725,983,600,755 cycles:u (36.36%) 175,481,878,807,164 instructions:u (36.36%) 5,180,238,354,364 cache-references:u (36.36%) 2,371,708,121,152 cache-misses:u (36.36%) 61,565,718,674,092 L1-dcache-loads:u (36.36%) 2,053,874,705,842 L1-dcache-load-misses:u (36.36%) 2,459,645,299,754 L1-icache-loads:u (36.36%) 17,083,805,050 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 15,005,877 faults:u 13,833,172 minor-faults:u 43,843 major-faults:u 18,140,222,537,741 branches:u (36.36%) 120,656,741,471 branch-misses:u (36.36%) 3,509,798,388,942 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3007.220205598 seconds time elapsed 64856.532703000 seconds user 701.325881000 seconds sys took 0:50:07.238635 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', 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.522, net_cpu_ms=2.636, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5672, index_time_sec=1463.24, index_docs_per_sec=5467.3, force_merge_time_sec=1126.95, index_num_segments=1, index_size_on_disk_mb=40090.81, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (242, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7698, {0: 0, 10: 18, 20: 22, 30: 24, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247135, {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=3007, microseconds=238635)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 145 Start: 2026-05-11 17:41:19 (UTC) Duration: 2991 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 62966573 1079749348 jdk.FileWrite 25940912 565872490 jdk.FileRead 8003648 182939753 jdk.ObjectAllocationInNewTLAB 74727 1483390 jdk.BooleanFlag 71920 2275821 jdk.CPULoad 55905 1117466 jdk.Checkpoint 10401 35523920 jdk.UnsignedIntFlag 6960 236158 jdk.IntFlag 6380 232839 jdk.Compilation 5931 153163 jdk.StringFlag 4930 191171 jdk.ObjectAllocationOutsideTLAB 1328 23729 jdk.CPUInformation 145 217786 jdk.GCConfiguration 145 3766 jdk.JVMInformation 145 135281 jdk.Metadata 145 16026412 jdk.GarbageCollection 60 1439 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.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62966573 events (total: 62M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.01% 36M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.00% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.42% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.56% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.15% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.05% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.26% 791678 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.82% 513247 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.70% 437890 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.52% 325417 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 251936 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.38% 240310 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.35% 218254 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.28% 176661 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 165512 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.25% 159588 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 130216 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 129428 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 110233 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 85426 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.11% 70089 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 62421 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.09% 58167 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 56738 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 55291 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 54119 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 50092 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 49237 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 42657 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 39169 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 38422 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 36656 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 32780 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 30166 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 27175 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 24368 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.04% 23143 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 21916 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 20466 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 17786 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 15005 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 13433 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 13313 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 13094 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 13054 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12117 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11914 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 10200 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 10044 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 8883 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62966573 events (total: 62M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.99% 34M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 15.00% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 12.42% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.56% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 2.15% 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.00% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.62% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.13% 711801 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.81% 513110 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.76% 477546 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.54% 342601 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.50% 312225 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.39% 246816 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% 218231 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 203682 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.28% 176271 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.26% 165208 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.25% 159547 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% 132853 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.19% 118720 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.15% 95531 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.15% 93903 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 86874 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.14% 85259 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.12% 76975 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.11% 72146 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.11% 68081 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.10% 62122 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.09% 53797 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 52372 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.08% 49281 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.08% 49237 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% 47721 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% 44752 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% 43782 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% 38946 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.06% 36646 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% 34858 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.05% 30160 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% 29434 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 28079 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.04% 27295 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 26617 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% 25777 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.04% 25123 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% 24361 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.04% 24057 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% 21474 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% 21083 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.03% 17721 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.0x000000004b172530#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62966573 events (total: 62M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.85% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 21.69% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.42% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.39% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 1.66% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 1.58% 993094 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.29% 810034 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.75% 472143 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.74% 463279 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.70% 443041 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.69% 436114 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.66% 416201 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.0x000000004b196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.54% 338549 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.53% 331640 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.0x000000004b196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.50% 316633 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.47% 298626 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [JIT compiled code] 0.43% 271995 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.0x000000004b196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.42% 263128 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.28% 174454 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.27% 172615 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.26% 166256 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.25% 159425 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.24% 151543 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.23% 145591 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.22% 138474 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.20% 127568 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [JIT compiled code] 0.19% 122663 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.19% 118720 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.0x000000004b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.17% 110049 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.16% 103853 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 91800 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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% 91681 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.13% 84871 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [JIT compiled code] 0.12% 77510 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.12% 72597 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.0x000000004b196660#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% 71597 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 71280 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 71002 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.0x000000004b196660#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% 61640 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [JIT compiled code] 0.10% 61170 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.10% 60816 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.10% 60552 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.10% 60083 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.0x000000004b196660#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% 58531 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.09% 58295 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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% 55035 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 47770 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [Interpreted code] 0.07% 45320 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 42430 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.06% 39646 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76033 events (total: 577358M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.50% 135681M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.32% 134614M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.23% 134113M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.00% 63520M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.43% 31340M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.17% 24095M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.06% 6103M java.util.Arrays#copyOf():3478 [Inlined code] 0.90% 5216M java.lang.Integer#valueOf():1006 [Inlined code] 0.71% 4093M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3929M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.67% 3884M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.65% 3726M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.43% 2481M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.37% 2135M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.34% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.24% 1357M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 1212M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 1032M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 960M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 889M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 837M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 735M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 729M java.util.ArrayList#grow():240 [Inlined code] 0.12% 710M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 498M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 482M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 481M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 454M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 370M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 365M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 346M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 337M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 324M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 262M java.util.List#of():935 [Inlined code] 0.04% 237M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 236M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 233M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 200M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 188M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.03% 178M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 177M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 172M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 161M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 131M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 129M java.io.BufferedOutputStream#():92 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76033 events (total: 577358M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.00% 109701M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 109047M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.14% 75841M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.31% 53726M 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.76% 39010M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.43% 31340M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.34% 25031M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 24700M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.24% 24496M 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.17% 24095M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.00% 5786M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.89% 5144M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.67% 3884M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.65% 3726M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.63% 3649M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.38% 2206M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.37% 2158M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.35% 2021M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1541M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 1476M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 1472M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1135M 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% 1032M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 994M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.17% 960M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.13% 754M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.13% 735M 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% 729M 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.09% 531M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 498M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 487M 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% 481M 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.08% 478M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 462M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 455M 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% 454M 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% 442M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 431M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 393M 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% 377M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 359M 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% 352M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000004b17f400#concat() [Inlined code] 0.06% 346M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004b19a328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 337M 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% 335M 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% 324M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q7-fmTrue.jfr is 1798.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76033 events (total: 577358M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.94% 51639M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.82% 50941M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 8.80% 50800M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 6.85% 39567M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.75% 38946M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():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.43% 31340M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.13% 23858M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.06% 23436M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 4.01% 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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 3.88% 22375M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.83% 22105M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.83% 16354M 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.43% 14019M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.60% 9228M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.53% 8851M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.41% 8142M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.40% 8089M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.34% 7713M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.32% 7632M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.05% 6048M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.00% 5786M 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.97% 5577M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.92% 5330M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.89% 5144M 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.79% 4546M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.74% 4285M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.71% 4127M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.65% 3728M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.62% 3558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.55% 3163M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.47% 2686M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.44% 2561M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.44% 2542M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.42% 2402M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.41% 2389M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [Interpreted code] 0.38% 2202M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.35% 2017M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.29% 1667M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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% 1637M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.24% 1392M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1365M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 1092M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.18% 1046M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] 0.15% 857M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 851M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 783M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 759M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b19fbf0#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.0x000000004b19a328#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [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.11.10.20.55/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.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 3313779 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2011549145704459 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 11, 2026 2:47:36 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: 266 segments, 29 merges 1154.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1065.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1005.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 916.0s _12v: 8 segs, 176.8 K docs, 704.9 MB 844.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 761.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 539.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 526.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 471.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 401.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 385.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 351.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 336.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 306.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 279.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 254.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 231.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 210.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 189.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 169.0s _1dg: 8 segs, 75.0 K docs, 297.8 MB 152.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 134.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 113.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 94.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 77.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 57.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 37.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 15.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 0.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 5.0 sec: 266 segments, 29 merges 1159.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1070.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1010.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 921.0s _12v: 8 segs, 176.8 K docs, 704.9 MB 849.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 766.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 544.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 531.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 476.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 406.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 390.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 356.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 341.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 311.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 284.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 259.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 236.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 215.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 194.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 174.0s _1dg: 8 segs, 75.0 K docs, 297.8 MB 157.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 139.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 118.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 99.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 82.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 62.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 42.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 20.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 5.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 10.0 sec: 266 segments, 29 merges 1164.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1075.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1015.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 926.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 854.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 771.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 549.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 536.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 481.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 411.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 395.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 361.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 347.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 316.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 289.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 264.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 241.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 220.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 199.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 179.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 162.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 144.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 123.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 104.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 87.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 67.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 47.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 25.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 10.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 15.0 sec: 266 segments, 29 merges 1169.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1080.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1020.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 931.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 859.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 776.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 555.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 541.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 486.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 416.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 400.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 366.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 352.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 321.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 294.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 269.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 246.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 225.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 204.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 184.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 167.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 149.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 128.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 109.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 92.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 72.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 52.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 30.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 15.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 20.1 sec: 266 segments, 29 merges 1174.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1085.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1025.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 936.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 864.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 781.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 560.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 546.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 491.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 421.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 405.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 371.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 357.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 326.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 299.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 274.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 251.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 230.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 209.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 189.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 172.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 154.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 133.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 114.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 97.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 77.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 57.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 35.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 20.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 25.1 sec: 266 segments, 29 merges 1179.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1090.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1030.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 941.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 869.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 786.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 565.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 551.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 496.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 426.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 410.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 376.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 362.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 331.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 304.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 279.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 256.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 235.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 214.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 194.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 177.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 159.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 138.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 119.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 102.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 82.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 62.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 40.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 25.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 30.1 sec: 266 segments, 29 merges 1184.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1095.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1035.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 946.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 874.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 791.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 570.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 556.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 501.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 431.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 415.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 381.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 367.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 336.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 309.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 284.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 261.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 240.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 219.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 199.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 182.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 164.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 143.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 124.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 107.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 87.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 67.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 45.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 30.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 35.1 sec: 266 segments, 29 merges 1189.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1100.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1040.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 951.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 879.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 796.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 575.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 561.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 506.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 436.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 420.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 386.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 372.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 341.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 314.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 289.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 266.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 245.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 224.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 204.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 187.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 169.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 148.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 129.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 112.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 92.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 72.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 50.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 35.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 40.1 sec: 266 segments, 29 merges 1194.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1105.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1045.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 956.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 884.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 801.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 580.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 566.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 511.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 441.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 425.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 391.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 377.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 346.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 319.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 294.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 271.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 250.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 229.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 209.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 192.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 174.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 153.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 134.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 117.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 97.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 77.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 55.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 40.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 45.1 sec: 266 segments, 29 merges 1199.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1110.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1050.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 961.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 889.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 806.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 585.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 571.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 516.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 446.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 430.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 396.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 382.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 351.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 324.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 299.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 276.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 255.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 234.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 214.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 197.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 179.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 158.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 139.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 122.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 102.8s _1er: 8 segs, 39.3 K docs, 155.6 MB 82.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 60.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 45.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 50.1 sec: 266 segments, 29 merges 1204.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1115.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1055.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 966.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 894.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 811.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 590.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 576.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 521.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 451.9s _1aj: 8 segs, 108.0 K docs, 429.9 MB 435.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 401.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 387.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 356.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 329.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 304.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 281.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 260.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 239.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 219.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 202.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 184.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 163.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 144.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 127.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 107.8s _1er: 8 segs, 39.3 K docs, 155.6 MB 87.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 65.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 50.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 55.0 sec: 266 segments, 29 merges 1209.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1120.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1060.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 971.0s _12v: 8 segs, 176.8 K docs, 704.9 MB 899.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 816.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 594.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 581.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 526.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 456.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 440.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 406.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 391.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 361.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 334.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 309.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 286.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 265.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 244.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 224.0s _1dg: 8 segs, 75.0 K docs, 297.8 MB 207.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 189.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 168.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 149.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 132.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 112.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 92.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 70.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 55.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 60.0 sec: 266 segments, 29 merges 1214.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1125.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1065.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 976.0s _12v: 8 segs, 176.8 K docs, 704.9 MB 904.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 821.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 599.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 586.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 531.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 461.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 445.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 411.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 396.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 366.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 339.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 314.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 291.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 270.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 249.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 229.0s _1dg: 8 segs, 75.0 K docs, 297.8 MB 212.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 194.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 173.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 154.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 137.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 117.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 97.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 75.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 60.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 65.0 sec: 266 segments, 29 merges 1219.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1130.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1070.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 981.0s _12v: 8 segs, 176.8 K docs, 704.9 MB 909.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 826.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 604.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 591.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 536.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 466.8s _1aj: 8 segs, 108.0 K docs, 429.9 MB 450.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 416.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 401.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 371.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 344.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 319.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 296.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 275.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 254.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 234.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 217.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 199.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 178.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 159.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 142.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 122.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 102.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 80.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 65.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 70.0 sec: 259 segments, 28 merges 1224.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1135.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1075.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 986.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 914.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 831.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 609.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 596.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 541.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 455.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 421.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 406.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 376.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 349.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 324.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 301.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 280.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 259.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 239.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 222.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 204.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 183.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 164.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 147.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 127.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 107.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 85.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 70.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 75.0 sec: 259 segments, 28 merges 1229.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1140.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1080.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 991.1s _12v: 8 segs, 176.8 K docs, 704.9 MB 919.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 836.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 614.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 601.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 546.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 460.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 426.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 412.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 381.2s _1bt: 13 segs, 64.2 K docs, 254.2 MB 354.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 329.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 306.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 285.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 264.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 244.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 227.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 209.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 188.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 169.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 152.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 132.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 112.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 90.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 75.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 80.0 sec: 252 segments, 27 merges 1234.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1145.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1085.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 924.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 841.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 620.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 606.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 551.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 465.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 431.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 417.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 386.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 359.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 334.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 311.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 290.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 269.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 249.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 232.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 214.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 193.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 174.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 157.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 137.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 117.1s _1f0: 8 segs, 38.0 K docs, 150.5 MB 95.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 80.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 85.0 sec: 252 segments, 27 merges 1239.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1150.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1090.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 929.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 846.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 625.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 611.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 556.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 470.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 436.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 422.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 391.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 364.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 339.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 316.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 295.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 274.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 254.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 237.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 219.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 198.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 179.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 162.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 142.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 122.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 100.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 85.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 90.1 sec: 252 segments, 27 merges 1244.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1155.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1095.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 934.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 851.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 630.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 616.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 561.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 475.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 441.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 427.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 396.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 369.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 344.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 321.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 300.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 279.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 259.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 242.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 224.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 203.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 184.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 167.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 147.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 127.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 105.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 90.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 95.1 sec: 252 segments, 27 merges 1249.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1160.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1100.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 939.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 856.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 635.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 621.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 566.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 480.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 446.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 432.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 401.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 374.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 349.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 326.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 305.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 284.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 264.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 247.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 229.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 208.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 189.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 172.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 152.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 132.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 110.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 95.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 100.1 sec: 252 segments, 27 merges 1254.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1165.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1105.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 944.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 861.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 640.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 626.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 571.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 485.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 451.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 437.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 406.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 379.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 354.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 331.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 310.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 289.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 269.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 252.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 234.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 213.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 194.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 177.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 157.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 137.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 115.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 100.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 105.1 sec: 252 segments, 27 merges 1259.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1170.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1110.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 949.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 866.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 645.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 631.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 576.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 490.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 456.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 442.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 411.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 384.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 359.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 336.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 315.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 294.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 274.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 257.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 239.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 218.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 199.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 182.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 162.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 142.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 120.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 105.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 110.1 sec: 252 segments, 27 merges 1264.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1175.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1115.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 954.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 871.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 650.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 636.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 581.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 495.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 461.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 447.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 416.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 389.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 364.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 341.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 320.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 299.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 279.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 262.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 244.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 223.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 204.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 187.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 167.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 147.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 125.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 110.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 115.1 sec: 252 segments, 27 merges 1269.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1180.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1120.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 959.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 876.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 655.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 641.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 586.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 500.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 466.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 452.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 421.3s _1bt: 13 segs, 64.2 K docs, 254.2 MB 394.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 369.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 346.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 325.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 304.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 284.1s _1dg: 8 segs, 75.0 K docs, 297.8 MB 267.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 249.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 228.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 209.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 192.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 172.8s _1er: 8 segs, 39.3 K docs, 155.6 MB 152.2s _1f0: 8 segs, 38.0 K docs, 150.5 MB 130.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 115.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 120.1 sec: 226 segments, 24 merges 1274.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1185.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1125.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 964.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 881.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 660.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 646.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 591.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 505.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 471.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 457.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 399.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 374.8s _1cg: 10 segs, 48.4 K docs, 191.7 MB 351.8s _1cq: 9 segs, 44.0 K docs, 174.1 MB 330.9s _1cz: 8 segs, 38.8 K docs, 153.5 MB 309.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 272.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 254.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 233.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 214.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 197.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 177.8s _1er: 8 segs, 39.3 K docs, 155.6 MB 135.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 120.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 125.0 sec: 226 segments, 24 merges 1279.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1190.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1130.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 969.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 886.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 664.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 651.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 596.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 510.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 476.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 461.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 404.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 379.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 356.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 335.8s _1cz: 8 segs, 38.8 K docs, 153.5 MB 314.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 277.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 259.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 238.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 219.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 202.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 182.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 140.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 125.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 130.0 sec: 219 segments, 23 merges 1284.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1195.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1135.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 974.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 891.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 669.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 656.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 601.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 515.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 481.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 466.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 409.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 384.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 361.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 319.7s _1d8: 8 segs, 39.6 K docs, 156.8 MB 282.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 264.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 243.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 224.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 207.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 187.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 145.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 130.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 135.0 sec: 219 segments, 23 merges 1289.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1200.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1140.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 979.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 896.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 674.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 661.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 606.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 520.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 486.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 471.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 414.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 389.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 366.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 324.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 287.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 269.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 248.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 229.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 212.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 192.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 150.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 135.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 140.0 sec: 219 segments, 23 merges 1294.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1205.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1145.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 984.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 901.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 679.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 666.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 611.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 525.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 491.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 476.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 419.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 394.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 371.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 329.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 292.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 274.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 253.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 234.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 217.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 197.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 155.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 140.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 145.0 sec: 219 segments, 23 merges 1299.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1210.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1150.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 989.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 906.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 684.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 671.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 616.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 530.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 496.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 482.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 424.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 399.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 376.7s _1cq: 9 segs, 44.0 K docs, 174.1 MB 334.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 297.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 279.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 258.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 239.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 222.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 202.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 160.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 145.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 150.0 sec: 211 segments, 23 merges 1304.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1215.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1155.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 994.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 911.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 690.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 676.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 621.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 535.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 501.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 487.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 429.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 404.7s _1cg: 10 segs, 48.4 K docs, 191.7 MB 339.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 302.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 284.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 263.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 244.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 227.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 207.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 165.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 150.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 0.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 155.0 sec: 202 segments, 22 merges 1309.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1220.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1160.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 999.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 916.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 695.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 681.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 626.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 540.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 506.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 492.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 434.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 344.8s _1d8: 8 segs, 39.6 K docs, 156.8 MB 307.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 289.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 268.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 249.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 232.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 212.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 170.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 155.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 5.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 160.0 sec: 195 segments, 21 merges 1314.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1225.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1165.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1004.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 921.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 700.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 686.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 631.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 545.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 511.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 497.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 439.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 312.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 294.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 273.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 254.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 237.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 217.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 175.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 160.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 10.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 165.1 sec: 195 segments, 21 merges 1319.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1230.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1170.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1009.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 926.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 705.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 691.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 636.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 550.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 516.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 502.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 444.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 317.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 299.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 278.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 259.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 242.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 222.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 180.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 165.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 15.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 170.1 sec: 195 segments, 21 merges 1324.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1235.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1175.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1014.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 931.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 710.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 696.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 641.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 555.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 521.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 507.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 449.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 322.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 304.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 283.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 264.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 247.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 227.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 185.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 170.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 20.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 175.1 sec: 195 segments, 21 merges 1329.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1240.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1180.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1019.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 936.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 715.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 701.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 646.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 560.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 526.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 512.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 454.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 327.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 309.5s _1dv: 8 segs, 73.4 K docs, 291.8 MB 288.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 269.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 252.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 232.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 190.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 175.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 25.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 180.1 sec: 195 segments, 21 merges 1334.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1245.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1185.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1024.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 941.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 720.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 706.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 651.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 565.5s _1ar: 8 segs, 71.6 K docs, 284.6 MB 531.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 517.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 459.4s _1c5: 11 segs, 54.0 K docs, 214.0 MB 332.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 314.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 293.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 274.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 257.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 237.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 195.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 180.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 30.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 185.1 sec: 185 segments, 20 merges 1339.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1250.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1190.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1029.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 946.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 725.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 711.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 656.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 570.4s _1ar: 8 segs, 71.6 K docs, 284.6 MB 536.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 522.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 337.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 319.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 298.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 279.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 262.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 242.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 200.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 185.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 35.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 190.1 sec: 178 segments, 19 merges 1344.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1255.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1195.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1034.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 951.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 730.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 716.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 661.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 541.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 527.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 342.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 324.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 303.8s _1e3: 8 segs, 74.3 K docs, 295.4 MB 284.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 267.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 247.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 205.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 190.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 40.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 195.1 sec: 178 segments, 19 merges 1349.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1260.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1200.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1039.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 956.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 735.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 721.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 666.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 546.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 532.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 347.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 329.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 308.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 289.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 272.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 252.7s _1er: 8 segs, 39.3 K docs, 155.6 MB 210.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 195.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 45.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 200.1 sec: 171 segments, 18 merges 1354.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1265.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1205.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1044.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 961.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 740.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 726.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 671.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 551.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 537.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 352.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 334.6s _1dv: 8 segs, 73.4 K docs, 291.8 MB 313.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 294.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 277.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 215.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 200.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 50.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 205.1 sec: 164 segments, 17 merges 1359.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1270.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1210.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1049.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 966.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 745.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 731.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 676.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 556.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 542.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 357.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 318.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 299.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 282.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 220.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 205.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 55.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 210.1 sec: 164 segments, 17 merges 1364.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1275.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1215.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1054.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 971.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 750.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 736.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 681.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 561.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 547.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 362.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 323.9s _1e3: 8 segs, 74.3 K docs, 295.4 MB 304.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 287.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 225.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 210.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 60.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 215.1 sec: 157 segments, 16 merges 1369.4s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1280.2s _10h: 8 segs, 112.8 K docs, 448.7 MB 1220.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1059.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 976.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 755.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 741.2s _18v: 8 segs, 114.5 K docs, 455.7 MB 686.5s _19m: 8 segs, 175.0 K docs, 697.7 MB 566.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 552.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 367.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 309.5s _1eb: 8 segs, 74.4 K docs, 295.4 MB 292.3s _1ei: 8 segs, 114.1 K docs, 454.1 MB 230.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 215.1s _1ff: 13 segs, 52.9 K docs, 209.3 MB 65.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 220.0 sec: 157 segments, 16 merges 1374.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1285.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1225.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 1064.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 981.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 759.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 746.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 691.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 571.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 556.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 372.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 314.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 297.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 235.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 220.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 70.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 225.0 sec: 157 segments, 16 merges 1379.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1290.1s _10h: 8 segs, 112.8 K docs, 448.7 MB 1230.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 1069.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 986.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 764.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 751.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 696.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 576.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 561.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 377.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 319.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 302.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 240.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 225.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 75.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 230.0 sec: 150 segments, 16 merges 1384.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1235.3s _11e: 8 segs, 176.4 K docs, 703.0 MB 1074.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 991.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 769.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 756.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 701.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 581.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 566.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 382.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 324.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 307.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 245.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 230.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 80.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 4.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 235.0 sec: 150 segments, 16 merges 1389.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1240.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1079.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 996.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 774.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 761.1s _18v: 8 segs, 114.5 K docs, 455.7 MB 706.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 586.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 571.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 387.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 329.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 312.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 250.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 235.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 85.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 9.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 240.0 sec: 143 segments, 15 merges 1394.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1245.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1084.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1001.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 779.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 711.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 591.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 576.9s _1bf: 13 segs, 64.1 K docs, 253.6 MB 392.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 334.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 317.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 255.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 240.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 90.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 14.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 245.0 sec: 143 segments, 15 merges 1399.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1250.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1089.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1006.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 784.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 716.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 596.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 582.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 397.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 339.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 322.2s _1ei: 8 segs, 114.1 K docs, 454.1 MB 260.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 245.0s _1ff: 13 segs, 52.9 K docs, 209.3 MB 95.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 19.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 250.0 sec: 124 segments, 13 merges 1404.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1255.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1094.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1011.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 789.9s _18o: 8 segs, 152.9 K docs, 609.2 MB 721.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 601.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 587.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 402.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 344.4s _1eb: 8 segs, 74.4 K docs, 295.4 MB 265.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 100.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 24.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 255.0 sec: 117 segments, 12 merges 1409.3s _yz: 8 segs, 1244.9 K docs, 4974.7 MB 1260.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1099.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1016.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 795.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 726.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 606.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 592.0s _1bf: 13 segs, 64.1 K docs, 253.6 MB 407.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 270.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 105.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 29.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 260.0 sec: 98 segments, 10 merges 1265.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1104.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1021.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 800.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 731.4s _19m: 8 segs, 175.0 K docs, 697.7 MB 611.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 412.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 275.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 110.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 34.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 265.0 sec: 91 segments, 9 merges 1270.4s _11e: 8 segs, 176.4 K docs, 703.0 MB 1109.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1026.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 805.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 616.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 417.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 280.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 115.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 39.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 270.1 sec: 84 segments, 9 merges 1114.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1031.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 810.0s _18o: 8 segs, 152.9 K docs, 609.2 MB 621.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 422.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 285.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 120.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 44.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 4.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 275.1 sec: 77 segments, 8 merges 1119.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1036.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 626.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 427.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 290.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 125.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 49.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 9.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 280.1 sec: 77 segments, 8 merges 1124.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1041.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 631.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 432.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 295.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 130.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 54.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 14.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 285.1 sec: 77 segments, 8 merges 1129.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1046.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 636.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 437.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 300.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 135.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 59.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 19.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 290.1 sec: 77 segments, 8 merges 1134.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 1051.7s _15g: 8 segs, 192.9 K docs, 768.9 MB 641.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 442.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 305.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 140.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 64.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 24.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 295.1 sec: 70 segments, 7 merges 1139.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 646.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 447.7s _1dn: 8 segs, 108.5 K docs, 431.6 MB 310.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 145.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 69.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 29.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 300.1 sec: 70 segments, 7 merges 1144.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 651.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 452.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 315.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 150.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 74.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 34.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 305.1 sec: 70 segments, 7 merges 1149.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 656.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 457.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 320.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 155.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 79.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 39.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 310.1 sec: 70 segments, 7 merges 1154.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 661.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 462.8s _1dn: 8 segs, 108.5 K docs, 431.6 MB 325.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 160.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 84.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 44.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 315.1 sec: 63 segments, 6 merges 1159.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 666.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 330.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 165.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 89.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 49.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 320.0 sec: 63 segments, 6 merges 1164.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 671.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 335.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 170.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 94.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 54.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 325.0 sec: 63 segments, 6 merges 1169.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 676.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 340.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 175.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 99.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 59.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 330.0 sec: 63 segments, 6 merges 1174.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 681.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 345.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 180.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 104.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 64.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 335.0 sec: 63 segments, 6 merges 1179.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 686.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 350.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 185.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 109.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 69.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 340.0 sec: 63 segments, 6 merges 1184.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 691.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 355.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 190.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 114.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 74.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 345.0 sec: 63 segments, 6 merges 1189.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 696.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 360.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 195.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 119.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 79.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 350.0 sec: 63 segments, 6 merges 1194.3s _13z: 8 segs, 425.8 K docs, 1699.7 MB 701.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 365.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 200.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 124.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 84.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 355.0 sec: 63 segments, 6 merges 1199.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 706.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 370.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 205.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 129.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 89.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 360.0 sec: 63 segments, 6 merges 1204.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 711.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 375.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 210.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 134.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 94.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 365.0 sec: 63 segments, 6 merges 1209.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 716.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 380.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 215.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 139.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 99.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 370.0 sec: 63 segments, 6 merges 1214.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 721.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 385.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 220.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 144.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 104.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 375.0 sec: 63 segments, 6 merges 1219.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 726.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 390.6s _1f9: 8 segs, 39.0 K docs, 154.5 MB 225.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 149.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 109.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 380.1 sec: 63 segments, 6 merges 1224.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 731.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 395.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 230.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 154.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 114.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 385.1 sec: 63 segments, 6 merges 1229.4s _13z: 8 segs, 425.8 K docs, 1699.7 MB 736.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 400.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 235.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 159.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 119.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 390.1 sec: 56 segments, 5 merges 741.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 405.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 240.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 164.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 124.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 395.1 sec: 56 segments, 5 merges 746.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 410.7s _1f9: 8 segs, 39.0 K docs, 154.5 MB 245.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 169.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 129.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 400.1 sec: 49 segments, 4 merges 751.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 250.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 174.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 134.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 405.1 sec: 49 segments, 4 merges 756.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 255.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 179.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 139.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 410.1 sec: 49 segments, 4 merges 761.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 260.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 184.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 144.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 415.1 sec: 49 segments, 4 merges 766.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 265.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 189.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 149.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 420.1 sec: 49 segments, 4 merges 771.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 270.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 194.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 154.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 425.1 sec: 49 segments, 4 merges 776.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 275.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 199.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 159.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 430.0 sec: 49 segments, 4 merges 781.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 280.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 204.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 164.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 435.0 sec: 49 segments, 4 merges 786.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 285.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 209.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 169.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 440.0 sec: 49 segments, 4 merges 791.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 290.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 214.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 174.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 445.0 sec: 49 segments, 4 merges 796.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 295.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 219.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 179.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 450.0 sec: 49 segments, 4 merges 801.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 300.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 224.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 184.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 455.0 sec: 49 segments, 4 merges 806.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 305.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 229.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 189.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 460.0 sec: 49 segments, 4 merges 811.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 310.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 234.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 194.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 465.0 sec: 49 segments, 4 merges 816.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 315.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 239.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 199.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 470.0 sec: 49 segments, 4 merges 821.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 320.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 244.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 204.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 475.0 sec: 49 segments, 4 merges 826.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 325.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 249.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 209.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 480.0 sec: 49 segments, 4 merges 831.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 330.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 254.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 214.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 485.0 sec: 49 segments, 4 merges 836.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 335.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 259.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 219.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 490.0 sec: 49 segments, 4 merges 841.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 340.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 264.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 224.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 495.0 sec: 49 segments, 4 merges 846.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 345.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 269.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 229.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 500.0 sec: 49 segments, 4 merges 851.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 350.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 274.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 234.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 505.1 sec: 49 segments, 4 merges 856.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 355.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 279.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 239.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 510.1 sec: 49 segments, 4 merges 861.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 360.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 284.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 244.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 515.1 sec: 49 segments, 4 merges 866.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 365.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 289.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 249.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 520.1 sec: 49 segments, 4 merges 871.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 370.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 294.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 254.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 525.1 sec: 49 segments, 4 merges 876.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 375.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 299.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 259.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 530.1 sec: 49 segments, 4 merges 881.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 380.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 304.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 264.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 535.1 sec: 49 segments, 4 merges 886.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 385.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 309.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 269.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 540.1 sec: 49 segments, 4 merges 891.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 390.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 314.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 274.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 545.1 sec: 49 segments, 4 merges 896.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 395.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 319.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 279.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 550.1 sec: 49 segments, 4 merges 901.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 400.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 324.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 284.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 555.0 sec: 49 segments, 4 merges 906.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 405.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 329.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 289.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 560.0 sec: 49 segments, 4 merges 911.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 410.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 334.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 294.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 565.0 sec: 49 segments, 4 merges 916.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 415.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 339.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 299.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 570.0 sec: 49 segments, 4 merges 921.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 420.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 344.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 304.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 575.0 sec: 49 segments, 4 merges 926.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 425.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 349.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 309.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 580.0 sec: 49 segments, 4 merges 931.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 430.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 354.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 314.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 585.0 sec: 49 segments, 4 merges 936.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 435.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 359.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 319.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 590.0 sec: 49 segments, 4 merges 941.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 440.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 364.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 324.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 595.0 sec: 49 segments, 4 merges 946.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 445.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 369.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 329.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 600.0 sec: 49 segments, 4 merges 951.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 450.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 374.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 334.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 605.1 sec: 49 segments, 4 merges 956.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 455.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 379.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 339.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 610.1 sec: 49 segments, 4 merges 961.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 460.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 384.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 344.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 615.1 sec: 49 segments, 4 merges 966.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 465.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 389.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 349.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 620.1 sec: 49 segments, 4 merges 971.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 470.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 394.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 354.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 625.1 sec: 49 segments, 4 merges 976.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 475.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 399.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 359.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 630.1 sec: 49 segments, 4 merges 981.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 480.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 404.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 364.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 635.1 sec: 49 segments, 4 merges 986.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 485.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 409.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 369.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 640.1 sec: 49 segments, 4 merges 991.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 490.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 414.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 374.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 645.1 sec: 49 segments, 4 merges 996.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 495.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 419.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 379.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 650.1 sec: 49 segments, 4 merges 1001.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 500.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 424.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 384.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 655.0 sec: 49 segments, 4 merges 1006.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 505.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 429.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 389.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 660.0 sec: 49 segments, 4 merges 1011.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 510.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 434.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 394.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 665.0 sec: 49 segments, 4 merges 1016.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 515.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 439.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 399.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 670.0 sec: 49 segments, 4 merges 1021.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 520.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 444.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 404.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 675.0 sec: 49 segments, 4 merges 1026.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 525.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 449.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 409.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 680.0 sec: 49 segments, 4 merges 1031.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 530.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 454.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 414.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 685.0 sec: 49 segments, 4 merges 1036.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 535.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 459.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 419.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 690.0 sec: 49 segments, 4 merges 1041.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 540.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 464.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 424.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 695.0 sec: 49 segments, 4 merges 1046.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 545.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 469.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 429.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 700.1 sec: 49 segments, 4 merges 1051.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 550.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 474.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 434.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 705.1 sec: 49 segments, 4 merges 1056.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 555.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 479.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 439.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 710.1 sec: 49 segments, 4 merges 1061.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 560.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 484.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 444.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 715.1 sec: 49 segments, 4 merges 1066.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 565.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 489.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 449.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 720.1 sec: 49 segments, 4 merges 1071.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 570.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 494.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 454.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 725.1 sec: 49 segments, 4 merges 1076.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 575.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 499.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 459.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 730.1 sec: 49 segments, 4 merges 1081.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 580.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 504.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 464.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 735.1 sec: 49 segments, 4 merges 1086.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 585.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 509.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 469.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 740.1 sec: 49 segments, 4 merges 1091.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 590.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 514.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 474.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 745.1 sec: 49 segments, 4 merges 1096.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 595.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 519.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 479.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 750.1 sec: 49 segments, 4 merges 1101.6s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 600.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 524.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 484.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 755.0 sec: 49 segments, 4 merges 1106.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 605.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 529.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 489.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 760.0 sec: 49 segments, 4 merges 1111.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 610.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 534.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 494.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 765.0 sec: 49 segments, 4 merges 1116.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 615.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 539.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 499.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 770.0 sec: 49 segments, 4 merges 1121.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 620.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 544.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 504.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 775.0 sec: 49 segments, 4 merges 1126.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 625.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 549.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 509.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 780.0 sec: 49 segments, 4 merges 1131.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 630.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 554.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 514.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 785.0 sec: 49 segments, 4 merges 1136.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 635.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 559.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 519.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 790.0 sec: 49 segments, 4 merges 1141.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 640.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 564.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 524.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 795.0 sec: 49 segments, 4 merges 1146.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 645.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 569.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 529.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 800.0 sec: 49 segments, 4 merges 1151.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 650.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 574.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 534.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 805.0 sec: 49 segments, 4 merges 1156.5s _1b7: 8 segs, 1232.3 K docs, 4924.0 MB 655.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 579.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 539.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 810.0 sec: 42 segments, 3 merges 660.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 584.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 544.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 815.0 sec: 42 segments, 3 merges 665.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 589.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 549.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 820.0 sec: 42 segments, 3 merges 670.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 594.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 554.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 825.0 sec: 42 segments, 3 merges 675.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 599.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 559.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 830.0 sec: 42 segments, 3 merges 680.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 604.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 564.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 835.0 sec: 42 segments, 3 merges 685.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 609.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 569.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 840.0 sec: 42 segments, 3 merges 690.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 614.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 574.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 845.0 sec: 42 segments, 3 merges 695.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 619.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 579.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 850.1 sec: 42 segments, 3 merges 700.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 624.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 584.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 855.1 sec: 42 segments, 3 merges 705.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 629.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 589.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 860.1 sec: 42 segments, 3 merges 710.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 634.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 594.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 865.1 sec: 42 segments, 3 merges 715.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 639.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 599.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 870.1 sec: 42 segments, 3 merges 720.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 644.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 604.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 875.1 sec: 42 segments, 3 merges 725.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 649.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 609.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 880.1 sec: 42 segments, 3 merges 730.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 654.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 614.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 885.1 sec: 42 segments, 3 merges 735.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 659.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 619.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 890.1 sec: 42 segments, 3 merges 740.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 664.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 624.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 895.1 sec: 42 segments, 3 merges 745.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 669.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 629.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 900.1 sec: 42 segments, 3 merges 750.6s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 674.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 634.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 905.0 sec: 42 segments, 3 merges 755.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 679.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 639.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 910.0 sec: 42 segments, 3 merges 760.5s _1fg: 8 segs, 468.9 K docs, 1870.6 MB 684.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 644.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 915.0 sec: 35 segments, 2 merges 689.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 649.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 920.0 sec: 35 segments, 2 merges 694.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 654.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 925.0 sec: 35 segments, 2 merges 699.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 659.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 930.0 sec: 35 segments, 2 merges 704.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 664.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 935.0 sec: 35 segments, 2 merges 709.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 669.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 940.1 sec: 35 segments, 2 merges 714.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 674.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 945.1 sec: 35 segments, 2 merges 719.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 679.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 950.1 sec: 35 segments, 2 merges 724.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 684.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 955.1 sec: 35 segments, 2 merges 729.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 689.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 960.1 sec: 35 segments, 2 merges 734.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 694.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 965.1 sec: 35 segments, 2 merges 739.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 699.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 970.1 sec: 35 segments, 2 merges 744.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 704.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 975.1 sec: 35 segments, 2 merges 749.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 709.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 980.0 sec: 35 segments, 2 merges 754.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 714.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 985.0 sec: 35 segments, 2 merges 759.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 719.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 990.0 sec: 35 segments, 2 merges 764.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 724.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 995.0 sec: 35 segments, 2 merges 769.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 729.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1000.0 sec: 35 segments, 2 merges 774.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 734.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1005.0 sec: 35 segments, 2 merges 779.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 739.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1010.0 sec: 35 segments, 2 merges 784.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 744.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1015.0 sec: 35 segments, 2 merges 789.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 749.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1020.0 sec: 35 segments, 2 merges 794.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 754.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1025.0 sec: 35 segments, 2 merges 799.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 759.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1030.1 sec: 35 segments, 2 merges 804.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 764.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1035.1 sec: 35 segments, 2 merges 809.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 769.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1040.1 sec: 35 segments, 2 merges 814.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 774.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1045.1 sec: 35 segments, 2 merges 819.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 779.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1050.1 sec: 35 segments, 2 merges 824.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 784.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1055.1 sec: 35 segments, 2 merges 829.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 789.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1060.1 sec: 35 segments, 2 merges 834.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 794.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1065.1 sec: 35 segments, 2 merges 839.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 799.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1070.1 sec: 35 segments, 2 merges 844.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 804.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1075.1 sec: 35 segments, 2 merges 849.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 809.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1080.0 sec: 35 segments, 2 merges 854.8s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 814.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1085.0 sec: 35 segments, 2 merges 859.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 819.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1090.0 sec: 35 segments, 2 merges 864.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 824.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1095.0 sec: 35 segments, 2 merges 869.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 829.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1100.0 sec: 35 segments, 2 merges 874.9s _1fh: 8 segs, 438.8 K docs, 1750.5 MB 834.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1105.0 sec: 28 segments, 2 merges 839.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 1.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1110.0 sec: 28 segments, 2 merges 844.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 6.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1115.0 sec: 28 segments, 2 merges 849.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 11.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1120.0 sec: 28 segments, 2 merges 854.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 16.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1125.0 sec: 28 segments, 2 merges 859.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 21.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1130.1 sec: 28 segments, 2 merges 864.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 26.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1135.1 sec: 28 segments, 2 merges 869.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 31.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1140.1 sec: 28 segments, 2 merges 874.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 36.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1145.1 sec: 28 segments, 2 merges 879.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 41.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1150.1 sec: 28 segments, 2 merges 884.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 46.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1155.1 sec: 28 segments, 2 merges 889.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 51.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1160.1 sec: 28 segments, 2 merges 894.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 56.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1165.1 sec: 28 segments, 2 merges 899.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 61.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1170.1 sec: 28 segments, 2 merges 904.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 66.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1175.1 sec: 28 segments, 2 merges 909.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 71.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1180.1 sec: 28 segments, 2 merges 914.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 76.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1185.1 sec: 28 segments, 2 merges 919.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 81.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1190.0 sec: 28 segments, 2 merges 924.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 86.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1195.0 sec: 28 segments, 2 merges 929.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 91.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1200.0 sec: 28 segments, 2 merges 934.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 96.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1205.0 sec: 28 segments, 2 merges 939.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 101.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1210.0 sec: 28 segments, 2 merges 944.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 106.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1215.0 sec: 28 segments, 2 merges 949.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 111.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1220.0 sec: 28 segments, 2 merges 954.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 116.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1225.0 sec: 28 segments, 2 merges 959.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 121.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1230.0 sec: 28 segments, 2 merges 964.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 126.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1235.0 sec: 28 segments, 2 merges 969.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 131.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1240.0 sec: 28 segments, 2 merges 974.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 136.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1245.0 sec: 28 segments, 2 merges 979.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 141.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1250.0 sec: 28 segments, 2 merges 984.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 146.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1255.0 sec: 28 segments, 2 merges 989.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 151.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1260.0 sec: 28 segments, 2 merges 994.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 156.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1265.0 sec: 28 segments, 2 merges 999.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 161.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1270.0 sec: 28 segments, 2 merges 1004.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 166.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1275.0 sec: 28 segments, 2 merges 1009.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 171.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1280.0 sec: 28 segments, 2 merges 1014.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 176.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1285.0 sec: 28 segments, 2 merges 1019.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 181.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1290.0 sec: 28 segments, 2 merges 1024.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 186.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1295.1 sec: 28 segments, 2 merges 1029.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 191.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1300.1 sec: 28 segments, 2 merges 1034.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 196.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1305.1 sec: 28 segments, 2 merges 1039.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 201.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1310.1 sec: 28 segments, 2 merges 1044.1s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 206.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1315.1 sec: 28 segments, 2 merges 1049.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 211.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1320.1 sec: 28 segments, 2 merges 1054.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 216.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1325.1 sec: 28 segments, 2 merges 1059.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 221.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1330.1 sec: 28 segments, 2 merges 1064.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 226.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1335.1 sec: 28 segments, 2 merges 1069.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 231.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1340.1 sec: 28 segments, 2 merges 1074.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 236.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1345.1 sec: 28 segments, 2 merges 1079.2s _1fi: 8 segs, 778.4 K docs, 3108.7 MB 241.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1350.1 sec: 21 segments, 1 merges 246.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1355.1 sec: 21 segments, 1 merges 251.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1360.0 sec: 21 segments, 1 merges 256.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1365.0 sec: 21 segments, 1 merges 261.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1370.0 sec: 21 segments, 1 merges 266.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1375.0 sec: 21 segments, 1 merges 271.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1380.0 sec: 21 segments, 1 merges 276.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1385.0 sec: 21 segments, 1 merges 281.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1390.0 sec: 21 segments, 1 merges 286.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1395.0 sec: 21 segments, 1 merges 291.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1400.0 sec: 21 segments, 1 merges 296.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1405.0 sec: 21 segments, 1 merges 301.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1410.0 sec: 21 segments, 1 merges 306.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1415.1 sec: 21 segments, 1 merges 311.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1420.1 sec: 21 segments, 1 merges 316.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1425.1 sec: 21 segments, 1 merges 321.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1430.1 sec: 21 segments, 1 merges 326.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1435.1 sec: 21 segments, 1 merges 331.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1440.1 sec: 21 segments, 1 merges 336.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1445.1 sec: 21 segments, 1 merges 341.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1450.1 sec: 21 segments, 1 merges 346.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1455.1 sec: 21 segments, 1 merges 351.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1460.1 sec: 21 segments, 1 merges 356.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1465.1 sec: 21 segments, 1 merges 361.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1470.0 sec: 21 segments, 1 merges 366.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1475.0 sec: 21 segments, 1 merges 371.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1480.0 sec: 21 segments, 1 merges 376.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1485.0 sec: 21 segments, 1 merges 381.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1490.0 sec: 21 segments, 1 merges 386.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1495.0 sec: 21 segments, 1 merges 391.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1500.0 sec: 21 segments, 1 merges 396.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1505.0 sec: 21 segments, 1 merges 401.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1510.0 sec: 21 segments, 1 merges 406.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1515.0 sec: 21 segments, 1 merges 411.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1520.1 sec: 21 segments, 1 merges 416.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1525.1 sec: 21 segments, 1 merges 421.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1530.1 sec: 21 segments, 1 merges 426.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1535.1 sec: 21 segments, 1 merges 431.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1540.1 sec: 21 segments, 1 merges 436.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1545.1 sec: 21 segments, 1 merges 441.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1550.1 sec: 21 segments, 1 merges 446.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1555.1 sec: 21 segments, 1 merges 451.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1560.1 sec: 21 segments, 1 merges 456.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1565.1 sec: 21 segments, 1 merges 461.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1570.1 sec: 21 segments, 1 merges 466.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1575.1 sec: 21 segments, 1 merges 471.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1580.0 sec: 21 segments, 1 merges 476.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1585.0 sec: 21 segments, 1 merges 481.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1590.0 sec: 21 segments, 1 merges 486.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1595.0 sec: 21 segments, 1 merges 491.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1600.0 sec: 21 segments, 1 merges 496.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1605.0 sec: 21 segments, 1 merges 501.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1610.0 sec: 21 segments, 1 merges 506.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1615.0 sec: 21 segments, 1 merges 511.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1620.0 sec: 21 segments, 1 merges 516.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1625.0 sec: 21 segments, 1 merges 521.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1630.0 sec: 21 segments, 1 merges 526.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1635.1 sec: 21 segments, 1 merges 531.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1640.1 sec: 21 segments, 1 merges 536.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1645.1 sec: 21 segments, 1 merges 541.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1650.1 sec: 21 segments, 1 merges 546.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1655.1 sec: 21 segments, 1 merges 551.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1660.1 sec: 21 segments, 1 merges 556.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1665.1 sec: 21 segments, 1 merges 561.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1670.1 sec: 21 segments, 1 merges 566.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1675.1 sec: 21 segments, 1 merges 571.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1680.1 sec: 21 segments, 1 merges 576.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1685.1 sec: 21 segments, 1 merges 581.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1690.0 sec: 21 segments, 1 merges 586.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1695.0 sec: 21 segments, 1 merges 591.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1700.0 sec: 21 segments, 1 merges 596.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1705.0 sec: 21 segments, 1 merges 601.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1710.0 sec: 21 segments, 1 merges 606.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1715.0 sec: 21 segments, 1 merges 611.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1720.0 sec: 21 segments, 1 merges 616.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1725.0 sec: 21 segments, 1 merges 621.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1730.0 sec: 21 segments, 1 merges 626.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1735.1 sec: 21 segments, 1 merges 631.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1740.1 sec: 21 segments, 1 merges 636.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1745.1 sec: 21 segments, 1 merges 641.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1750.1 sec: 21 segments, 1 merges 646.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1755.1 sec: 21 segments, 1 merges 651.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1760.1 sec: 21 segments, 1 merges 656.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1765.1 sec: 21 segments, 1 merges 661.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1770.0 sec: 21 segments, 1 merges 666.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1775.0 sec: 21 segments, 1 merges 671.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1780.0 sec: 21 segments, 1 merges 676.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1785.0 sec: 21 segments, 1 merges 681.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1790.0 sec: 21 segments, 1 merges 686.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1795.0 sec: 21 segments, 1 merges 691.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1800.1 sec: 21 segments, 1 merges 696.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1805.1 sec: 21 segments, 1 merges 701.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1810.1 sec: 21 segments, 1 merges 706.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1815.1 sec: 21 segments, 1 merges 711.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1820.1 sec: 21 segments, 1 merges 716.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1825.1 sec: 21 segments, 1 merges 721.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1830.1 sec: 21 segments, 1 merges 726.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1835.1 sec: 21 segments, 1 merges 731.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1840.1 sec: 21 segments, 1 merges 736.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1845.1 sec: 21 segments, 1 merges 741.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1850.0 sec: 21 segments, 1 merges 746.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1855.0 sec: 21 segments, 1 merges 751.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1860.0 sec: 21 segments, 1 merges 756.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1865.0 sec: 21 segments, 1 merges 761.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1870.0 sec: 21 segments, 1 merges 766.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1875.0 sec: 21 segments, 1 merges 771.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1880.0 sec: 21 segments, 1 merges 776.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1885.0 sec: 21 segments, 1 merges 781.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1890.0 sec: 21 segments, 1 merges 786.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1895.0 sec: 21 segments, 1 merges 791.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1900.0 sec: 21 segments, 1 merges 796.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1905.1 sec: 21 segments, 1 merges 801.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1910.1 sec: 21 segments, 1 merges 806.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1915.1 sec: 21 segments, 1 merges 811.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1920.1 sec: 21 segments, 1 merges 816.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1925.1 sec: 21 segments, 1 merges 821.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1930.1 sec: 21 segments, 1 merges 826.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1935.1 sec: 21 segments, 1 merges 831.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1940.1 sec: 21 segments, 1 merges 836.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1945.1 sec: 21 segments, 1 merges 841.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1950.1 sec: 21 segments, 1 merges 846.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1955.1 sec: 21 segments, 1 merges 851.3s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1960.0 sec: 21 segments, 1 merges 856.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1965.0 sec: 21 segments, 1 merges 861.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1970.0 sec: 21 segments, 1 merges 866.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1975.0 sec: 21 segments, 1 merges 871.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1980.0 sec: 21 segments, 1 merges 876.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB 1985.0 sec: 21 segments, 1 merges 881.2s _1fj: 8 segs, 1233.5 K docs, 4929.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3030 seconds reindex takes 3030.25 sec index has 14 segments: segments_2: _mg(11.0.0):C1042709 _az(11.0.0):C255703 _ca(11.0.0):C327056 _ip(11.0.0):C211540 _yz(11.0.0):C1244926 _1b7(11.0.0):C1232254 _1fj(11.0.0):C1233492 _13z(11.0.0):C425774 _15g(11.0.0):C192934 _1fi(11.0.0):C778439 _1fg(11.0.0):C468853 _1fh(11.0.0):C438826 _1dn(11.0.0):C108476 _1f9(11.0.0):C39018 _mg: 4173.9 MB _az: 1022.3 MB _ca: 1307.8 MB _ip: 845.6 MB _yz: 4984.8 MB _1b7: 4934.0 MB _1fj: 4939.0 MB _13z: 1702.9 MB _15g: 771.1 MB _1fi: 3114.9 MB _1fg: 1875.3 MB _1fh: 1755.1 MB _1dn: 433.3 MB _1f9: 155.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32015.66 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=54741698791 cpu@end=66421717725 deltaMS=11680.018934 thread 14 name=Reference Handler cpu@start=2032312 cpu@end=2032312 deltaMS=0.0 thread 15 name=Finalizer cpu@start=153702 cpu@end=153702 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=62391 cpu@end=62391 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=23739882 cpu@end=23739882 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=46476562111 cpu@end=46477912080 deltaMS=1.349969 thread 42 name=JFR Periodic Tasks cpu@start=367401521363 cpu@end=367968518201 deltaMS=566.996838 thread 45 name=Notification Thread cpu@start=102383 cpu@end=102383 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4972220174381 cpu@end=4972220174381 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4979701230189 cpu@end=4979701230189 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4981197629316 cpu@end=4981197629316 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4979401272315 cpu@end=4979401272315 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4975284352931 cpu@end=4975284352931 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4980312577219 cpu@end=4980312577219 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4977023886635 cpu@end=4977023886635 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4981360109967 cpu@end=4981360109967 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4974910138016 cpu@end=4974910138016 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4979678069147 cpu@end=4979678069147 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4981494215564 cpu@end=4981494215564 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4976828729344 cpu@end=4976828729344 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4972861018067 cpu@end=4972861018067 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4976599351031 cpu@end=4976599351031 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4976420213514 cpu@end=4976420213514 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4980522256547 cpu@end=4980522256547 deltaMS=0.0 Average CPU cores used: 1.0477698383943346 completed 1000 searches in 11689 ms: 85 QPS CPU time=12247 ms checking results SUMMARY: 0.975 11.689 12.247 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 59334 3030.25 2640.05 0.00 14 32015.66 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1042709 documents Graph level=3 size=47, Fanout min=3, mean=8.04, max=14, meandelta=93919.05 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 10 11 14 Graph level=2 size=924, Fanout min=7, mean=23.02, max=32, meandelta=41108.82 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 28 32 32 32 Graph level=1 size=31966, Fanout min=3, mean=28.02, max=32, meandelta=34098.93 % 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=1042709, Fanout min=1, mean=39.46, max=64, meandelta=24465.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=47, connectedness=1.00 Graph level=2 size=924, connectedness=1.00 Graph level=1 size=31966, connectedness=1.00 Graph level=0 size=1042709, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 255703 documents Graph level=3 size=13, Fanout min=2, mean=4.62, max=7, meandelta=36375.32 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 5 5 5 5 6 7 Graph level=2 size=202, Fanout min=4, mean=15.15, max=30, meandelta=13962.36 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 17 20 22 30 Graph level=1 size=7848, Fanout min=7, mean=27.37, max=32, meandelta=8529.77 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=0 size=255703, Fanout min=1, mean=39.48, max=64, meandelta=6013.09 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=13, connectedness=1.00 Graph level=2 size=202, connectedness=1.00 Graph level=1 size=7848, connectedness=1.00 Graph level=0 size=255703, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 327056 documents Graph level=3 size=19, Fanout min=3, mean=4.84, max=10, meandelta=48262.46 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 4 5 6 7 10 Graph level=2 size=286, Fanout min=6, mean=16.89, max=32, meandelta=16542.07 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 18 19 21 25 32 Graph level=1 size=10096, Fanout min=8, mean=27.60, max=32, meandelta=10818.40 % 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=327056, Fanout min=1, mean=39.49, max=64, meandelta=7688.42 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=19, connectedness=1.00 Graph level=2 size=286, connectedness=1.00 Graph level=1 size=10096, connectedness=1.00 Graph level=0 size=327056, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 211540 documents Graph level=3 size=8, Fanout min=2, mean=3.75, max=5, meandelta=31158.57 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 4 4 4 5 5 5 Graph level=2 size=193, Fanout min=6, mean=14.72, max=28, meandelta=11976.87 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 17 19 21 28 Graph level=1 size=6561, Fanout min=8, mean=27.47, max=32, meandelta=7040.68 % 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=211540, Fanout min=1, mean=39.35, max=64, meandelta=4993.01 % 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=193, connectedness=1.00 Graph level=1 size=6561, connectedness=1.00 Graph level=0 size=211540, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1244926 documents Graph level=3 size=71, Fanout min=4, mean=10.08, max=20, meandelta=94835.89 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 12 13 14 20 Graph level=2 size=1168, Fanout min=8, mean=23.99, max=32, meandelta=46736.79 % 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=38012, Fanout min=3, mean=28.16, max=32, meandelta=40486.38 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1244926, Fanout min=1, mean=39.42, max=64, meandelta=29226.04 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=71, connectedness=1.00 Graph level=2 size=1168, connectedness=1.00 Graph level=1 size=38012, connectedness=1.00 Graph level=0 size=1244926, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1232254 documents Graph level=3 size=64, Fanout min=5, mean=9.94, max=25, meandelta=99721.69 % 0 10 20 30 40 50 60 70 80 90 100 0 7 7 8 9 9 10 11 12 13 25 Graph level=2 size=1138, Fanout min=6, mean=24.21, max=32, meandelta=45714.38 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=1 size=37742, Fanout min=3, mean=28.12, max=32, meandelta=40124.98 % 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=1232254, Fanout min=1, mean=39.41, max=64, meandelta=28933.37 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=64, connectedness=1.00 Graph level=2 size=1138, connectedness=1.00 Graph level=1 size=37742, connectedness=1.00 Graph level=0 size=1232254, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1233492 documents Graph level=3 size=75, Fanout min=3, mean=9.31, max=19, meandelta=102749.88 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 9 9 10 10 11 13 19 Graph level=2 size=1166, Fanout min=7, mean=23.76, max=32, meandelta=47032.12 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 21 24 26 29 32 32 32 Graph level=1 size=37631, Fanout min=3, mean=28.08, max=32, meandelta=40258.50 % 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=1233492, Fanout min=1, mean=39.44, max=64, meandelta=28938.58 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=75, connectedness=1.00 Graph level=2 size=1166, connectedness=1.00 Graph level=1 size=37631, connectedness=1.00 Graph level=0 size=1233492, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 425774 documents Graph level=3 size=24, Fanout min=3, mean=5.42, max=10, meandelta=47295.07 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 7 7 10 Graph level=2 size=358, Fanout min=5, mean=17.73, max=32, meandelta=20498.71 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 19 21 23 26 32 Graph level=1 size=12944, Fanout min=4, mean=27.59, max=32, meandelta=14121.94 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=425774, Fanout min=1, mean=39.60, max=64, meandelta=9976.13 % 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=24, connectedness=1.00 Graph level=2 size=358, connectedness=1.00 Graph level=1 size=12944, connectedness=1.00 Graph level=0 size=425774, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 192934 documents Graph level=3 size=7, Fanout min=1, mean=2.57, max=4, meandelta=20680.55 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 4 4 Graph level=2 size=165, Fanout min=4, mean=13.01, max=29, meandelta=12588.27 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 12 13 14 15 18 29 Graph level=1 size=5961, Fanout min=6, mean=27.04, max=32, meandelta=6501.52 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=192934, Fanout min=1, mean=39.24, max=64, meandelta=4562.82 % 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=165, connectedness=1.00 Graph level=1 size=5961, connectedness=1.00 Graph level=0 size=192934, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 778439 documents Graph level=3 size=34, Fanout min=2, mean=6.71, max=17, meandelta=85674.90 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 6 7 8 9 17 Graph level=2 size=662, Fanout min=9, mean=21.53, max=32, meandelta=32704.11 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 19 21 23 25 28 32 32 Graph level=1 size=23821, Fanout min=3, mean=27.99, max=32, meandelta=25483.83 % 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=778439, Fanout min=1, mean=39.55, max=64, meandelta=18238.30 % 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=34, connectedness=1.00 Graph level=2 size=662, connectedness=1.00 Graph level=1 size=23821, connectedness=1.00 Graph level=0 size=778439, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 468853 documents Graph level=3 size=22, Fanout min=3, mean=5.55, max=7, meandelta=60802.94 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 7 7 7 Graph level=2 size=390, Fanout min=7, mean=18.65, max=32, meandelta=21456.75 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 22 24 27 32 Graph level=1 size=14402, Fanout min=6, mean=27.70, max=32, meandelta=15483.04 % 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=468853, Fanout min=1, mean=39.58, max=64, meandelta=10988.56 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=22, connectedness=1.00 Graph level=2 size=390, connectedness=1.00 Graph level=1 size=14402, connectedness=1.00 Graph level=0 size=468853, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 438826 documents Graph level=3 size=24, Fanout min=3, mean=5.50, max=10, meandelta=51677.91 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 6 6 7 7 10 Graph level=2 size=349, Fanout min=8, mean=18.50, max=32, meandelta=20385.43 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 19 21 24 28 32 Graph level=1 size=13357, Fanout min=6, mean=27.70, max=32, meandelta=14488.61 % 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=438826, Fanout min=1, mean=39.56, max=64, meandelta=10291.91 % 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=24, connectedness=1.00 Graph level=2 size=349, connectedness=1.00 Graph level=1 size=13357, connectedness=1.00 Graph level=0 size=438826, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 108476 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=22387.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=100, Fanout min=4, mean=10.64, max=21, meandelta=8312.03 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 10 11 12 13 14 21 Graph level=1 size=3335, Fanout min=9, mean=26.43, max=32, meandelta=3752.52 % 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=108476, Fanout min=2, mean=38.95, max=64, meandelta=2583.97 % 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=100, connectedness=1.00 Graph level=1 size=3335, connectedness=1.00 Graph level=0 size=108476, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 39018 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=2, mean=7.00, max=15, meandelta=4221.55 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 6 6 7 7 8 8 9 15 Graph level=1 size=1206, Fanout min=7, mean=24.22, max=32, meandelta=1454.54 % 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=39018, Fanout min=4, mean=37.91, max=64, meandelta=953.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1206, connectedness=1.00 Graph level=0 size=39018, 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.11.10.20.55/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': 173,702,339.27 msec task-clock:u 657,477,640,074,953 cycles:u (36.36%) 47,274,778,606,980 instructions:u (36.36%) 9,453,509,801,493 cache-references:u (36.36%) 2,365,902,250,670 cache-misses:u (36.36%) 26,344,454,012,903 L1-dcache-loads:u (36.36%) 2,699,916,262,456 L1-dcache-load-misses:u (36.36%) 2,929,931,564,401 L1-icache-loads:u (36.36%) 31,909,133,498 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,238,534 faults:u 12,646,328 minor-faults:u 720 major-faults:u 4,759,813,861,429 branches:u (36.36%) 82,825,822,388 branch-misses:u (36.36%) 9,451,795,380,263 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5113.833926892 seconds time elapsed 172657.442333000 seconds user 1006.099225000 seconds sys took 1:25:13.861099 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', 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.975, cpu_time_ms=11.689, net_cpu_ms=12.247, 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=59334, index_time_sec=3030.25, index_docs_per_sec=2640.05, force_merge_time_sec=0.0, index_num_segments=14, index_size_on_disk_mb=32015.66, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (0, {}), 2: (32, {0: 0, 10: 4, 20: 4, 30: 6, 40: 6, 50: 7, 60: 7, 70: 8, 80: 8, 90: 9, 100: 15}), 1: (1206, {0: 0, 10: 15, 20: 17, 30: 20, 40: 22, 50: 24, 60: 27, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (39018, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 39, 70: 46, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5113, microseconds=861099)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-11 19:14:13 (UTC) Duration: 3499 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105614852 1848466005 jdk.FileWrite 7701689 165553586 jdk.FileRead 3193673 74882459 jdk.BooleanFlag 81344 2583220 jdk.CPULoad 64658 1306317 jdk.ObjectAllocationInNewTLAB 39486 787593 jdk.Checkpoint 11572 33510867 jdk.UnsignedIntFlag 7872 267992 jdk.IntFlag 7216 264164 jdk.StringFlag 5576 217284 jdk.Compilation 1162 31765 jdk.ObjectAllocationOutsideTLAB 1067 20118 jdk.CPUInformation 164 246342 jdk.GCConfiguration 164 4278 jdk.JVMInformation 164 148598 jdk.Metadata 164 18126443 jdk.GarbageCollection 24 585 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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105614852 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 84.01% 88M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.22% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.36% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.13% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.67% 705934 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.57% 597350 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.40% 424262 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] 0.33% 349897 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.24% 255546 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.22% 234495 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.21% 225495 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.17% 175755 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 171898 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.14% 142855 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.13% 134648 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.08% 83539 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.07% 72252 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.05% 56319 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 54399 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.05% 48342 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 45180 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 40087 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.03% 36884 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 32978 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.03% 26632 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.02% 25900 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():438 [Inlined code] 0.02% 25075 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 25021 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.02% 24668 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 23562 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.02% 23041 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 21286 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20801 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 18257 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18084 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():310 [JIT compiled code] 0.02% 18017 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 16182 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 15791 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 15400 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.01% 13877 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 13776 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.01% 12768 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 11351 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 11064 java.util.Arrays#sort():99 [Inlined code] 0.01% 10675 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 10146 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 9770 org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.01% 9705 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 8390 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 6781 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():213 [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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105614852 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 78.30% 82M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.22% 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] 5.69% 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.48% 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.13% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.72% 760771 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.57% 597350 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.41% 434273 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.38% 406189 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 343371 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 263708 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.23% 243427 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.19% 204244 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 175458 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 167264 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.15% 162461 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.13% 137359 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.13% 134420 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 [JIT compiled code] 0.08% 83539 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.06% 63692 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 54399 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.05% 51908 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.05% 48733 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.05% 48235 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 41622 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.04% 40084 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% 34756 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% 32978 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 31562 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.03% 28934 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 26632 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] 0.02% 25900 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():438 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 25075 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 24983 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 24947 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 22424 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 21161 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 20801 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 19307 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 18227 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 18199 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 18073 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 17336 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():57 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer$DotProductScorer#vectorOp():194 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer#bulkScore():92 [JIT compiled code] 0.02% 16227 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 15913 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.01% 15791 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 13865 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 13671 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% 12563 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():310 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.01% 12558 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105614852 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 63.43% 66M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 9.52% 10M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 7.80% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 4.22% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 2.32% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 2.26% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.24% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.69% 732653 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.60% 630710 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.55% 581405 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.51% 540110 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.47% 499190 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.39% 412173 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.36% 375860 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.35% 373853 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.26% 278827 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.25% 264476 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.24% 255896 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.23% 238000 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.20% 210076 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.20% 209217 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.19% 195652 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 164732 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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% 162461 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 142926 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 140992 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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% 134773 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.0x000000002719e000#run() [JIT compiled code] 0.13% 134494 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.12% 130061 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.12% 125216 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 121391 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.10% 107895 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 92351 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.0x000000002707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 86530 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 83539 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.08% 83107 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.0x000000002707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 80917 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.06% 66654 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.05% 57648 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.04% 46234 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.04% 45593 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.04% 41579 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.04% 41029 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 40075 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% 38689 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.04% 38195 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.03% 36447 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.03% 35587 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.03% 34279 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.03% 34210 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 40543 events (total: 225886M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.42% 64203M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.53% 57678M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 24.85% 56124M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.83% 13158M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.47% 7835M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 3.17% 7157M java.lang.Integer#valueOf():1006 [Inlined code] 1.61% 3635M java.util.Arrays#copyOf():3478 [Inlined code] 0.71% 1610M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.70% 1576M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.69% 1564M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 1493M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.40% 912M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 856M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.32% 731M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.31% 689M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.19% 433M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 399M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.16% 352M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.15% 338M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.15% 335M java.util.ArrayList#grow():240 [Inlined code] 0.14% 310M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.13% 294M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.12% 274M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.12% 270M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.10% 222M java.util.HashMap#newNode():1910 [Inlined code] 0.10% 221M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 197M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 189M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 187M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.08% 169M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 169M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.07% 161M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 150M java.util.HashMap#resize():711 [JIT compiled code] 0.06% 144M java.util.List#of():935 [Inlined code] 0.06% 143M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 123M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 99M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 89M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 89M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 87M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 86M knn.IndexerThread#_run():108 [JIT compiled code] 0.04% 80M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 66M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 66M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 59M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.02% 53M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.02% 53M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 51M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 40543 events (total: 225886M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.92% 47246M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 20.37% 46004M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 17.49% 39505M 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.93% 24698M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 5.83% 13158M 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.58% 10349M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.48% 10119M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.47% 7835M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 3.14% 7099M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.48% 3344M 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.70% 1576M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.66% 1493M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.38% 847M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.35% 794M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 758M 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.30% 677M 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.29% 652M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 615M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.25% 563M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 476M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.19% 433M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 352M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 338M 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.15% 335M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 297M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.13% 294M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.12% 274M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.12% 270M 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% 215M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 197M 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.08% 189M 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.08% 187M 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% 170M 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 [JIT compiled code] 0.07% 169M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [Inlined code] 0.07% 164M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 153M 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% 153M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.07% 151M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 150M 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.0x000000002717f000#concat() [Inlined code] 0.06% 146M 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% 145M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.06% 144M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [JIT compiled code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.06% 143M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 132M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.05% 123M java.io.BufferedOutputStream#():92 [Inlined code] at java.io.BufferedOutputStream#():117 [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput$XBufferedOutputStream#():112 [Inlined code] at org.apache.lucene.store.OutputStreamIndexOutput#():48 [Inlined code] 0.05% 119M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.04% 100M 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.04% 99M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 98M 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 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [Interpreted code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmFalse.jfr is 2046.99 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 40543 events (total: 225886M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.46% 39441M 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] 13.11% 29605M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 12.94% 29218M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 7.28% 16433M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.83% 13158M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 4.04% 9116M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.78% 8547M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.66% 8265M 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.14% 7099M 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.36% 5337M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 2.28% 5141M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.48% 3344M 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.38% 3118M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 1.37% 3100M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.35% 3052M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.34% 3031M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 1.23% 2775M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.20% 2716M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.16% 2611M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.05% 2369M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.84% 1896M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.75% 1683M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.72% 1628M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.60% 1351M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] 0.56% 1267M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.48% 1082M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.30% 680M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.30% 677M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.29% 658M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.28% 633M 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% 613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.26% 583M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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% 494M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.19% 433M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.17% 373M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.16% 354M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 352M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 346M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.15% 343M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 339M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 338M 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.0x00000000271b2000#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.15% 335M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 308M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.13% 303M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.13% 300M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.13% 290M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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% 285M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#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.12% 273M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 270M 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.0x0000000027190ee8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.11% 250M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719ba28#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.11.10.20.55/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3349560 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2018315990831962 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 11, 2026 4:40:23 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: 236 segments, 25 merges 2033.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1539.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1343.0s _14a: 8 segs, 180.5 K docs, 719.6 MB 1263.4s _153: 8 segs, 107.7 K docs, 428.5 MB 1092.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1060.5s _170: 9 segs, 44.2 K docs, 175.2 MB 961.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 930.1s _185: 14 segs, 68.6 K docs, 271.7 MB 776.7s _19a: 12 segs, 58.5 K docs, 231.7 MB 735.5s _19m: 11 segs, 52.6 K docs, 208.2 MB 627.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 603.1s _1aw: 8 segs, 39.2 K docs, 155.2 MB 483.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 340.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 307.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 268.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 250.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 220.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 154.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 125.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 98.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 71.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 47.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 12.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 0.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 5.0 sec: 236 segments, 25 merges 2038.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1544.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1348.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1268.4s _153: 8 segs, 107.7 K docs, 428.5 MB 1097.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1065.5s _170: 9 segs, 44.2 K docs, 175.2 MB 966.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 935.1s _185: 14 segs, 68.6 K docs, 271.7 MB 781.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 740.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 632.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 608.1s _1aw: 8 segs, 39.2 K docs, 155.2 MB 488.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 345.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 312.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 273.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 255.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 225.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 159.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 130.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 103.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 76.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 52.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 17.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 5.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 10.0 sec: 236 segments, 25 merges 2043.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1549.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1353.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1273.4s _153: 8 segs, 107.7 K docs, 428.5 MB 1102.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1070.5s _170: 9 segs, 44.2 K docs, 175.2 MB 971.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 940.1s _185: 14 segs, 68.6 K docs, 271.7 MB 786.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 745.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 637.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 613.1s _1aw: 8 segs, 39.2 K docs, 155.2 MB 493.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 350.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 317.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 278.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 260.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 230.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 165.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 135.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 108.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 81.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 57.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 22.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 10.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 15.0 sec: 229 segments, 24 merges 2048.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1554.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1358.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1278.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1107.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1075.5s _170: 9 segs, 44.2 K docs, 175.2 MB 976.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 945.1s _185: 14 segs, 68.6 K docs, 271.7 MB 791.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 750.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 642.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 498.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 355.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 322.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 283.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 265.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 235.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 170.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 140.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 113.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 86.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 62.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 27.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 15.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 20.1 sec: 229 segments, 24 merges 2053.7s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1559.6s _11p: 8 segs, 174.2 K docs, 694.4 MB 1363.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1283.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1112.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1080.5s _170: 9 segs, 44.2 K docs, 175.2 MB 981.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 950.1s _185: 14 segs, 68.6 K docs, 271.7 MB 796.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 755.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 647.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 503.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 360.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 327.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 288.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 270.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 241.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 175.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 145.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 118.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 91.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 67.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 32.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 20.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 25.1 sec: 229 segments, 24 merges 2058.7s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1564.6s _11p: 8 segs, 174.2 K docs, 694.4 MB 1368.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1288.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1117.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1085.6s _170: 9 segs, 44.2 K docs, 175.2 MB 986.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 955.1s _185: 14 segs, 68.6 K docs, 271.7 MB 801.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 760.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 652.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 508.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 365.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 332.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 293.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 275.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 246.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 180.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 150.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 123.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 96.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 72.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 37.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 25.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 30.0 sec: 229 segments, 24 merges 2063.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1569.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1373.0s _14a: 8 segs, 180.5 K docs, 719.6 MB 1293.4s _153: 8 segs, 107.7 K docs, 428.5 MB 1122.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1090.5s _170: 9 segs, 44.2 K docs, 175.2 MB 991.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 960.1s _185: 14 segs, 68.6 K docs, 271.7 MB 806.7s _19a: 12 segs, 58.5 K docs, 231.7 MB 765.5s _19m: 11 segs, 52.6 K docs, 208.2 MB 657.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 513.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 370.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 337.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 298.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 280.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 250.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 184.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 155.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 128.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 101.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 77.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 42.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 30.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 35.0 sec: 216 segments, 23 merges 2068.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1574.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1378.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1298.4s _153: 8 segs, 107.7 K docs, 428.5 MB 1127.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1095.5s _170: 9 segs, 44.2 K docs, 175.2 MB 996.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 811.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 770.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 662.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 518.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 375.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 342.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 303.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 285.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 255.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 190.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 160.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 133.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 106.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 82.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 47.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 35.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 40.0 sec: 216 segments, 23 merges 2073.6s _ty: 8 segs, 1154.1 K docs, 4611.5 MB 1579.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1383.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1303.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1132.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1100.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1001.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 816.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 775.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 667.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 523.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 380.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 347.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 308.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 290.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 260.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 195.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 165.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 138.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 111.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 87.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 52.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 40.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 45.0 sec: 209 segments, 22 merges 1584.5s _11p: 8 segs, 174.2 K docs, 694.4 MB 1388.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1308.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1137.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1105.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1006.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 821.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 780.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 672.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 528.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 385.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 352.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 313.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 295.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 266.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 200.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 170.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 143.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 116.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 92.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 57.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 45.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 50.1 sec: 209 segments, 22 merges 1589.6s _11p: 8 segs, 174.2 K docs, 694.4 MB 1393.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1313.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1142.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1110.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1011.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 826.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 785.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 677.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 533.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 390.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 357.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 318.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 300.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 271.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 205.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 175.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 148.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 121.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 97.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 62.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 50.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 55.1 sec: 202 segments, 21 merges 1398.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1318.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1147.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1115.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1016.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 831.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 790.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 682.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 538.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 395.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 362.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 323.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 305.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 276.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 210.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 180.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 153.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 126.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 102.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 67.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 55.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 60.1 sec: 202 segments, 21 merges 1403.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1323.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1152.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1120.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1021.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 836.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 795.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 687.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 543.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 400.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 367.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 328.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 310.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 281.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 215.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 185.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 158.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 131.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 107.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 72.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 60.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 65.1 sec: 202 segments, 21 merges 1408.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1328.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1157.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1125.6s _170: 9 segs, 44.2 K docs, 175.2 MB 1026.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 841.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 800.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 692.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 548.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 405.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 372.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 333.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 315.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 286.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 220.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 190.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 163.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 136.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 112.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 77.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 65.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 70.1 sec: 202 segments, 21 merges 1413.1s _14a: 8 segs, 180.5 K docs, 719.6 MB 1333.5s _153: 8 segs, 107.7 K docs, 428.5 MB 1162.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1130.6s _170: 9 segs, 44.2 K docs, 175.2 MB 1031.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 846.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 805.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 697.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 553.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 410.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 377.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 338.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 320.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 291.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 225.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 195.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 168.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 141.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 117.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 82.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 70.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 75.1 sec: 188 segments, 19 merges 1167.7s _16r: 8 segs, 185.4 K docs, 739.3 MB 1135.6s _170: 9 segs, 44.2 K docs, 175.2 MB 1036.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 851.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 810.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 702.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 558.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 415.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 382.4s _1d8: 8 segs, 71.2 K docs, 283.0 MB 343.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 325.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 296.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 230.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 200.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 173.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 146.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 122.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 87.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 75.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 80.0 sec: 188 segments, 19 merges 1172.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1140.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1041.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 856.7s _19a: 12 segs, 58.5 K docs, 231.7 MB 815.5s _19m: 11 segs, 52.6 K docs, 208.2 MB 707.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 563.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 420.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 387.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 348.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 330.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 300.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 234.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 205.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 178.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 151.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 127.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 92.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 80.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 85.0 sec: 188 segments, 19 merges 1177.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1145.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1046.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 861.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 820.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 712.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 568.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 425.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 392.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 353.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 335.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 305.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 239.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 210.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 183.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 156.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 132.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 97.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 85.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 90.0 sec: 188 segments, 19 merges 1182.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1150.5s _170: 9 segs, 44.2 K docs, 175.2 MB 1051.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 866.8s _19a: 12 segs, 58.5 K docs, 231.7 MB 825.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 717.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 573.3s _1bw: 8 segs, 38.1 K docs, 150.7 MB 430.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 397.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 358.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 340.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 310.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 244.9s _1e9: 8 segs, 37.9 K docs, 150.1 MB 215.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 188.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 161.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 137.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 102.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 90.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 95.0 sec: 169 segments, 17 merges 1187.6s _16r: 8 segs, 185.4 K docs, 739.3 MB 1056.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 830.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 722.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 578.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 435.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 402.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 363.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 345.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 315.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 250.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 220.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 193.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 166.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 142.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 107.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 95.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 100.0 sec: 162 segments, 16 merges 1061.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 835.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 727.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 583.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 440.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 407.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 368.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 350.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 320.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 255.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 225.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 198.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 171.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 147.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 112.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 100.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 105.0 sec: 162 segments, 16 merges 1066.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 840.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 732.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 588.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 445.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 412.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 373.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 355.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 325.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 260.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 230.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 203.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 176.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 152.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 117.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 105.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 110.0 sec: 162 segments, 16 merges 1071.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 845.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 737.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 593.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 450.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 417.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 378.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 360.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 330.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 265.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 235.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 208.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 181.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 157.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 122.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 110.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 115.0 sec: 162 segments, 16 merges 1076.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 850.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 742.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 598.4s _1bw: 8 segs, 38.1 K docs, 150.7 MB 455.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 422.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 383.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 365.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 335.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 270.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 240.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 213.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 186.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 162.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 127.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 115.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 120.1 sec: 155 segments, 15 merges 1081.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 855.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 747.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 460.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 427.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 388.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 370.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 341.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 275.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 245.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 218.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 191.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 167.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 132.7s _1ff: 11 segs, 52.8 K docs, 209.1 MB 120.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 125.1 sec: 155 segments, 15 merges 1086.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 860.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 752.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 465.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 432.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 393.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 375.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 346.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 280.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 250.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 223.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 196.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 172.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 137.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 125.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 130.1 sec: 155 segments, 15 merges 1091.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 865.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 757.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 470.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 437.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 398.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 380.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 351.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 285.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 255.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 228.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 201.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 177.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 142.8s _1ff: 11 segs, 52.8 K docs, 209.1 MB 130.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 135.1 sec: 145 segments, 14 merges 1096.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 870.6s _19m: 11 segs, 52.6 K docs, 208.2 MB 762.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 475.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 442.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 403.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 385.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 356.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 290.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 260.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 233.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 206.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 182.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 135.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 140.1 sec: 135 segments, 14 merges 1101.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 767.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 480.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 447.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 408.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 390.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 361.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 295.0s _1e9: 8 segs, 37.9 K docs, 150.1 MB 265.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 238.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 211.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 187.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 140.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 1.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 145.1 sec: 128 segments, 13 merges 1106.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 772.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 485.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 452.3s _1d8: 8 segs, 71.2 K docs, 283.0 MB 413.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 395.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 366.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 270.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 243.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 216.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 192.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 145.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 6.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 150.1 sec: 121 segments, 12 merges 1111.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 777.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 490.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 418.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 400.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 371.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 275.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 248.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 221.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 197.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 150.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 11.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 155.1 sec: 121 segments, 12 merges 1116.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 782.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 495.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 423.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 405.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 376.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 280.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 253.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 226.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 202.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 155.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 16.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 160.1 sec: 121 segments, 12 merges 1121.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 787.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 500.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 428.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 410.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 381.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 285.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 258.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 231.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 207.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 160.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 21.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 165.1 sec: 121 segments, 12 merges 1126.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 792.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 505.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 433.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 415.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 386.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 290.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 263.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 236.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 212.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 165.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 26.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 170.1 sec: 121 segments, 12 merges 1131.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 797.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 510.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 438.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 420.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 391.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 295.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 268.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 241.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 217.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 170.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 31.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 175.0 sec: 121 segments, 12 merges 1136.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 802.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 515.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 443.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 425.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 395.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 300.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 273.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 246.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 222.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 175.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 36.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 180.0 sec: 121 segments, 12 merges 1141.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 807.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 520.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 448.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 430.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 400.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 305.8s _1eg: 8 segs, 141.2 K docs, 562.4 MB 278.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 251.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 227.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 180.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 41.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 185.1 sec: 121 segments, 12 merges 1146.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 812.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 525.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 453.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 435.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 406.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 310.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 283.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 256.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 232.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 185.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 46.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 190.1 sec: 121 segments, 12 merges 1151.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 817.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 530.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 458.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 440.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 411.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 315.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 288.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 261.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 237.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 190.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 51.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 195.1 sec: 121 segments, 12 merges 1156.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 822.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 535.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 463.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 445.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 416.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 320.9s _1eg: 8 segs, 141.2 K docs, 562.4 MB 293.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 266.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 242.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 195.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 56.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 200.1 sec: 114 segments, 11 merges 1161.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 827.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 540.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 468.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 450.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 421.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 298.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 271.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 247.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 200.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 61.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 205.1 sec: 114 segments, 11 merges 1166.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 832.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 545.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 473.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 455.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 426.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 303.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 276.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 252.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 205.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 66.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 210.1 sec: 114 segments, 11 merges 1171.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 837.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 550.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 478.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 460.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 431.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 308.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 281.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 257.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 210.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 71.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 215.1 sec: 114 segments, 11 merges 1176.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 842.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 555.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 483.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 465.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 436.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 313.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 286.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 262.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 215.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 76.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 220.1 sec: 114 segments, 11 merges 1181.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 847.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 560.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 488.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 470.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 441.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 318.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 291.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 267.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 220.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 81.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 225.1 sec: 114 segments, 11 merges 1186.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 852.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 565.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 493.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 475.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 446.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 323.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 296.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 272.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 225.1s _1fk: 12 segs, 47.8 K docs, 189.0 MB 86.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 230.0 sec: 114 segments, 11 merges 1191.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 857.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 570.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 498.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 480.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 450.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 328.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 301.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 277.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 230.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 91.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 235.0 sec: 114 segments, 11 merges 1196.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 862.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 575.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 503.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 485.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 455.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 333.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 306.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 282.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 235.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 96.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 240.0 sec: 114 segments, 11 merges 1201.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 867.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 580.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 508.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 490.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 460.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 338.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 311.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 287.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 240.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 101.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 245.0 sec: 114 segments, 11 merges 1206.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 872.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 585.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 513.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 495.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 465.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 343.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 316.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 292.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 245.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 106.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 250.0 sec: 114 segments, 11 merges 1211.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 877.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 590.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 518.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 500.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 470.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 348.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 321.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 297.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 250.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 111.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 255.0 sec: 114 segments, 11 merges 1216.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 882.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 595.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 523.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 505.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 475.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 353.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 326.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 302.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 255.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 116.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 260.0 sec: 114 segments, 11 merges 1221.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 887.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 600.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 528.8s _1df: 8 segs, 117.8 K docs, 468.7 MB 510.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 480.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 358.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 331.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 307.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 260.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 121.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 265.0 sec: 114 segments, 11 merges 1226.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 892.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 605.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 533.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 515.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 485.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 363.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 336.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 312.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 265.0s _1fk: 12 segs, 47.8 K docs, 189.0 MB 126.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 270.0 sec: 103 segments, 10 merges 1231.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 897.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 610.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 538.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 520.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 490.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 368.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 341.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 317.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 131.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 275.0 sec: 103 segments, 10 merges 1236.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 902.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 615.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 543.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 525.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 496.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 373.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 346.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 322.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 136.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 280.1 sec: 103 segments, 10 merges 1241.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 907.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 620.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 548.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 530.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 501.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 378.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 351.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 327.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 141.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 285.1 sec: 103 segments, 10 merges 1246.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 912.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 625.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 553.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 535.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 506.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 383.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 356.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 332.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 146.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 290.1 sec: 103 segments, 10 merges 1251.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 917.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 630.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 558.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 540.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 511.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 388.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 361.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 337.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 151.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 295.1 sec: 103 segments, 10 merges 1256.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 922.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 635.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 563.9s _1df: 8 segs, 117.8 K docs, 468.7 MB 545.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 516.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 393.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 366.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 342.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 156.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 300.1 sec: 96 segments, 9 merges 1261.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 927.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 640.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 550.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 521.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 398.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 371.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 347.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 161.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 305.1 sec: 96 segments, 9 merges 1266.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 932.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 645.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 555.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 526.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 403.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 376.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 352.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 166.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 310.1 sec: 96 segments, 9 merges 1271.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 937.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 650.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 560.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 531.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 408.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 381.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 357.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 171.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 315.1 sec: 96 segments, 9 merges 1276.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 942.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 655.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 565.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 536.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 413.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 386.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 362.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 176.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 320.1 sec: 96 segments, 9 merges 1281.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 947.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 660.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 570.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 541.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 418.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 391.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 367.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 181.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 325.1 sec: 96 segments, 9 merges 1286.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 952.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 665.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 575.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 546.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 423.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 396.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 372.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 186.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 330.0 sec: 96 segments, 9 merges 1291.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 957.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 670.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 580.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 550.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 428.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 401.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 377.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 191.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 335.0 sec: 96 segments, 9 merges 1296.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 962.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 675.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 585.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 555.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 433.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 406.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 382.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 196.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 340.0 sec: 96 segments, 9 merges 1301.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 967.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 680.2s _1d0: 8 segs, 120.9 K docs, 481.1 MB 590.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 560.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 438.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 411.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 387.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 201.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 345.0 sec: 96 segments, 9 merges 1306.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 972.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 685.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 595.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 565.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 443.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 416.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 392.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 206.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 350.0 sec: 96 segments, 9 merges 1311.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 977.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 690.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 600.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 570.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 448.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 421.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 397.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 211.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 355.0 sec: 96 segments, 9 merges 1316.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 982.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 695.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 605.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 575.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 453.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 426.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 402.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 216.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 360.0 sec: 96 segments, 9 merges 1321.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 987.8s _1an: 8 segs, 107.3 K docs, 426.9 MB 700.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 610.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 580.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 458.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 431.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 407.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 221.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 365.0 sec: 96 segments, 9 merges 1326.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 992.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 705.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 615.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 585.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 463.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 436.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 412.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 226.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 370.0 sec: 96 segments, 9 merges 1331.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 997.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 710.3s _1d0: 8 segs, 120.9 K docs, 481.1 MB 620.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 590.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 468.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 441.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 417.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 231.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 375.0 sec: 89 segments, 8 merges 1336.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1002.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 625.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 595.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 473.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 446.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 422.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 236.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 380.1 sec: 89 segments, 8 merges 1341.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1007.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 630.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 601.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 478.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 451.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 427.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 241.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 385.1 sec: 89 segments, 8 merges 1346.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1012.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 635.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 606.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 483.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 456.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 432.2s _1f3: 14 segs, 65.9 K docs, 260.8 MB 246.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 390.1 sec: 89 segments, 8 merges 1351.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1017.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 640.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 611.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 488.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 461.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 437.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 251.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 395.1 sec: 89 segments, 8 merges 1356.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1022.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 645.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 616.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 493.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 466.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 442.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 256.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 400.1 sec: 89 segments, 8 merges 1361.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1027.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 650.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 621.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 498.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 471.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 447.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 261.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 405.1 sec: 89 segments, 8 merges 1366.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1032.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 655.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 626.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 503.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 476.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 452.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 266.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 410.1 sec: 89 segments, 8 merges 1371.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1037.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 660.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 631.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 508.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 481.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 457.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 271.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 415.1 sec: 89 segments, 8 merges 1376.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1042.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 665.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 636.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 513.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 486.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 462.3s _1f3: 14 segs, 65.9 K docs, 260.8 MB 276.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 420.1 sec: 76 segments, 7 merges 1381.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1047.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 670.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 641.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 518.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 491.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 281.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 425.1 sec: 76 segments, 7 merges 1386.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1052.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 675.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 646.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 523.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 496.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 286.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 430.1 sec: 76 segments, 7 merges 1391.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1057.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 680.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 651.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 528.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 501.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 291.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 435.1 sec: 76 segments, 7 merges 1396.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 1062.9s _1an: 8 segs, 107.3 K docs, 426.9 MB 685.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 656.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 533.3s _1en: 8 segs, 177.2 K docs, 706.5 MB 506.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 296.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 440.0 sec: 69 segments, 7 merges 1401.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 690.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 660.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 538.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 511.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 301.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 4.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 445.0 sec: 69 segments, 7 merges 1406.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 695.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 665.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 543.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 516.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 306.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 9.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 450.0 sec: 69 segments, 7 merges 1411.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 700.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 670.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 548.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 521.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 311.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 14.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 455.0 sec: 69 segments, 7 merges 1416.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 705.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 675.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 553.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 526.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 316.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 19.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 460.0 sec: 69 segments, 7 merges 1421.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 710.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 680.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 558.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 531.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 321.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 24.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 465.0 sec: 69 segments, 7 merges 1426.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 715.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 685.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 563.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 536.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 326.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 29.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 470.0 sec: 69 segments, 7 merges 1431.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 720.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 690.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 568.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 541.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 331.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 34.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 475.0 sec: 69 segments, 7 merges 1436.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 725.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 695.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 573.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 546.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 336.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 39.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 480.0 sec: 69 segments, 7 merges 1441.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 730.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 700.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 578.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 551.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 341.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 44.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 485.0 sec: 69 segments, 7 merges 1446.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 735.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 705.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 583.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 556.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 346.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 49.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 490.1 sec: 69 segments, 7 merges 1451.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 740.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 711.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 588.2s _1en: 8 segs, 177.2 K docs, 706.5 MB 561.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 351.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 54.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 495.1 sec: 62 segments, 6 merges 1456.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 745.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 716.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 566.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 356.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 59.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 500.1 sec: 62 segments, 6 merges 1461.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 750.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 721.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 571.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 361.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 64.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 505.1 sec: 62 segments, 6 merges 1466.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 755.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 726.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 576.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 366.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 69.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 510.1 sec: 62 segments, 6 merges 1471.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 760.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 731.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 581.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 371.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 74.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 515.1 sec: 62 segments, 6 merges 1476.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 765.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 736.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 586.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 376.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 79.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 520.1 sec: 62 segments, 6 merges 1481.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 770.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 741.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 591.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 381.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 84.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 525.0 sec: 62 segments, 6 merges 1486.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 775.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 745.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 596.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 386.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 89.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 530.0 sec: 62 segments, 6 merges 1491.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 780.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 750.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 601.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 391.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 94.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 535.0 sec: 62 segments, 6 merges 1496.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 785.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 755.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 606.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 396.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 99.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 540.0 sec: 62 segments, 6 merges 1501.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 790.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 760.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 611.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 401.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 104.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 545.0 sec: 62 segments, 6 merges 1506.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 795.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 765.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 616.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 406.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 109.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 550.0 sec: 62 segments, 6 merges 1511.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 800.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 770.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 621.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 411.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 114.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 555.0 sec: 62 segments, 6 merges 1516.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 805.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 775.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 626.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 416.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 119.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 560.1 sec: 62 segments, 6 merges 1521.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 810.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 781.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 631.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 421.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 124.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 565.1 sec: 62 segments, 6 merges 1526.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 815.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 786.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 636.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 426.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 129.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 570.1 sec: 62 segments, 6 merges 1531.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 820.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 791.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 641.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 431.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 134.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 575.1 sec: 62 segments, 6 merges 1536.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 825.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 796.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 646.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 436.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 139.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 580.1 sec: 62 segments, 6 merges 1541.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 830.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 801.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 651.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 441.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 144.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 585.1 sec: 62 segments, 6 merges 1546.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 835.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 806.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 656.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 446.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 149.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 590.1 sec: 62 segments, 6 merges 1551.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 840.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 811.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 661.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 451.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 154.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 595.1 sec: 62 segments, 6 merges 1556.3s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 845.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 816.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 666.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 456.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 159.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 600.0 sec: 62 segments, 6 merges 1561.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 850.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 820.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 671.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 461.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 164.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 605.0 sec: 62 segments, 6 merges 1566.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 855.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 825.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 676.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 466.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 169.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 610.0 sec: 62 segments, 6 merges 1571.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 860.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 830.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 681.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 471.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 174.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 615.0 sec: 62 segments, 6 merges 1576.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 865.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 835.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 686.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 476.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 179.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 620.0 sec: 62 segments, 6 merges 1581.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 870.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 840.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 691.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 481.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 184.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 625.0 sec: 62 segments, 6 merges 1586.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 875.5s _1dl: 8 segs, 191.3 K docs, 762.5 MB 845.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 696.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 486.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 189.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 630.0 sec: 62 segments, 6 merges 1591.2s _17x: 8 segs, 1155.1 K docs, 4615.2 MB 880.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 851.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 701.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 491.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 194.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 635.1 sec: 55 segments, 5 merges 885.6s _1dl: 8 segs, 191.3 K docs, 762.5 MB 856.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 706.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 496.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 199.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 640.1 sec: 48 segments, 4 merges 861.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 711.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 501.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 204.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 645.1 sec: 48 segments, 4 merges 866.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 716.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 506.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 209.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 650.1 sec: 48 segments, 4 merges 871.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 721.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 511.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 214.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 655.1 sec: 48 segments, 4 merges 876.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 726.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 516.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 219.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 660.1 sec: 48 segments, 4 merges 881.0s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 731.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 521.9s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 224.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 665.0 sec: 48 segments, 4 merges 885.9s _1dt: 8 segs, 326.0 K docs, 1300.8 MB 736.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 526.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 229.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 670.0 sec: 41 segments, 3 merges 741.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 531.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 234.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 675.0 sec: 41 segments, 3 merges 746.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 536.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 239.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 680.0 sec: 41 segments, 3 merges 751.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 541.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 244.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 685.0 sec: 41 segments, 3 merges 756.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 546.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 249.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 690.0 sec: 41 segments, 3 merges 761.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 551.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 254.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 695.0 sec: 41 segments, 3 merges 766.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 556.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 259.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 700.0 sec: 41 segments, 3 merges 771.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 561.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 264.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 705.0 sec: 41 segments, 3 merges 776.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 566.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 269.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 710.0 sec: 41 segments, 3 merges 781.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 571.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 274.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 715.0 sec: 41 segments, 3 merges 786.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 576.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 279.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 720.0 sec: 41 segments, 3 merges 791.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 581.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 284.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 725.0 sec: 41 segments, 3 merges 796.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 586.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 289.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 730.1 sec: 41 segments, 3 merges 801.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 591.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 294.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 735.1 sec: 41 segments, 3 merges 806.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 596.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 299.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 740.1 sec: 41 segments, 3 merges 811.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 601.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 304.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 745.1 sec: 41 segments, 3 merges 816.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 606.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 309.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 750.1 sec: 41 segments, 3 merges 821.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 611.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 314.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 755.1 sec: 41 segments, 3 merges 826.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 616.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 319.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 760.1 sec: 41 segments, 3 merges 831.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 621.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 324.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 765.1 sec: 41 segments, 3 merges 836.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 626.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 329.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 770.0 sec: 41 segments, 3 merges 841.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 631.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 334.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 775.0 sec: 41 segments, 3 merges 846.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 636.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 339.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 780.0 sec: 41 segments, 3 merges 851.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 641.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 344.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 785.0 sec: 41 segments, 3 merges 856.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 646.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 349.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 790.0 sec: 41 segments, 3 merges 861.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 651.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 354.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 795.0 sec: 41 segments, 3 merges 866.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 656.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 359.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 800.0 sec: 41 segments, 3 merges 871.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 661.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 364.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 805.0 sec: 41 segments, 3 merges 876.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 666.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 369.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 810.0 sec: 41 segments, 3 merges 881.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 671.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 374.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 815.0 sec: 41 segments, 3 merges 886.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 676.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 379.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 820.0 sec: 41 segments, 3 merges 891.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 681.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 384.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 825.0 sec: 41 segments, 3 merges 896.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 686.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 389.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 830.1 sec: 41 segments, 3 merges 901.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 691.8s _1fl: 8 segs, 348.7 K docs, 1390.4 MB 394.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 835.1 sec: 34 segments, 2 merges 906.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 399.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 840.1 sec: 34 segments, 2 merges 911.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 404.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 845.1 sec: 34 segments, 2 merges 916.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 409.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 850.1 sec: 34 segments, 2 merges 921.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 414.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 855.1 sec: 34 segments, 2 merges 926.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 419.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 860.1 sec: 34 segments, 2 merges 931.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 424.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 865.1 sec: 34 segments, 2 merges 936.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 429.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 870.1 sec: 34 segments, 2 merges 941.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 434.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 875.1 sec: 34 segments, 2 merges 946.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 439.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 880.1 sec: 34 segments, 2 merges 951.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 444.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 885.1 sec: 34 segments, 2 merges 956.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 449.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 890.1 sec: 34 segments, 2 merges 961.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 454.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 895.0 sec: 34 segments, 2 merges 966.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 459.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 900.0 sec: 34 segments, 2 merges 971.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 464.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 905.0 sec: 34 segments, 2 merges 976.5s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 469.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 910.0 sec: 34 segments, 2 merges 981.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 474.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 915.0 sec: 34 segments, 2 merges 986.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 479.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 920.0 sec: 34 segments, 2 merges 991.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 484.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 925.0 sec: 34 segments, 2 merges 996.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 489.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 930.0 sec: 34 segments, 2 merges 1001.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 494.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 935.0 sec: 34 segments, 2 merges 1006.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 499.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 940.0 sec: 34 segments, 2 merges 1011.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 504.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 945.0 sec: 34 segments, 2 merges 1016.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 509.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 950.0 sec: 34 segments, 2 merges 1021.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 514.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 955.0 sec: 34 segments, 2 merges 1026.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 519.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 960.1 sec: 34 segments, 2 merges 1031.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 524.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 965.1 sec: 34 segments, 2 merges 1036.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 529.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 970.1 sec: 34 segments, 2 merges 1041.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 534.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 975.1 sec: 34 segments, 2 merges 1046.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 539.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 980.1 sec: 34 segments, 2 merges 1051.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 544.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 985.1 sec: 34 segments, 2 merges 1056.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 549.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 990.1 sec: 34 segments, 2 merges 1061.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 554.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 995.1 sec: 34 segments, 2 merges 1066.6s _1ev: 8 segs, 1182.4 K docs, 4724.8 MB 559.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 1000.1 sec: 27 segments, 2 merges 564.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 2.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1005.1 sec: 27 segments, 2 merges 569.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 7.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1010.1 sec: 27 segments, 2 merges 574.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 12.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1015.1 sec: 27 segments, 2 merges 579.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 17.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1020.1 sec: 27 segments, 2 merges 584.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 22.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1025.0 sec: 27 segments, 2 merges 589.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 27.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1030.0 sec: 27 segments, 2 merges 594.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 32.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1035.0 sec: 27 segments, 2 merges 599.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 37.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1040.0 sec: 27 segments, 2 merges 604.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 42.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1045.0 sec: 27 segments, 2 merges 609.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 47.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1050.0 sec: 27 segments, 2 merges 614.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 52.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1055.0 sec: 27 segments, 2 merges 619.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 57.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1060.0 sec: 27 segments, 2 merges 624.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 62.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1065.0 sec: 27 segments, 2 merges 629.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 67.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1070.0 sec: 27 segments, 2 merges 634.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 72.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1075.0 sec: 27 segments, 2 merges 639.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 77.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1080.0 sec: 27 segments, 2 merges 644.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 82.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1085.0 sec: 27 segments, 2 merges 649.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 87.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1090.1 sec: 27 segments, 2 merges 654.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 92.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1095.1 sec: 27 segments, 2 merges 659.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 97.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1100.0 sec: 27 segments, 2 merges 664.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 102.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1105.0 sec: 27 segments, 2 merges 669.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 107.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1110.0 sec: 27 segments, 2 merges 674.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 112.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1115.0 sec: 27 segments, 2 merges 679.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 117.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1120.0 sec: 27 segments, 2 merges 684.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 122.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1125.0 sec: 27 segments, 2 merges 689.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 127.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1130.0 sec: 27 segments, 2 merges 694.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 132.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1135.0 sec: 27 segments, 2 merges 699.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 137.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1140.0 sec: 27 segments, 2 merges 704.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 142.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1145.1 sec: 27 segments, 2 merges 709.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 147.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1150.1 sec: 27 segments, 2 merges 714.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 152.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1155.1 sec: 27 segments, 2 merges 719.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 157.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1160.1 sec: 27 segments, 2 merges 724.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 162.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1165.1 sec: 27 segments, 2 merges 729.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 167.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1170.1 sec: 27 segments, 2 merges 734.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 172.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1175.1 sec: 27 segments, 2 merges 739.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 177.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1180.1 sec: 27 segments, 2 merges 744.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 182.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1185.1 sec: 27 segments, 2 merges 749.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 187.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1190.1 sec: 27 segments, 2 merges 754.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 192.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1195.1 sec: 27 segments, 2 merges 759.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 197.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1200.1 sec: 27 segments, 2 merges 764.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 202.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1205.0 sec: 27 segments, 2 merges 769.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 207.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1210.0 sec: 27 segments, 2 merges 774.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 212.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1215.0 sec: 27 segments, 2 merges 779.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 217.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1220.0 sec: 27 segments, 2 merges 784.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 222.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1225.0 sec: 27 segments, 2 merges 789.8s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 227.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1230.0 sec: 27 segments, 2 merges 794.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 232.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1235.0 sec: 27 segments, 2 merges 799.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 237.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1240.0 sec: 27 segments, 2 merges 804.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 242.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1245.0 sec: 27 segments, 2 merges 809.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 247.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1250.0 sec: 27 segments, 2 merges 814.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 252.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1255.0 sec: 27 segments, 2 merges 819.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 257.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1260.1 sec: 27 segments, 2 merges 824.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 262.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1265.1 sec: 27 segments, 2 merges 829.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 267.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1270.1 sec: 27 segments, 2 merges 834.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 272.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1275.1 sec: 27 segments, 2 merges 839.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 277.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1280.1 sec: 27 segments, 2 merges 844.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 282.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1285.1 sec: 27 segments, 2 merges 849.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 287.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1290.1 sec: 27 segments, 2 merges 854.9s _1fm: 8 segs, 738.4 K docs, 2948.5 MB 292.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1295.1 sec: 20 segments, 1 merges 297.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1300.1 sec: 20 segments, 1 merges 302.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1305.1 sec: 20 segments, 1 merges 307.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1310.1 sec: 20 segments, 1 merges 312.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1315.0 sec: 20 segments, 1 merges 317.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1320.0 sec: 20 segments, 1 merges 322.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1325.0 sec: 20 segments, 1 merges 327.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1330.0 sec: 20 segments, 1 merges 332.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1335.0 sec: 20 segments, 1 merges 337.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1340.0 sec: 20 segments, 1 merges 342.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1345.0 sec: 20 segments, 1 merges 347.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1350.0 sec: 20 segments, 1 merges 352.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1355.0 sec: 20 segments, 1 merges 357.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1360.0 sec: 20 segments, 1 merges 362.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1365.0 sec: 20 segments, 1 merges 367.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1370.1 sec: 20 segments, 1 merges 372.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1375.1 sec: 20 segments, 1 merges 377.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1380.1 sec: 20 segments, 1 merges 382.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1385.1 sec: 20 segments, 1 merges 387.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1390.1 sec: 20 segments, 1 merges 392.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1395.1 sec: 20 segments, 1 merges 397.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1400.1 sec: 20 segments, 1 merges 402.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1405.1 sec: 20 segments, 1 merges 407.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1410.1 sec: 20 segments, 1 merges 412.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1415.1 sec: 20 segments, 1 merges 417.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1420.1 sec: 20 segments, 1 merges 422.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1425.1 sec: 20 segments, 1 merges 427.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1430.1 sec: 20 segments, 1 merges 432.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1435.0 sec: 20 segments, 1 merges 437.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1440.0 sec: 20 segments, 1 merges 442.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1445.0 sec: 20 segments, 1 merges 447.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1450.0 sec: 20 segments, 1 merges 452.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1455.0 sec: 20 segments, 1 merges 457.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1460.0 sec: 20 segments, 1 merges 462.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1465.0 sec: 20 segments, 1 merges 467.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1470.0 sec: 20 segments, 1 merges 472.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1475.0 sec: 20 segments, 1 merges 477.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1480.0 sec: 20 segments, 1 merges 482.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1485.0 sec: 20 segments, 1 merges 487.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1490.1 sec: 20 segments, 1 merges 492.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1495.1 sec: 20 segments, 1 merges 497.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1500.1 sec: 20 segments, 1 merges 502.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1505.1 sec: 20 segments, 1 merges 507.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1510.1 sec: 20 segments, 1 merges 512.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1515.1 sec: 20 segments, 1 merges 517.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1520.1 sec: 20 segments, 1 merges 522.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1525.1 sec: 20 segments, 1 merges 527.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1530.1 sec: 20 segments, 1 merges 532.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1535.1 sec: 20 segments, 1 merges 537.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1540.0 sec: 20 segments, 1 merges 542.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1545.0 sec: 20 segments, 1 merges 547.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1550.0 sec: 20 segments, 1 merges 552.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1555.0 sec: 20 segments, 1 merges 557.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1560.0 sec: 20 segments, 1 merges 562.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1565.1 sec: 20 segments, 1 merges 567.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1570.1 sec: 20 segments, 1 merges 572.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1575.1 sec: 20 segments, 1 merges 577.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1580.1 sec: 20 segments, 1 merges 582.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1585.1 sec: 20 segments, 1 merges 587.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1590.1 sec: 20 segments, 1 merges 592.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1595.1 sec: 20 segments, 1 merges 597.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1600.1 sec: 20 segments, 1 merges 602.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1605.1 sec: 20 segments, 1 merges 607.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1610.1 sec: 20 segments, 1 merges 612.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1615.1 sec: 20 segments, 1 merges 617.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1620.1 sec: 20 segments, 1 merges 622.6s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1625.0 sec: 20 segments, 1 merges 627.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1630.0 sec: 20 segments, 1 merges 632.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1635.0 sec: 20 segments, 1 merges 637.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1640.0 sec: 20 segments, 1 merges 642.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1645.0 sec: 20 segments, 1 merges 647.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1650.0 sec: 20 segments, 1 merges 652.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1655.0 sec: 20 segments, 1 merges 657.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1660.0 sec: 20 segments, 1 merges 662.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1665.0 sec: 20 segments, 1 merges 667.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1670.0 sec: 20 segments, 1 merges 672.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB 1675.0 sec: 20 segments, 1 merges 677.5s _1fn: 5 segs, 1254.6 K docs, 5016.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3523 seconds reindex takes 3523.72 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: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 10.0 sec: 16 segments, 1 merges 10.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 15.0 sec: 16 segments, 1 merges 15.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 20.0 sec: 16 segments, 1 merges 20.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 25.0 sec: 16 segments, 1 merges 25.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 30.0 sec: 16 segments, 1 merges 30.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 35.0 sec: 16 segments, 1 merges 35.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 40.0 sec: 16 segments, 1 merges 40.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 45.0 sec: 16 segments, 1 merges 45.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 50.0 sec: 16 segments, 1 merges 50.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 55.0 sec: 16 segments, 1 merges 55.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 60.0 sec: 16 segments, 1 merges 60.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 65.1 sec: 16 segments, 1 merges 65.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 70.1 sec: 16 segments, 1 merges 70.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 75.1 sec: 16 segments, 1 merges 75.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 80.1 sec: 16 segments, 1 merges 80.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 85.1 sec: 16 segments, 1 merges 85.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 90.1 sec: 16 segments, 1 merges 90.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 95.1 sec: 16 segments, 1 merges 95.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 100.1 sec: 16 segments, 1 merges 100.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 105.1 sec: 16 segments, 1 merges 105.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 110.1 sec: 16 segments, 1 merges 110.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 115.1 sec: 16 segments, 1 merges 115.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 120.1 sec: 16 segments, 1 merges 120.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 125.0 sec: 16 segments, 1 merges 125.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 130.0 sec: 16 segments, 1 merges 130.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 135.0 sec: 16 segments, 1 merges 135.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 140.0 sec: 16 segments, 1 merges 140.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 145.0 sec: 16 segments, 1 merges 145.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 150.0 sec: 16 segments, 1 merges 150.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 155.0 sec: 16 segments, 1 merges 155.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 160.0 sec: 16 segments, 1 merges 160.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 165.0 sec: 16 segments, 1 merges 165.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 170.0 sec: 16 segments, 1 merges 170.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 175.0 sec: 16 segments, 1 merges 175.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 180.1 sec: 16 segments, 1 merges 180.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 185.1 sec: 16 segments, 1 merges 185.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 190.1 sec: 16 segments, 1 merges 190.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 195.1 sec: 16 segments, 1 merges 195.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 200.1 sec: 16 segments, 1 merges 200.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 205.1 sec: 16 segments, 1 merges 205.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 210.1 sec: 16 segments, 1 merges 210.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 215.1 sec: 16 segments, 1 merges 215.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 220.1 sec: 16 segments, 1 merges 220.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 225.1 sec: 16 segments, 1 merges 225.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 230.1 sec: 16 segments, 1 merges 230.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 235.0 sec: 16 segments, 1 merges 235.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 240.0 sec: 16 segments, 1 merges 240.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 245.0 sec: 16 segments, 1 merges 245.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 250.0 sec: 16 segments, 1 merges 250.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 255.0 sec: 16 segments, 1 merges 255.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 260.0 sec: 16 segments, 1 merges 260.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 265.0 sec: 16 segments, 1 merges 265.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 270.0 sec: 16 segments, 1 merges 270.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 275.0 sec: 16 segments, 1 merges 275.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 280.0 sec: 16 segments, 1 merges 280.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 285.0 sec: 16 segments, 1 merges 285.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 290.1 sec: 16 segments, 1 merges 290.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 295.1 sec: 16 segments, 1 merges 295.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 300.1 sec: 16 segments, 1 merges 300.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 305.0 sec: 16 segments, 1 merges 305.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 310.0 sec: 16 segments, 1 merges 310.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 315.0 sec: 16 segments, 1 merges 315.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 320.0 sec: 16 segments, 1 merges 320.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 325.0 sec: 16 segments, 1 merges 325.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 330.0 sec: 16 segments, 1 merges 330.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 335.0 sec: 16 segments, 1 merges 335.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 340.0 sec: 16 segments, 1 merges 340.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 345.0 sec: 16 segments, 1 merges 345.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 350.0 sec: 16 segments, 1 merges 350.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 355.0 sec: 16 segments, 1 merges 355.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 360.0 sec: 16 segments, 1 merges 360.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 365.1 sec: 16 segments, 1 merges 365.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 370.1 sec: 16 segments, 1 merges 370.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 375.1 sec: 16 segments, 1 merges 375.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 380.1 sec: 16 segments, 1 merges 380.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 385.1 sec: 16 segments, 1 merges 385.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 390.1 sec: 16 segments, 1 merges 390.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 395.1 sec: 16 segments, 1 merges 395.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 400.1 sec: 16 segments, 1 merges 400.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 405.1 sec: 16 segments, 1 merges 405.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 410.1 sec: 16 segments, 1 merges 410.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 415.1 sec: 16 segments, 1 merges 415.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 420.0 sec: 16 segments, 1 merges 420.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 425.0 sec: 16 segments, 1 merges 425.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 430.0 sec: 16 segments, 1 merges 430.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 435.0 sec: 16 segments, 1 merges 435.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 440.0 sec: 16 segments, 1 merges 440.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 445.0 sec: 16 segments, 1 merges 445.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 450.0 sec: 16 segments, 1 merges 450.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 455.0 sec: 16 segments, 1 merges 455.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 460.0 sec: 16 segments, 1 merges 460.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 465.0 sec: 16 segments, 1 merges 465.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 470.0 sec: 16 segments, 1 merges 470.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 475.1 sec: 16 segments, 1 merges 475.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 480.1 sec: 16 segments, 1 merges 480.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 485.1 sec: 16 segments, 1 merges 485.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 490.1 sec: 16 segments, 1 merges 490.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 495.1 sec: 16 segments, 1 merges 495.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 500.1 sec: 16 segments, 1 merges 500.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 505.1 sec: 16 segments, 1 merges 505.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 510.1 sec: 16 segments, 1 merges 510.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 515.1 sec: 16 segments, 1 merges 515.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 520.1 sec: 16 segments, 1 merges 520.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 525.1 sec: 16 segments, 1 merges 525.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 530.0 sec: 16 segments, 1 merges 530.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 535.0 sec: 16 segments, 1 merges 535.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 540.0 sec: 16 segments, 1 merges 540.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 545.0 sec: 16 segments, 1 merges 545.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 550.0 sec: 16 segments, 1 merges 550.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 555.0 sec: 16 segments, 1 merges 555.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 560.0 sec: 16 segments, 1 merges 560.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 565.0 sec: 16 segments, 1 merges 565.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 570.0 sec: 16 segments, 1 merges 570.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 575.0 sec: 16 segments, 1 merges 575.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 580.0 sec: 16 segments, 1 merges 580.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 585.1 sec: 16 segments, 1 merges 585.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 590.1 sec: 16 segments, 1 merges 590.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 595.1 sec: 16 segments, 1 merges 595.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 600.1 sec: 16 segments, 1 merges 600.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 605.1 sec: 16 segments, 1 merges 605.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 610.1 sec: 16 segments, 1 merges 610.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 615.1 sec: 16 segments, 1 merges 615.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 620.1 sec: 16 segments, 1 merges 620.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 625.1 sec: 16 segments, 1 merges 625.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 630.1 sec: 16 segments, 1 merges 630.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 635.1 sec: 16 segments, 1 merges 635.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 640.1 sec: 16 segments, 1 merges 640.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 645.0 sec: 16 segments, 1 merges 645.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 650.0 sec: 16 segments, 1 merges 650.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 655.0 sec: 16 segments, 1 merges 655.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 660.0 sec: 16 segments, 1 merges 660.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 665.0 sec: 16 segments, 1 merges 665.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 670.0 sec: 16 segments, 1 merges 670.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 675.0 sec: 16 segments, 1 merges 675.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 680.0 sec: 16 segments, 1 merges 680.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 685.0 sec: 16 segments, 1 merges 685.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 690.0 sec: 16 segments, 1 merges 690.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 695.0 sec: 16 segments, 1 merges 695.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 700.1 sec: 16 segments, 1 merges 700.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 705.1 sec: 16 segments, 1 merges 705.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 710.1 sec: 16 segments, 1 merges 710.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 715.1 sec: 16 segments, 1 merges 715.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 720.1 sec: 16 segments, 1 merges 720.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 725.1 sec: 16 segments, 1 merges 725.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 730.1 sec: 16 segments, 1 merges 730.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 735.1 sec: 16 segments, 1 merges 735.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 740.1 sec: 16 segments, 1 merges 740.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 745.1 sec: 16 segments, 1 merges 745.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 750.1 sec: 16 segments, 1 merges 750.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 755.0 sec: 16 segments, 1 merges 755.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 760.0 sec: 16 segments, 1 merges 760.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 765.0 sec: 16 segments, 1 merges 765.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 770.0 sec: 16 segments, 1 merges 770.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 775.0 sec: 16 segments, 1 merges 775.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 780.0 sec: 16 segments, 1 merges 780.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 785.0 sec: 16 segments, 1 merges 785.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 790.0 sec: 16 segments, 1 merges 790.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 795.0 sec: 16 segments, 1 merges 795.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 800.0 sec: 16 segments, 1 merges 800.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 805.0 sec: 16 segments, 1 merges 805.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 810.1 sec: 16 segments, 1 merges 810.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 815.1 sec: 16 segments, 1 merges 815.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 820.1 sec: 16 segments, 1 merges 820.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 825.1 sec: 16 segments, 1 merges 825.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 830.1 sec: 16 segments, 1 merges 830.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 835.1 sec: 16 segments, 1 merges 835.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 840.1 sec: 16 segments, 1 merges 840.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 845.1 sec: 16 segments, 1 merges 845.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 850.1 sec: 16 segments, 1 merges 850.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 855.1 sec: 16 segments, 1 merges 855.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 860.0 sec: 16 segments, 1 merges 860.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 865.0 sec: 16 segments, 1 merges 865.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 870.0 sec: 16 segments, 1 merges 870.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 875.0 sec: 16 segments, 1 merges 875.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 880.0 sec: 16 segments, 1 merges 880.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 885.0 sec: 16 segments, 1 merges 885.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 890.0 sec: 16 segments, 1 merges 890.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 895.0 sec: 16 segments, 1 merges 895.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 900.0 sec: 16 segments, 1 merges 900.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 905.0 sec: 16 segments, 1 merges 905.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 910.1 sec: 16 segments, 1 merges 910.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 915.1 sec: 16 segments, 1 merges 915.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 920.1 sec: 16 segments, 1 merges 920.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 925.1 sec: 16 segments, 1 merges 925.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 930.1 sec: 16 segments, 1 merges 930.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 935.1 sec: 16 segments, 1 merges 935.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 940.1 sec: 16 segments, 1 merges 940.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 945.1 sec: 16 segments, 1 merges 945.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 950.1 sec: 16 segments, 1 merges 950.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 955.1 sec: 16 segments, 1 merges 955.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 960.1 sec: 16 segments, 1 merges 960.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 965.0 sec: 16 segments, 1 merges 965.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 970.0 sec: 16 segments, 1 merges 970.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 975.0 sec: 16 segments, 1 merges 975.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 980.0 sec: 16 segments, 1 merges 980.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 985.0 sec: 16 segments, 1 merges 985.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 990.0 sec: 16 segments, 1 merges 990.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 995.0 sec: 16 segments, 1 merges 995.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1000.0 sec: 16 segments, 1 merges 1000.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1020.1 sec: 16 segments, 1 merges 1020.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1025.1 sec: 16 segments, 1 merges 1025.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1030.1 sec: 16 segments, 1 merges 1030.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1035.1 sec: 16 segments, 1 merges 1035.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1040.1 sec: 16 segments, 1 merges 1040.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1045.1 sec: 16 segments, 1 merges 1045.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1050.1 sec: 16 segments, 1 merges 1050.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1055.1 sec: 16 segments, 1 merges 1055.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1060.1 sec: 16 segments, 1 merges 1060.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1065.1 sec: 16 segments, 1 merges 1065.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1075.0 sec: 16 segments, 1 merges 1075.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1080.0 sec: 16 segments, 1 merges 1080.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1105.0 sec: 16 segments, 1 merges 1105.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1110.0 sec: 16 segments, 1 merges 1110.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1115.0 sec: 16 segments, 1 merges 1115.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1120.0 sec: 16 segments, 1 merges 1120.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1125.0 sec: 16 segments, 1 merges 1125.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1130.1 sec: 16 segments, 1 merges 1130.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1145.1 sec: 16 segments, 1 merges 1145.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1150.1 sec: 16 segments, 1 merges 1150.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1155.1 sec: 16 segments, 1 merges 1155.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1160.1 sec: 16 segments, 1 merges 1160.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1165.1 sec: 16 segments, 1 merges 1165.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1170.1 sec: 16 segments, 1 merges 1170.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1175.1 sec: 16 segments, 1 merges 1175.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1180.1 sec: 16 segments, 1 merges 1180.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1185.0 sec: 16 segments, 1 merges 1185.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1190.0 sec: 16 segments, 1 merges 1190.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1195.0 sec: 16 segments, 1 merges 1195.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1200.0 sec: 16 segments, 1 merges 1200.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1205.0 sec: 16 segments, 1 merges 1205.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1210.0 sec: 16 segments, 1 merges 1210.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1215.0 sec: 16 segments, 1 merges 1215.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1220.0 sec: 16 segments, 1 merges 1220.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1225.0 sec: 16 segments, 1 merges 1225.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1230.0 sec: 16 segments, 1 merges 1230.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1235.0 sec: 16 segments, 1 merges 1235.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1240.1 sec: 16 segments, 1 merges 1240.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1245.1 sec: 16 segments, 1 merges 1245.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1250.1 sec: 16 segments, 1 merges 1250.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1255.1 sec: 16 segments, 1 merges 1255.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1260.1 sec: 16 segments, 1 merges 1260.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1265.1 sec: 16 segments, 1 merges 1265.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1270.1 sec: 16 segments, 1 merges 1270.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1275.1 sec: 16 segments, 1 merges 1275.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1280.1 sec: 16 segments, 1 merges 1280.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1285.1 sec: 16 segments, 1 merges 1285.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1290.1 sec: 16 segments, 1 merges 1290.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1295.0 sec: 16 segments, 1 merges 1295.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1300.0 sec: 16 segments, 1 merges 1300.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1305.0 sec: 16 segments, 1 merges 1305.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1310.0 sec: 16 segments, 1 merges 1310.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1315.0 sec: 16 segments, 1 merges 1315.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1320.0 sec: 16 segments, 1 merges 1320.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1325.0 sec: 16 segments, 1 merges 1325.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1330.0 sec: 16 segments, 1 merges 1330.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1335.0 sec: 16 segments, 1 merges 1335.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1340.0 sec: 16 segments, 1 merges 1340.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1345.1 sec: 16 segments, 1 merges 1345.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1350.1 sec: 16 segments, 1 merges 1350.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1355.1 sec: 16 segments, 1 merges 1355.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1360.1 sec: 16 segments, 1 merges 1360.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1365.1 sec: 16 segments, 1 merges 1365.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1370.1 sec: 16 segments, 1 merges 1370.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1375.1 sec: 16 segments, 1 merges 1375.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1380.1 sec: 16 segments, 1 merges 1380.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1385.1 sec: 16 segments, 1 merges 1385.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1390.1 sec: 16 segments, 1 merges 1390.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1395.1 sec: 16 segments, 1 merges 1395.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1400.0 sec: 16 segments, 1 merges 1400.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1405.0 sec: 16 segments, 1 merges 1405.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1410.0 sec: 16 segments, 1 merges 1410.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1415.0 sec: 16 segments, 1 merges 1415.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1420.0 sec: 16 segments, 1 merges 1420.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1425.0 sec: 16 segments, 1 merges 1425.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1430.0 sec: 16 segments, 1 merges 1430.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1435.0 sec: 16 segments, 1 merges 1435.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1440.0 sec: 16 segments, 1 merges 1440.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1445.0 sec: 16 segments, 1 merges 1445.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1450.0 sec: 16 segments, 1 merges 1450.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1455.0 sec: 16 segments, 1 merges 1455.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1460.1 sec: 16 segments, 1 merges 1460.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1465.1 sec: 16 segments, 1 merges 1465.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1470.1 sec: 16 segments, 1 merges 1470.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1475.1 sec: 16 segments, 1 merges 1475.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1480.1 sec: 16 segments, 1 merges 1480.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1485.1 sec: 16 segments, 1 merges 1485.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1490.1 sec: 16 segments, 1 merges 1490.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1495.1 sec: 16 segments, 1 merges 1495.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1500.0 sec: 16 segments, 1 merges 1500.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1505.0 sec: 16 segments, 1 merges 1505.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1510.0 sec: 16 segments, 1 merges 1510.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1515.0 sec: 16 segments, 1 merges 1515.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1520.0 sec: 16 segments, 1 merges 1520.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1525.0 sec: 16 segments, 1 merges 1525.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1530.0 sec: 16 segments, 1 merges 1530.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1535.0 sec: 16 segments, 1 merges 1535.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1540.0 sec: 16 segments, 1 merges 1540.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1545.0 sec: 16 segments, 1 merges 1545.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1550.1 sec: 16 segments, 1 merges 1550.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1555.1 sec: 16 segments, 1 merges 1555.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1560.1 sec: 16 segments, 1 merges 1560.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1565.1 sec: 16 segments, 1 merges 1565.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1570.1 sec: 16 segments, 1 merges 1570.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1575.1 sec: 16 segments, 1 merges 1575.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1580.1 sec: 16 segments, 1 merges 1580.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1585.1 sec: 16 segments, 1 merges 1585.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1590.1 sec: 16 segments, 1 merges 1590.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1595.1 sec: 16 segments, 1 merges 1595.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1600.1 sec: 16 segments, 1 merges 1600.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1605.0 sec: 16 segments, 1 merges 1605.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1610.0 sec: 16 segments, 1 merges 1610.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1615.0 sec: 16 segments, 1 merges 1615.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1620.0 sec: 16 segments, 1 merges 1620.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1625.0 sec: 16 segments, 1 merges 1625.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1630.0 sec: 16 segments, 1 merges 1630.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1635.0 sec: 16 segments, 1 merges 1635.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1640.0 sec: 16 segments, 1 merges 1640.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1645.0 sec: 16 segments, 1 merges 1645.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1650.0 sec: 16 segments, 1 merges 1650.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1655.0 sec: 16 segments, 1 merges 1655.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1660.1 sec: 16 segments, 1 merges 1660.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1665.1 sec: 16 segments, 1 merges 1665.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1670.1 sec: 16 segments, 1 merges 1670.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1675.1 sec: 16 segments, 1 merges 1675.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1680.1 sec: 16 segments, 1 merges 1680.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1685.1 sec: 16 segments, 1 merges 1685.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1690.1 sec: 16 segments, 1 merges 1690.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1695.1 sec: 16 segments, 1 merges 1695.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1700.1 sec: 16 segments, 1 merges 1700.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1705.1 sec: 16 segments, 1 merges 1705.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1710.1 sec: 16 segments, 1 merges 1710.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1715.1 sec: 16 segments, 1 merges 1715.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1720.0 sec: 16 segments, 1 merges 1720.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1725.0 sec: 16 segments, 1 merges 1725.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1730.0 sec: 16 segments, 1 merges 1730.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1735.0 sec: 16 segments, 1 merges 1735.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1740.0 sec: 16 segments, 1 merges 1740.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1745.0 sec: 16 segments, 1 merges 1745.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1750.0 sec: 16 segments, 1 merges 1750.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1755.0 sec: 16 segments, 1 merges 1755.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1760.0 sec: 16 segments, 1 merges 1760.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1765.0 sec: 16 segments, 1 merges 1765.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1770.0 sec: 16 segments, 1 merges 1770.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1775.0 sec: 16 segments, 1 merges 1775.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1780.1 sec: 16 segments, 1 merges 1780.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1785.1 sec: 16 segments, 1 merges 1785.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1790.1 sec: 16 segments, 1 merges 1790.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1795.1 sec: 16 segments, 1 merges 1795.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1800.1 sec: 16 segments, 1 merges 1800.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1805.1 sec: 16 segments, 1 merges 1805.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1810.1 sec: 16 segments, 1 merges 1810.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1815.1 sec: 16 segments, 1 merges 1815.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1820.1 sec: 16 segments, 1 merges 1820.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1825.1 sec: 16 segments, 1 merges 1825.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1830.1 sec: 16 segments, 1 merges 1830.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1835.1 sec: 16 segments, 1 merges 1835.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1840.0 sec: 16 segments, 1 merges 1840.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1845.0 sec: 16 segments, 1 merges 1845.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1850.0 sec: 16 segments, 1 merges 1850.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1855.0 sec: 16 segments, 1 merges 1855.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1860.0 sec: 16 segments, 1 merges 1860.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1865.0 sec: 16 segments, 1 merges 1865.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1870.0 sec: 16 segments, 1 merges 1870.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1875.0 sec: 16 segments, 1 merges 1875.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1880.0 sec: 16 segments, 1 merges 1880.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1885.0 sec: 16 segments, 1 merges 1885.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1890.0 sec: 16 segments, 1 merges 1890.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1895.0 sec: 16 segments, 1 merges 1895.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1900.1 sec: 16 segments, 1 merges 1900.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1905.1 sec: 16 segments, 1 merges 1905.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1910.1 sec: 16 segments, 1 merges 1910.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1915.1 sec: 16 segments, 1 merges 1915.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1920.1 sec: 16 segments, 1 merges 1920.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1925.1 sec: 16 segments, 1 merges 1925.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1930.1 sec: 16 segments, 1 merges 1930.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1935.1 sec: 16 segments, 1 merges 1935.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1940.1 sec: 16 segments, 1 merges 1940.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1945.1 sec: 16 segments, 1 merges 1945.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1950.1 sec: 16 segments, 1 merges 1950.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1955.1 sec: 16 segments, 1 merges 1955.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1960.0 sec: 16 segments, 1 merges 1960.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1965.0 sec: 16 segments, 1 merges 1965.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1970.0 sec: 16 segments, 1 merges 1970.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1975.0 sec: 16 segments, 1 merges 1975.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1980.0 sec: 16 segments, 1 merges 1980.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1985.0 sec: 16 segments, 1 merges 1985.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1990.0 sec: 16 segments, 1 merges 1990.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 1995.0 sec: 16 segments, 1 merges 1995.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2000.0 sec: 16 segments, 1 merges 2000.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2005.0 sec: 16 segments, 1 merges 2005.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2010.0 sec: 16 segments, 1 merges 2010.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2015.1 sec: 16 segments, 1 merges 2015.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2020.1 sec: 16 segments, 1 merges 2020.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2025.1 sec: 16 segments, 1 merges 2025.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2030.1 sec: 16 segments, 1 merges 2030.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2035.1 sec: 16 segments, 1 merges 2035.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2040.1 sec: 16 segments, 1 merges 2040.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2045.1 sec: 16 segments, 1 merges 2045.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2050.1 sec: 16 segments, 1 merges 2050.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2055.1 sec: 16 segments, 1 merges 2055.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2060.0 sec: 16 segments, 1 merges 2060.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2065.0 sec: 16 segments, 1 merges 2065.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2070.0 sec: 16 segments, 1 merges 2070.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2075.0 sec: 16 segments, 1 merges 2075.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2080.0 sec: 16 segments, 1 merges 2080.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2085.0 sec: 16 segments, 1 merges 2085.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2090.0 sec: 16 segments, 1 merges 2090.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2095.0 sec: 16 segments, 1 merges 2095.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2100.0 sec: 16 segments, 1 merges 2100.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2105.0 sec: 16 segments, 1 merges 2105.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2110.0 sec: 16 segments, 1 merges 2110.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2115.0 sec: 16 segments, 1 merges 2115.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2120.1 sec: 16 segments, 1 merges 2120.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2125.1 sec: 16 segments, 1 merges 2125.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2130.1 sec: 16 segments, 1 merges 2130.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2135.1 sec: 16 segments, 1 merges 2135.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2140.1 sec: 16 segments, 1 merges 2140.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2145.1 sec: 16 segments, 1 merges 2145.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2150.1 sec: 16 segments, 1 merges 2150.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2155.1 sec: 16 segments, 1 merges 2155.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2160.1 sec: 16 segments, 1 merges 2160.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2165.1 sec: 16 segments, 1 merges 2165.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2170.1 sec: 16 segments, 1 merges 2170.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2175.0 sec: 16 segments, 1 merges 2175.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2180.0 sec: 16 segments, 1 merges 2180.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2185.0 sec: 16 segments, 1 merges 2185.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2190.0 sec: 16 segments, 1 merges 2190.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2195.0 sec: 16 segments, 1 merges 2195.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2200.0 sec: 16 segments, 1 merges 2200.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2205.0 sec: 16 segments, 1 merges 2205.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2210.0 sec: 16 segments, 1 merges 2210.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2215.0 sec: 16 segments, 1 merges 2215.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2220.0 sec: 16 segments, 1 merges 2220.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2225.0 sec: 16 segments, 1 merges 2225.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2230.1 sec: 16 segments, 1 merges 2230.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2235.1 sec: 16 segments, 1 merges 2235.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2240.1 sec: 16 segments, 1 merges 2240.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2245.1 sec: 16 segments, 1 merges 2245.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2250.1 sec: 16 segments, 1 merges 2250.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2255.1 sec: 16 segments, 1 merges 2255.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2260.1 sec: 16 segments, 1 merges 2260.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2265.1 sec: 16 segments, 1 merges 2265.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2270.1 sec: 16 segments, 1 merges 2270.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2275.1 sec: 16 segments, 1 merges 2275.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2280.1 sec: 16 segments, 1 merges 2280.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2285.1 sec: 16 segments, 1 merges 2285.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2290.1 sec: 16 segments, 1 merges 2290.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2295.0 sec: 16 segments, 1 merges 2295.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2300.0 sec: 16 segments, 1 merges 2300.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2305.0 sec: 16 segments, 1 merges 2305.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2310.0 sec: 16 segments, 1 merges 2310.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2315.0 sec: 16 segments, 1 merges 2315.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2320.0 sec: 16 segments, 1 merges 2320.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2325.0 sec: 16 segments, 1 merges 2325.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2330.0 sec: 16 segments, 1 merges 2330.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2335.0 sec: 16 segments, 1 merges 2335.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2340.0 sec: 16 segments, 1 merges 2340.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2345.0 sec: 16 segments, 1 merges 2345.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2350.0 sec: 16 segments, 1 merges 2350.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2355.1 sec: 16 segments, 1 merges 2355.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2360.1 sec: 16 segments, 1 merges 2360.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2365.1 sec: 16 segments, 1 merges 2365.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2370.1 sec: 16 segments, 1 merges 2370.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2375.1 sec: 16 segments, 1 merges 2375.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2380.1 sec: 16 segments, 1 merges 2380.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2385.1 sec: 16 segments, 1 merges 2385.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2390.1 sec: 16 segments, 1 merges 2390.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2395.1 sec: 16 segments, 1 merges 2395.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2400.1 sec: 16 segments, 1 merges 2400.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2405.1 sec: 16 segments, 1 merges 2405.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2410.1 sec: 16 segments, 1 merges 2410.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2415.1 sec: 16 segments, 1 merges 2415.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2420.0 sec: 16 segments, 1 merges 2420.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2425.0 sec: 16 segments, 1 merges 2425.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2430.0 sec: 16 segments, 1 merges 2430.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2435.0 sec: 16 segments, 1 merges 2435.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2440.0 sec: 16 segments, 1 merges 2440.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2445.0 sec: 16 segments, 1 merges 2445.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2450.0 sec: 16 segments, 1 merges 2450.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2455.0 sec: 16 segments, 1 merges 2455.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2460.0 sec: 16 segments, 1 merges 2460.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2465.0 sec: 16 segments, 1 merges 2465.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2470.0 sec: 16 segments, 1 merges 2470.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2475.0 sec: 16 segments, 1 merges 2475.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2480.1 sec: 16 segments, 1 merges 2480.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2485.1 sec: 16 segments, 1 merges 2485.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2490.1 sec: 16 segments, 1 merges 2490.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2495.1 sec: 16 segments, 1 merges 2495.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2500.1 sec: 16 segments, 1 merges 2500.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2505.1 sec: 16 segments, 1 merges 2505.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2510.1 sec: 16 segments, 1 merges 2510.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2515.1 sec: 16 segments, 1 merges 2515.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2520.1 sec: 16 segments, 1 merges 2520.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2525.1 sec: 16 segments, 1 merges 2525.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2530.0 sec: 16 segments, 1 merges 2530.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2535.0 sec: 16 segments, 1 merges 2535.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2540.0 sec: 16 segments, 1 merges 2540.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2545.0 sec: 16 segments, 1 merges 2545.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2550.0 sec: 16 segments, 1 merges 2550.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2555.0 sec: 16 segments, 1 merges 2555.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2560.0 sec: 16 segments, 1 merges 2560.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2565.0 sec: 16 segments, 1 merges 2565.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2570.0 sec: 16 segments, 1 merges 2570.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2575.0 sec: 16 segments, 1 merges 2575.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2580.0 sec: 16 segments, 1 merges 2580.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2585.0 sec: 16 segments, 1 merges 2585.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2590.1 sec: 16 segments, 1 merges 2590.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2595.1 sec: 16 segments, 1 merges 2595.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2600.1 sec: 16 segments, 1 merges 2600.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2605.1 sec: 16 segments, 1 merges 2605.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2610.1 sec: 16 segments, 1 merges 2610.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2615.1 sec: 16 segments, 1 merges 2615.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2620.1 sec: 16 segments, 1 merges 2620.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2625.1 sec: 16 segments, 1 merges 2625.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2630.1 sec: 16 segments, 1 merges 2630.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2635.1 sec: 16 segments, 1 merges 2635.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2640.1 sec: 16 segments, 1 merges 2640.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2645.1 sec: 16 segments, 1 merges 2645.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2650.0 sec: 16 segments, 1 merges 2650.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2655.0 sec: 16 segments, 1 merges 2655.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2660.0 sec: 16 segments, 1 merges 2660.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2665.0 sec: 16 segments, 1 merges 2665.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2670.0 sec: 16 segments, 1 merges 2670.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2675.0 sec: 16 segments, 1 merges 2675.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2680.0 sec: 16 segments, 1 merges 2680.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2685.0 sec: 16 segments, 1 merges 2685.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2690.0 sec: 16 segments, 1 merges 2690.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2695.0 sec: 16 segments, 1 merges 2695.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2700.0 sec: 16 segments, 1 merges 2700.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2705.0 sec: 16 segments, 1 merges 2705.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2710.0 sec: 16 segments, 1 merges 2710.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2715.1 sec: 16 segments, 1 merges 2715.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2720.1 sec: 16 segments, 1 merges 2720.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2725.1 sec: 16 segments, 1 merges 2725.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2730.1 sec: 16 segments, 1 merges 2730.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2735.1 sec: 16 segments, 1 merges 2735.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2740.1 sec: 16 segments, 1 merges 2740.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2745.1 sec: 16 segments, 1 merges 2745.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2750.1 sec: 16 segments, 1 merges 2750.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2755.1 sec: 16 segments, 1 merges 2755.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2760.1 sec: 16 segments, 1 merges 2760.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2765.1 sec: 16 segments, 1 merges 2765.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2770.1 sec: 16 segments, 1 merges 2770.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2775.0 sec: 16 segments, 1 merges 2775.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2780.0 sec: 16 segments, 1 merges 2780.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2785.0 sec: 16 segments, 1 merges 2785.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2790.0 sec: 16 segments, 1 merges 2790.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2795.0 sec: 16 segments, 1 merges 2795.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2800.0 sec: 16 segments, 1 merges 2800.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2805.1 sec: 16 segments, 1 merges 2805.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2810.1 sec: 16 segments, 1 merges 2810.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2815.1 sec: 16 segments, 1 merges 2815.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2820.1 sec: 16 segments, 1 merges 2820.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2825.1 sec: 16 segments, 1 merges 2825.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2830.1 sec: 16 segments, 1 merges 2830.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2835.0 sec: 16 segments, 1 merges 2835.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2840.0 sec: 16 segments, 1 merges 2840.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2845.0 sec: 16 segments, 1 merges 2845.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2850.0 sec: 16 segments, 1 merges 2850.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2855.0 sec: 16 segments, 1 merges 2855.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2860.1 sec: 16 segments, 1 merges 2860.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2865.1 sec: 16 segments, 1 merges 2865.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2870.1 sec: 16 segments, 1 merges 2870.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2875.1 sec: 16 segments, 1 merges 2875.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2880.1 sec: 16 segments, 1 merges 2880.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2885.1 sec: 16 segments, 1 merges 2885.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2890.0 sec: 16 segments, 1 merges 2890.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2895.0 sec: 16 segments, 1 merges 2895.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2900.0 sec: 16 segments, 1 merges 2900.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2905.1 sec: 16 segments, 1 merges 2905.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2910.1 sec: 16 segments, 1 merges 2910.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2915.1 sec: 16 segments, 1 merges 2915.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2920.0 sec: 16 segments, 1 merges 2920.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2925.0 sec: 16 segments, 1 merges 2925.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2930.0 sec: 16 segments, 1 merges 2930.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2935.0 sec: 16 segments, 1 merges 2935.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2940.0 sec: 16 segments, 1 merges 2940.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2945.0 sec: 16 segments, 1 merges 2945.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2950.0 sec: 16 segments, 1 merges 2950.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2955.0 sec: 16 segments, 1 merges 2955.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2960.0 sec: 16 segments, 1 merges 2960.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2965.0 sec: 16 segments, 1 merges 2965.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2970.0 sec: 16 segments, 1 merges 2970.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2975.0 sec: 16 segments, 1 merges 2975.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2980.0 sec: 16 segments, 1 merges 2980.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2985.1 sec: 16 segments, 1 merges 2985.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2990.1 sec: 16 segments, 1 merges 2990.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 2995.1 sec: 16 segments, 1 merges 2995.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3000.1 sec: 16 segments, 1 merges 3000.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3005.1 sec: 16 segments, 1 merges 3005.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3010.1 sec: 16 segments, 1 merges 3010.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3015.1 sec: 16 segments, 1 merges 3015.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3020.1 sec: 16 segments, 1 merges 3020.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3025.1 sec: 16 segments, 1 merges 3025.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3030.1 sec: 16 segments, 1 merges 3030.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3035.1 sec: 16 segments, 1 merges 3035.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3040.1 sec: 16 segments, 1 merges 3040.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3045.0 sec: 16 segments, 1 merges 3045.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3050.0 sec: 16 segments, 1 merges 3050.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3055.0 sec: 16 segments, 1 merges 3055.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3060.0 sec: 16 segments, 1 merges 3060.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3065.0 sec: 16 segments, 1 merges 3065.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3070.0 sec: 16 segments, 1 merges 3070.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3075.0 sec: 16 segments, 1 merges 3075.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3080.0 sec: 16 segments, 1 merges 3080.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3085.0 sec: 16 segments, 1 merges 3085.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3090.0 sec: 16 segments, 1 merges 3090.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3095.0 sec: 16 segments, 1 merges 3095.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3100.0 sec: 16 segments, 1 merges 3100.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3105.0 sec: 16 segments, 1 merges 3105.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3110.1 sec: 16 segments, 1 merges 3110.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3115.1 sec: 16 segments, 1 merges 3115.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3120.1 sec: 16 segments, 1 merges 3120.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3125.1 sec: 16 segments, 1 merges 3125.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3130.1 sec: 16 segments, 1 merges 3130.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3135.1 sec: 16 segments, 1 merges 3135.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3140.1 sec: 16 segments, 1 merges 3140.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3145.1 sec: 16 segments, 1 merges 3145.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3150.1 sec: 16 segments, 1 merges 3150.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3155.1 sec: 16 segments, 1 merges 3155.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3160.1 sec: 16 segments, 1 merges 3160.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3165.1 sec: 16 segments, 1 merges 3165.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3170.1 sec: 16 segments, 1 merges 3170.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3175.0 sec: 16 segments, 1 merges 3175.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3180.0 sec: 16 segments, 1 merges 3180.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3185.0 sec: 16 segments, 1 merges 3185.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3190.0 sec: 16 segments, 1 merges 3190.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3195.0 sec: 16 segments, 1 merges 3195.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3200.0 sec: 16 segments, 1 merges 3200.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3205.0 sec: 16 segments, 1 merges 3205.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3210.0 sec: 16 segments, 1 merges 3210.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3215.0 sec: 16 segments, 1 merges 3215.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3220.0 sec: 16 segments, 1 merges 3220.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3225.0 sec: 16 segments, 1 merges 3225.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3230.0 sec: 16 segments, 1 merges 3230.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3235.1 sec: 16 segments, 1 merges 3235.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3240.1 sec: 16 segments, 1 merges 3240.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3245.1 sec: 16 segments, 1 merges 3245.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3250.1 sec: 16 segments, 1 merges 3250.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3255.1 sec: 16 segments, 1 merges 3255.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3260.1 sec: 16 segments, 1 merges 3260.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3265.1 sec: 16 segments, 1 merges 3265.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3270.1 sec: 16 segments, 1 merges 3270.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3275.1 sec: 16 segments, 1 merges 3275.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3280.1 sec: 16 segments, 1 merges 3280.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3285.1 sec: 16 segments, 1 merges 3285.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3290.0 sec: 16 segments, 1 merges 3290.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3295.0 sec: 16 segments, 1 merges 3295.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3300.0 sec: 16 segments, 1 merges 3300.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3305.0 sec: 16 segments, 1 merges 3305.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3310.0 sec: 16 segments, 1 merges 3310.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3315.1 sec: 16 segments, 1 merges 3315.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3320.1 sec: 16 segments, 1 merges 3320.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3325.1 sec: 16 segments, 1 merges 3325.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3330.1 sec: 16 segments, 1 merges 3330.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3335.1 sec: 16 segments, 1 merges 3335.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3340.1 sec: 16 segments, 1 merges 3340.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3345.1 sec: 16 segments, 1 merges 3345.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3350.0 sec: 16 segments, 1 merges 3350.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3355.0 sec: 16 segments, 1 merges 3355.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3360.0 sec: 16 segments, 1 merges 3360.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3365.0 sec: 16 segments, 1 merges 3365.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3370.0 sec: 16 segments, 1 merges 3370.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3375.0 sec: 16 segments, 1 merges 3375.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3380.0 sec: 16 segments, 1 merges 3380.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3385.0 sec: 16 segments, 1 merges 3385.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3390.0 sec: 16 segments, 1 merges 3390.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3395.0 sec: 16 segments, 1 merges 3395.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3400.0 sec: 16 segments, 1 merges 3400.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3405.1 sec: 16 segments, 1 merges 3405.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3410.1 sec: 16 segments, 1 merges 3410.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3415.1 sec: 16 segments, 1 merges 3415.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3420.1 sec: 16 segments, 1 merges 3420.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3425.1 sec: 16 segments, 1 merges 3425.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3430.1 sec: 16 segments, 1 merges 3430.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3435.1 sec: 16 segments, 1 merges 3435.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3440.1 sec: 16 segments, 1 merges 3440.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3445.1 sec: 16 segments, 1 merges 3445.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3450.1 sec: 16 segments, 1 merges 3450.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3455.1 sec: 16 segments, 1 merges 3455.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3460.0 sec: 16 segments, 1 merges 3460.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3465.0 sec: 16 segments, 1 merges 3465.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3470.0 sec: 16 segments, 1 merges 3470.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3475.0 sec: 16 segments, 1 merges 3475.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3480.0 sec: 16 segments, 1 merges 3480.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3485.0 sec: 16 segments, 1 merges 3485.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3490.0 sec: 16 segments, 1 merges 3490.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3495.0 sec: 16 segments, 1 merges 3495.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3500.0 sec: 16 segments, 1 merges 3500.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3505.0 sec: 16 segments, 1 merges 3505.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3510.1 sec: 16 segments, 1 merges 3510.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3515.1 sec: 16 segments, 1 merges 3515.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3520.1 sec: 16 segments, 1 merges 3520.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3525.1 sec: 16 segments, 1 merges 3525.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3530.1 sec: 16 segments, 1 merges 3530.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3535.1 sec: 16 segments, 1 merges 3535.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3540.1 sec: 16 segments, 1 merges 3540.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3545.1 sec: 16 segments, 1 merges 3545.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3550.1 sec: 16 segments, 1 merges 3550.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3555.1 sec: 16 segments, 1 merges 3555.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3560.1 sec: 16 segments, 1 merges 3560.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3565.0 sec: 16 segments, 1 merges 3565.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3570.0 sec: 16 segments, 1 merges 3570.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3575.0 sec: 16 segments, 1 merges 3575.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3580.0 sec: 16 segments, 1 merges 3580.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3585.0 sec: 16 segments, 1 merges 3585.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3590.0 sec: 16 segments, 1 merges 3590.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3595.0 sec: 16 segments, 1 merges 3595.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3600.0 sec: 16 segments, 1 merges 3600.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3605.0 sec: 16 segments, 1 merges 3605.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3610.0 sec: 16 segments, 1 merges 3610.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3615.0 sec: 16 segments, 1 merges 3615.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3620.1 sec: 16 segments, 1 merges 3620.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3625.1 sec: 16 segments, 1 merges 3625.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3630.1 sec: 16 segments, 1 merges 3630.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3635.1 sec: 16 segments, 1 merges 3635.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3640.1 sec: 16 segments, 1 merges 3640.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3645.1 sec: 16 segments, 1 merges 3645.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3650.1 sec: 16 segments, 1 merges 3650.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3655.1 sec: 16 segments, 1 merges 3655.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3660.1 sec: 16 segments, 1 merges 3660.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3665.1 sec: 16 segments, 1 merges 3665.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3670.1 sec: 16 segments, 1 merges 3670.1s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3675.0 sec: 16 segments, 1 merges 3675.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3680.0 sec: 16 segments, 1 merges 3680.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3685.0 sec: 16 segments, 1 merges 3685.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3690.0 sec: 16 segments, 1 merges 3690.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB 3695.0 sec: 16 segments, 1 merges 3695.0s _1fo: 16 segs, 8000.0 K docs, 32015.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3702.31 sec index has 1 segments: segments_3: _1fo(11.0.0):C8000000 _1fo: 32156.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.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=50117717915 cpu@end=53248353184 deltaMS=3130.635269 thread 14 name=Reference Handler cpu@start=2187583 cpu@end=2187583 deltaMS=0.0 thread 15 name=Finalizer cpu@start=150818 cpu@end=150818 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=91298 cpu@end=91298 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=43935453 cpu@end=43935453 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=65651420026 cpu@end=65651794232 deltaMS=0.374206 thread 42 name=JFR Periodic Tasks cpu@start=636835731272 cpu@end=636986101840 deltaMS=150.370568 thread 45 name=Notification Thread cpu@start=103398 cpu@end=103398 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=8788378259445 cpu@end=8788378259445 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=8785100755527 cpu@end=8785100755527 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=8788102271836 cpu@end=8788102271836 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=8785582725561 cpu@end=8785582725561 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=8792964274775 cpu@end=8792964274775 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=8791838334307 cpu@end=8791838334307 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=8789105393467 cpu@end=8789105393467 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=8794549726989 cpu@end=8794549726989 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=8787446670372 cpu@end=8787446670372 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=8793172246396 cpu@end=8793172246396 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=8789325803349 cpu@end=8789325803349 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=8796583118282 cpu@end=8796583118282 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=8790868379906 cpu@end=8790868379906 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=8785722547131 cpu@end=8785722547131 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=8795692378608 cpu@end=8795692378608 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=8786163122304 cpu@end=8786163122304 deltaMS=0.0 Average CPU cores used: 1.0458785082471886 completed 1000 searches in 3137 ms: 318 QPS CPU time=3280 ms checking results SUMMARY: 0.944 3.137 3.280 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5669 3523.72 2270.33 3702.31 1 32156.14 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=227, Fanout min=5, mean=15.36, max=32, meandelta=420176.25 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 18 20 23 32 Graph level=2 size=7615, Fanout min=6, mean=27.42, max=32, meandelta=267042.28 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=1 size=247152, Fanout min=1, mean=28.32, max=32, meandelta=258377.53 % 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=194592.39 % 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=227, connectedness=1.00 Graph level=2 size=7615, connectedness=1.00 Graph level=1 size=247152, 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.11.10.20.55/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': 257,739,216.94 msec task-clock:u 979,246,808,517,404 cycles:u (36.36%) 84,374,177,855,514 instructions:u (36.36%) 13,527,582,043,973 cache-references:u (36.36%) 3,793,629,137,743 cache-misses:u (36.36%) 52,999,632,555,514 L1-dcache-loads:u (36.36%) 3,622,512,417,900 L1-dcache-load-misses:u (36.36%) 4,200,088,596,102 L1-icache-loads:u (36.36%) 48,895,382,345 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 51,662,986 faults:u 23,743,098 minor-faults:u 6,250 major-faults:u 10,869,342,080,181 branches:u (36.36%) 115,208,084,261 branch-misses:u (36.36%) 12,658,805,232,545 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8984.500620432 seconds time elapsed 256208.361787000 seconds user 1481.286347000 seconds sys took 2:29:44.527268 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='29af85188d5c4415f42e0e56f484819264bff070', 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.137, net_cpu_ms=3.28, 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=5669, index_time_sec=3523.72, index_docs_per_sec=2270.33, force_merge_time_sec=3702.31, index_num_segments=1, index_size_on_disk_mb=32156.14, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (227, {0: 0, 10: 9, 20: 11, 30: 12, 40: 13, 50: 14, 60: 16, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7615, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247152, {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=8984, microseconds=527268)) Profiler summary for /l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 167 Start: 2026-05-11 21:34:41 (UTC) Duration: 5709 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 107347660 1917589471 jdk.FileWrite 6723308 165383236 jdk.FileRead 320103 7572314 jdk.CPULoad 106718 2220093 jdk.BooleanFlag 82832 2681435 jdk.ObjectAllocationInNewTLAB 24149 489395 jdk.Checkpoint 14750 22116528 jdk.UnsignedIntFlag 8016 277826 jdk.IntFlag 7348 273517 jdk.StringFlag 5678 224585 jdk.ObjectAllocationOutsideTLAB 1099 20616 jdk.Compilation 1018 27959 jdk.CPUInformation 167 250951 jdk.GCConfiguration 167 4459 jdk.JVMInformation 167 151753 jdk.Metadata 167 18458126 jdk.GarbageCollection 24 598 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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107347659 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 50.12% 53M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 39.09% 41M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 3.10% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.90% 2M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.01% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.78% 836384 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.77% 823246 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.70% 754221 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 276637 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.25% 270662 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.19% 204077 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 190963 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] 0.14% 152644 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.12% 133070 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.12% 127110 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.12% 126064 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.11% 117651 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.10% 108518 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.09% 92092 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 85592 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.07% 74602 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.04% 46610 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.04% 43869 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 42925 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.03% 34336 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 26840 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 24905 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 22435 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 21960 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.02% 20745 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20470 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 19914 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [Inlined code] 0.02% 18707 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 17698 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16880 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.01% 15558 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.01% 15545 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 14419 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.01% 12405 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.01% 11799 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11762 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.01% 11403 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 11305 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11138 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.01% 10777 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 10393 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 10301 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 9801 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 9374 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 8362 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107347659 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 49.94% 53M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 36.49% 39M 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] 3.10% 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] 2.60% 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] 1.64% 1M 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.78% 836381 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.72% 772247 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.70% 754221 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.62% 660551 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 [Inlined code] 0.33% 349331 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 [Inlined code] 0.26% 276617 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.25% 270373 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.25% 270072 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.18% 191017 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.17% 182282 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.14% 150173 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.12% 126728 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.12% 126490 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 105836 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% 98059 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 91327 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.08% 85591 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] 0.07% 76858 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 [JIT compiled code] 0.06% 64696 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 64184 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.05% 58131 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% 47580 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% 46599 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.04% 43869 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 42925 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.04% 42730 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 31990 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 29420 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 26651 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.02% 26532 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 26308 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% 23731 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% 22802 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 20469 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 19914 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 19317 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.02% 16880 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] 0.01% 15545 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.01% 14419 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.01% 13043 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.01% 12665 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.01% 12405 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 12090 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% 11799 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 11451 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.0x0000000027172db8#accept() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():59 [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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107347659 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.93% 36M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 27.10% 29M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 18.82% 20M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 2.19% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 1.46% 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 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 1.34% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 1.31% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 1.04% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.94% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.67% 721855 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.64% 692300 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.61% 655525 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.58% 617636 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.47% 509366 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.45% 480348 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.45% 479041 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.40% 426795 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.40% 424069 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.37% 400619 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] 0.34% 360529 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.33% 352160 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.32% 346248 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.32% 339098 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.30% 324333 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.30% 323196 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] 0.25% 267888 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.0x000000002707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.24% 262693 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.24% 259489 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 0.18% 194189 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 0.17% 184386 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.15% 157580 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.12% 130653 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 0.12% 126151 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.10% 109063 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.10% 105692 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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% 104645 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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% 104583 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.09% 97600 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.08% 85879 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 84380 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.08% 80647 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.07% 77008 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] 0.07% 76852 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.07% 71725 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 68802 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.06% 67210 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 66577 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 65641 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 64184 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 63382 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25237 events (total: 203444M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 31.23% 63539M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.46% 53839M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.00% 52894M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.51% 7135M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.86% 5811M java.util.Arrays#copyOf():3478 [Inlined code] 2.57% 5235M java.lang.Integer#valueOf():1006 [Inlined code] 1.17% 2389M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.84% 1701M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.75% 1516M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.74% 1508M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 1288M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.39% 783M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.34% 700M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.34% 686M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.21% 420M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 371M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 304M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 291M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.12% 237M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 188M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 183M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 166M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 164M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.08% 160M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 156M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():615 [JIT compiled code] 0.07% 149M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 148M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 99M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 97M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 94M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.05% 92M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 78M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 77M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 76M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 74M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 71M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 62M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.03% 59M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.03% 59M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 56M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.03% 55M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.03% 52M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 49M java.util.ArrayList#grow():240 [Inlined code] 0.02% 49M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.02% 38M java.util.List#of():935 [Inlined code] 0.01% 29M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.01% 23M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.01% 16M knn.IndexerThread#_run():125 [JIT compiled code] 0.01% 16M java.util.HashMap#newNode():1910 [Inlined code] 0.01% 15M java.util.HashMap#resize():711 [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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25237 events (total: 203444M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.21% 45176M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.56% 43855M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 39060M 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] 12.03% 24478M 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.44% 9031M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.23% 8608M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.51% 7135M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.85% 5796M 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.57% 5219M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.17% 2389M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.84% 1701M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.63% 1288M 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.42% 854M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.38% 768M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 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] 0.33% 679M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.31% 635M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 536M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.20% 404M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.17% 346M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.15% 304M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 298M 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.13% 272M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.13% 271M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 183M 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.08% 166M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 156M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():615 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#document():663 [JIT compiled code] at org.apache.lucene.index.CodecReader$1#document():101 [Inlined code] 0.08% 153M 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% 149M 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% 148M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [Interpreted code] 0.07% 148M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.07% 146M 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% 125M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 121M 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% 116M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.05% 111M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.05% 104M 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.05% 99M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.05% 97M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.05% 94M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.05% 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% 78M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [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.04% 76M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():168 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():64 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 74M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 73M 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.03% 71M 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.03% 62M 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.03% 59M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.03% 59M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 55M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [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.11.10.20.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.11.10.20.55/bench-knn-q32-fmTrue.jfr is 2038.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 25237 events (total: 203444M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.17% 38996M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 8.59% 17473M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 8.53% 17363M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 8.02% 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] 6.37% 12951M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Interpreted code] 6.25% 12717M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Interpreted code] 4.39% 8930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [JIT compiled code] 4.26% 8660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [JIT compiled code] 4.01% 8157M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.85% 5796M 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.57% 5219M 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.48% 3005M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.44% 2920M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.08% 2202M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 2180M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.01% 2054M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.98% 2001M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.98% 1992M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.98% 1985M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.95% 1924M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.92% 1870M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.77% 1571M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.72% 1471M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.69% 1405M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.68% 1377M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.63% 1288M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.55% 1121M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.50% 1027M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] 0.50% 1024M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.49% 999M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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% 961M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.44% 902M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.38% 775M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.33% 665M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Interpreted code] 0.32% 653M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [JIT compiled code] 0.28% 571M 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% 548M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.24% 497M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.16% 331M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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% 301M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 300M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.14% 287M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 262M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 260M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.13% 258M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.12% 246M 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] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():486 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$$Lambda.0x0000000027199528#run() [Inlined code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():144 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000271970e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.12% 241M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 229M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 221M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#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.0x000000002719d000#run() [JIT compiled code] 0.11% 216M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002719fa90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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 881.50 9075.43 0.00 19 36035.17 0.898 14.066 14.727 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 968.56 8259.69 1106.94 1 36186.04 0.881 2.334 2.439 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1436.35 5569.66 0.00 17 39946.65 0.955 13.456 14.086 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1463.24 5467.30 1126.95 1 40090.81 0.929 2.522 2.636 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3030.25 2640.05 0.00 14 32015.66 0.975 11.689 12.247 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3523.72 2270.33 3702.31 1 32156.14 0.944 3.137 3.280 1.046 saving all results to /l/logs.nightly/2026.05.11.10.20.55/knn_results.pk done! took 28821.2 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-11 19:36:53.474526] now generate KNN nightly charts [2026-05-11 19:36:57.516480] 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=3404927 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-11 23:36:57 (UTC) Duration: 137 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 3999808 70387367 jdk.FileWrite 3996039 83594776 jdk.FileRead 796349 18961770 jdk.ObjectAllocationInNewTLAB 114618 2203794 jdk.ObjectAllocationOutsideTLAB 37332 649628 jdk.BooleanFlag 11072 350892 jdk.Compilation 6208 159987 jdk.CPULoad 2455 48493 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 869 26016799 jdk.StringFlag 720 26887 jdk.GarbageCollection 44 1044 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3999808 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.33% 373069 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.14% 205555 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.13% 205263 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.49% 179397 java.lang.Character#codePointAt():9662 [Inlined code] 3.74% 149620 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.73% 149238 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 3.55% 142081 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.67% 106747 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.66% 106535 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.53% 101265 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.71% 68569 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.52% 60862 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.48% 59076 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.39% 55485 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 52182 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.15% 45864 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.08% 43008 java.lang.Character#toChars():9872 [Inlined code] 1.06% 42236 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.99% 39563 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.98% 39237 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.98% 39213 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.85% 34064 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.79% 31411 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.74% 29690 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.72% 28687 java.lang.ThreadLocal#get():171 [Inlined code] 0.70% 27800 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.64% 25570 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.54% 21776 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.53% 21102 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.52% 20976 java.lang.Character#codePointAt():9665 [Inlined code] 0.51% 20231 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.49% 19417 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.48% 19314 java.lang.Character#toLowerCase():11251 [Inlined code] 0.47% 18841 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.47% 18779 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.47% 18763 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.46% 18259 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.45% 18152 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.41% 16247 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.40% 16167 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.40% 16088 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.40% 15860 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.39% 15599 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.38% 15152 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.35% 13913 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.35% 13836 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.34% 13508 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.34% 13465 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.33% 13330 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.33% 13150 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [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.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3999808 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.33% 373067 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 5.14% 205555 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.34% 173492 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 3.74% 149490 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.73% 149236 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 3.55% 142081 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.65% 106089 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.65% 106086 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.53% 101265 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.71% 68569 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.52% 60862 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.48% 59054 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.43% 57074 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.39% 55485 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.32% 52905 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.30% 52182 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.23% 49005 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.16% 46279 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.15% 45864 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.08% 43008 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.06% 42236 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.98% 39237 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.85% 33962 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.79% 31410 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.74% 29690 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.71% 28569 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.64% 25562 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.54% 21776 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.51% 20230 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.50% 20126 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.49% 19410 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.48% 19390 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.48% 19325 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.48% 19289 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 19138 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.47% 18838 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.47% 18779 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.47% 18733 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.44% 17695 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.44% 17534 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.42% 16965 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.40% 16160 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.39% 15729 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.38% 15259 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.38% 15085 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.35% 13882 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.35% 13836 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.34% 13508 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.34% 13463 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 13394 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [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.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3999808 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.31% 372312 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 4.95% 197929 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.33% 173298 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] 3.74% 149456 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.43% 137371 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.58% 103368 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.53% 101021 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] 1.71% 68569 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.66% 66440 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.52% 60664 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.49% 59398 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.48% 59051 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.39% 55485 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.34% 53708 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.30% 52182 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.29% 51428 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.22% 48673 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.15% 45863 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.11% 44289 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.08% 43008 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.06% 42375 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.04% 41487 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] 0.98% 39237 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.79% 31410 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.74% 29688 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.71% 28456 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% 26924 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.64% 25562 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.60% 24042 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.54% 21775 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.51% 20230 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.50% 19800 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.49% 19410 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.48% 19163 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.48% 19138 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.47% 18838 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.47% 18779 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.44% 17534 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.42% 16964 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.40% 16160 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.39% 15729 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.38% 15140 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% 15084 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.37% 14880 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.35% 13836 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.34% 13501 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.34% 13463 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.33% 13262 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.33% 13136 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.32% 12982 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():1365 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3999808 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.06% 162278 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 4.00% 159982 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 2.82% 112694 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.69% 107748 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.58% 103368 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 2.25% 90179 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.07% 82712 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.99% 79527 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.79% 71471 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.65% 66195 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.65% 66160 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.62% 64847 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.48% 59217 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.29% 51428 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.13% 45192 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.11% 44257 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.09% 43569 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.04% 41458 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.98% 39108 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.81% 32499 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.78% 31325 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.77% 30817 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.71% 28505 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.71% 28456 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.69% 27524 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.69% 27410 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.64% 25559 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.63% 25175 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.62% 24621 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.61% 24248 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.60% 23877 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.59% 23789 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.58% 23307 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.57% 22826 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.56% 22262 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.53% 21264 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.53% 21078 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.49% 19448 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.47% 18772 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.47% 18659 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 17544 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 17544 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.39% 15579 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.39% 15521 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.38% 15084 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.37% 14840 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.35% 14003 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.34% 13484 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.33% 13369 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.32% 12817 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [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 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3999808 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.04% 161748 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 3.99% 159466 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 2.81% 112343 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.31% 92372 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.06% 82444 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.98% 79073 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.92% 76624 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.78% 71125 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.65% 66195 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.65% 65900 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.61% 64516 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.48% 59217 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.29% 51428 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.23% 49048 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.12% 44979 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.09% 43429 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.03% 41030 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.97% 38909 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.97% 38889 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.95% 37956 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.81% 32345 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 31166 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.77% 30620 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 28456 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.71% 28424 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.69% 27457 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.64% 25559 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.60% 24170 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.59% 23798 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.59% 23656 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.58% 23264 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.57% 22702 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.53% 21264 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.52% 20971 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.52% 20696 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.51% 20276 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.50% 20180 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.48% 19334 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.47% 18671 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.47% 18608 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.44% 17499 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.39% 15777 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.39% 15566 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.39% 15466 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.38% 15063 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.35% 13964 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.34% 13407 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.33% 13359 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.32% 12914 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.31% 12474 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 151921 events (total: 309974M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.14% 53135M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.66% 29954M java.lang.StringUTF16#compress():212 [Inlined code] 8.87% 27496M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.25% 22472M perf.LineFileDocs#readDocs():176 [JIT compiled code] 7.18% 22261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.48% 13884M java.lang.StringUTF16#compress():216 [Inlined code] 3.44% 10649M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.38% 10476M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.24% 10037M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.69% 8342M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.50% 7752M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.02% 6252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 2.00% 6211M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.88% 5834M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.85% 5721M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.77% 5499M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.74% 5389M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.63% 5057M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.63% 5056M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.35% 4171M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.28% 3958M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.19% 3692M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.92% 2853M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.67% 2076M java.nio.HeapByteBuffer#():75 [Inlined code] 0.61% 1904M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.60% 1861M java.util.ArrayList#grow():240 [Inlined code] 0.55% 1717M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.48% 1503M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1476M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.47% 1466M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.46% 1433M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.41% 1283M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.36% 1106M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.34% 1038M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.33% 1033M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.32% 997M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.32% 977M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.30% 923M perf.LineFileDocs#intToID():299 [Inlined code] 0.29% 905M java.util.List#of():935 [Inlined code] 0.28% 874M java.util.ArrayDeque#():179 [Inlined code] 0.27% 827M perf.LineFileDocs#intToID():305 [Inlined code] 0.22% 684M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.19% 588M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.17% 512M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 489M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.15% 476M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.14% 448M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.11% 343M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.11% 331M 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 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 151921 events (total: 309974M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.10% 53006M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.66% 29954M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.87% 27496M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.25% 22472M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.18% 22261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.48% 13884M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.44% 10649M 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.20% 9914M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.68% 8309M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.66% 8256M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.48% 7686M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.02% 6252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 2.00% 6211M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.88% 5834M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.85% 5721M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.74% 5389M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.69% 5233M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.63% 5057M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.63% 5056M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.35% 4171M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 3958M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.19% 3692M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.72% 2220M 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% 2076M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.61% 1904M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.60% 1861M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.55% 1703M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.48% 1503M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1476M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.47% 1466M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.46% 1433M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.36% 1106M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.34% 1038M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1033M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1020M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.32% 997M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.32% 977M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.32% 977M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 929M 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% 923M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 905M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] 0.28% 874M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.28% 855M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 827M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.19% 588M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.17% 512M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 489M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.15% 476M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.14% 420M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000151b0000#newInvokeSpecial() [Inlined code] 0.13% 401M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 151921 events (total: 309974M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.10% 53006M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.79% 27232M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.72% 27037M 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.25% 22472M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.55% 17203M 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.45% 13808M 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.18% 9847M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.66% 8243M 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.66% 8240M 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.48% 7686M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.02% 6252M 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] 2.00% 6211M 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.86% 5760M 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.85% 5721M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.74% 5389M 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.63% 5057M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.63% 5056M 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.54% 4788M 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.51% 4667M 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.35% 4171M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 3958M 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% 3366M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.04% 3224M 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.96% 2969M 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.72% 2220M 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.64% 1976M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000001513f410#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.60% 1861M 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.55% 1703M 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.51% 1577M 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% 1503M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1466M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.44% 1375M 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.41% 1268M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.38% 1170M 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% 1106M 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% 1088M 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.34% 1038M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1034M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.33% 1033M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1020M 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.33% 1020M 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.32% 989M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.32% 977M 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% 977M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 923M 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% 913M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.29% 905M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.29% 883M 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.28% 874M 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.28% 855M 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 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 151921 events (total: 309974M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.10% 53006M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.71% 26994M 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.25% 22472M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.44% 13765M 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.88% 12016M 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.48% 7686M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.36% 7308M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 1.86% 5760M 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.74% 5387M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.74% 5378M 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.72% 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 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.70% 5277M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.63% 5058M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.63% 5055M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.62% 5006M 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.58% 4907M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.51% 4667M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.42% 4416M 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.0x00000000151d0b08#merge() [Interpreted code] 1.35% 4183M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.35% 4171M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 3424M 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.0x00000000151d0b08#merge() [Interpreted code] 1.05% 3253M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.04% 3212M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.96% 2969M 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% 2856M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.86% 2677M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.81% 2516M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.81% 2513M 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.79% 2462M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.79% 2443M 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.78% 2409M 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.77% 2384M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.72% 2225M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.61% 1900M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.57% 1770M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000001513f410#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.56% 1722M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.55% 1716M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.55% 1703M 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.48% 1503M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1494M 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.48% 1490M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.46% 1437M 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.44% 1375M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1182M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.36% 1127M 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% 1115M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.36% 1106M 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% 1088M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1068M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.34% 1038M perf.LineFileDocs#nextDoc():644 [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.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 151921 events (total: 309974M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.10% 53006M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.71% 26994M 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.25% 22472M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.44% 13765M 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.88% 12016M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.48% 7686M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.86% 5760M 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.0x00000000151d0b08#merge() [Interpreted code] 1.71% 5304M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.62% 5006M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.60% 4966M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.59% 4944M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.57% 4871M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.51% 4687M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.51% 4667M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.50% 4658M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.48% 4576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.42% 4416M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.35% 4171M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4022M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.26% 3912M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.10% 3424M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.05% 3253M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.96% 2969M 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.94% 2909M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.92% 2856M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.81% 2513M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.74% 2308M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.72% 2239M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.69% 2136M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.64% 1990M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.62% 1926M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 1750M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000001513f410#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.55% 1716M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.55% 1703M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.55% 1696M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.54% 1684M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.54% 1661M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.48% 1503M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1466M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.46% 1437M 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.0x00000000151d0b08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.44% 1375M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.43% 1325M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.42% 1289M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.38% 1182M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.38% 1172M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.36% 1127M 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% 1115M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.36% 1106M 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% 1088M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1068M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] move log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocs.top.log [2026-05-11 19:41:01.663714] took 109.7 sec [2026-05-11 19:41:01.667790] medIndexAtClose None [2026-05-11 19:41:01.669103] 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=3407239 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 64 Start: 2026-05-12 03:16:19 (UTC) Duration: 1452 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97808540 1956130402 jdk.FileWrite 4146310 113569471 jdk.ObjectAllocationInNewTLAB 111524 2422303 jdk.FileRead 77698 2195079 jdk.BooleanFlag 44288 1461696 jdk.ObjectAllocationOutsideTLAB 8238 163561 jdk.CPULoad 6064 127344 jdk.UnsignedIntFlag 3968 142272 jdk.IntFlag 3584 133312 jdk.StringFlag 2880 112640 jdk.Checkpoint 1745 60508645 jdk.Compilation 111 3095 jdk.CPUInformation 64 96192 jdk.GCConfiguration 64 1728 jdk.JVMInformation 64 77248 jdk.Metadata 64 7073792 jdk.GarbageCollection 15 393 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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97808540 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.04% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.92% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.54% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.99% 972684 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.99% 965768 java.util.ArrayList#elementData():412 [Inlined code] 0.95% 931161 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.51% 496992 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 468682 java.util.Arrays#fill():3144 [Inlined code] 0.35% 345633 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.33% 326683 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.24% 233023 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.24% 232895 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 222131 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] 0.23% 220251 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.22% 218842 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.22% 211197 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] 0.17% 169697 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.17% 168281 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.16% 158495 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.15% 147961 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.13% 129780 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] 0.13% 128636 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.10% 102349 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.10% 100753 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 87260 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 86249 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 83493 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.08% 80306 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 77575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 76609 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 74320 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.08% 73537 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] 0.07% 73098 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 69551 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.07% 67547 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 67488 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 67178 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 67014 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 64559 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 64502 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.07% 64243 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.06% 61808 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 60317 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.06% 57675 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 56910 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 55743 java.util.Arrays#fill():3143 [Inlined code] 0.06% 54246 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 54201 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97808540 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.04% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.76% 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.54% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.99% 972684 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.99% 965414 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.95% 931161 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.51% 496992 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% 468682 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.33% 326683 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.24% 232895 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.23% 222131 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 220251 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.21% 205200 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.18% 175087 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.17% 168281 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.16% 158495 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.16% 152004 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 149194 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.15% 148846 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% 147961 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.15% 144084 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.14% 134094 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.13% 128636 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.13% 124378 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.09% 87260 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 83493 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 81019 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 77575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 76609 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 75668 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.08% 73517 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.07% 71788 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 71768 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.07% 70592 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 67547 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 67014 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 64243 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.06% 63474 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.06% 63220 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.06% 61678 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 60399 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 60317 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 57032 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 56376 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% 55743 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 53436 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 52580 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 49812 org.apache.lucene.util.FixedBitSet#getAndSet():305 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2044.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97808540 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.04% 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.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.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] 1.68% 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.54% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.15% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.90% 878214 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.86% 840996 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.69% 675596 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.48% 471898 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.48% 468682 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.46% 454581 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.33% 325644 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.24% 232895 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 212154 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 197733 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 191614 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% 175087 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.18% 174765 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.16% 157702 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.15% 150196 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% 149194 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.15% 147961 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.15% 147086 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] 0.14% 138172 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 126449 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.13% 124605 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.11% 108441 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.11% 107971 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.09% 86460 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.08% 81019 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% 77575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.08% 77399 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% 73736 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 73517 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 72980 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.07% 70193 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 69064 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 68160 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 67014 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% 63827 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.06% 63352 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.06% 63008 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% 62612 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.06% 61083 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 60794 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.06% 60317 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% 58127 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 55743 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% 54732 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97808540 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.99% 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] 13.23% 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] 11.85% 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] 11.52% 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.91% 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] 4.02% 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.17% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.91% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.40% 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] 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.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.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():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 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [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():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.13% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.86% 840996 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.82% 802554 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.79% 767894 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.77% 751702 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.69% 677432 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.69% 675596 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.65% 634109 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.51% 498926 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.48% 471898 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.43% 418020 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.43% 417716 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.41% 400554 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.33% 325644 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 218365 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.22% 212154 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 197733 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 191614 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.19% 185628 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.17% 167665 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.16% 157702 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.15% 147961 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.15% 147186 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.14% 138172 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.14% 136269 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 128365 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 126449 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.13% 123697 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] 0.11% 108194 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.11% 107971 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.11% 105950 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.11% 105286 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 95836 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.09% 89914 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] 0.08% 77399 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 73517 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 73412 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97808540 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.30% 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] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 11.59% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 10.87% 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] 9.80% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 7.74% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 3.06% 2M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.72% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 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.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.93% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.89% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.77% 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.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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.50% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.38% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.33% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.23% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.00% 974229 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.82% 798562 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.81% 789106 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#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.79% 776763 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.77% 751005 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.69% 677289 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 0.65% 634109 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.64% 625200 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.62% 610166 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.51% 500253 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.50% 489849 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.48% 471898 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.47% 464268 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.46% 449442 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.46% 446920 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.45% 440065 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.43% 424356 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.43% 418020 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.40% 394862 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.37% 363121 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.37% 361181 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.36% 347325 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.35% 345288 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.35% 345285 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.35% 340965 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.33% 325856 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.31% 306060 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 0.31% 303495 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.22% 218365 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 198645 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 187814 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.19% 185628 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 185532 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 180961 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2044.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 119761 events (total: 118919M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.43% 27861M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.17% 27559M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.96% 8278M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.85% 8146M java.nio.HeapByteBuffer#():75 [Inlined code] 6.36% 7566M perf.LineFileDocs#readVector():212 [Inlined code] 3.40% 4037M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.90% 3453M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.79% 3322M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.06% 2450M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.65% 1956M java.lang.StringUTF16#compress():212 [Inlined code] 1.45% 1727M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.42% 1688M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.27% 1507M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.17% 1395M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.00% 1194M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.97% 1158M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.93% 1109M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.86% 1027M java.lang.StringUTF16#compress():216 [Inlined code] 0.76% 898M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.61% 720M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 670M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.53% 634M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.53% 627M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 525M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.44% 517M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 480M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.40% 477M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.39% 465M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.37% 444M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.36% 430M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 343M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.27% 315M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.26% 312M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 302M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.21% 253M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.20% 239M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 227M java.util.ArrayList#grow():240 [Inlined code] 0.16% 194M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.16% 191M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.14% 162M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.13% 150M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 148M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.12% 143M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 140M java.util.ArrayDeque#():179 [Inlined code] 0.12% 139M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.12% 139M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 125M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.10% 124M java.lang.Long#valueOf():1000 [Inlined code] 0.10% 124M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.10% 123M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2044.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 119761 events (total: 118919M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.31% 27714M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 23.17% 27559M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.96% 8278M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.85% 8146M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 6.36% 7566M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.40% 4037M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.90% 3453M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.79% 3322M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.06% 2450M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.65% 1956M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.45% 1727M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.42% 1688M 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% 1507M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.16% 1376M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.00% 1194M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.93% 1109M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.86% 1027M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.76% 898M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.73% 873M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.53% 634M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.53% 627M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.44% 525M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.44% 517M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 480M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 462M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 453M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.36% 433M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 430M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.35% 420M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.29% 343M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.27% 315M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.26% 312M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.25% 292M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 285M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.24% 284M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.22% 258M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 236M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.19% 227M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.16% 194M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 191M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.16% 189M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.13% 151M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.12% 148M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.12% 147M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 143M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.12% 139M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.12% 138M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.11% 128M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.11% 125M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.11% 125M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 119761 events (total: 118919M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.19% 25201M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.18% 25187M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.96% 8278M 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.62% 7874M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 6.36% 7566M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.40% 4037M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.79% 3322M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 2512M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.05% 2438M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.99% 2371M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 1853M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.45% 1727M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 1710M 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.16% 1376M 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.00% 1194M 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.95% 1129M 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.93% 1109M 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.88% 1040M 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.86% 1019M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.85% 1015M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.73% 873M 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.54% 647M 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.53% 634M 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.53% 627M 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% 597M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.48% 574M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.44% 525M 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.44% 517M 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.40% 480M 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.36% 430M 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% 343M 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.27% 324M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 317M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 315M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.25% 301M 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.25% 296M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.25% 292M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.24% 287M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 285M 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.24% 283M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.23% 271M 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.22% 260M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000079180a30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.19% 227M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 194M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.16% 186M 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.15% 174M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 0.14% 165M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 151M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 148M 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.12% 147M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2044.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 119761 events (total: 118919M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.34% 15860M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 13.29% 15807M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 6.96% 8278M 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():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 6.62% 7874M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.36% 7566M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.59% 6643M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 5.53% 6573M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 2.79% 3322M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.05% 2438M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.91% 2276M 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.57% 1861M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.56% 1853M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.53% 1816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.48% 1761M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.45% 1727M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 1710M 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.16% 1375M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 1.15% 1373M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.93% 1109M 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.88% 1040M 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.0x00000000791f4d08#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.86% 1019M 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.82% 976M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.65% 772M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.63% 753M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.63% 751M 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.0x00000000791f4d08#merge() [Interpreted code] 0.56% 665M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.56% 664M 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.54% 645M 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.0x00000000791f4d08#merge() [Interpreted code] 0.53% 624M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.52% 621M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.50% 591M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 0.48% 574M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.46% 548M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.45% 540M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.44% 520M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.44% 517M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.40% 480M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.36% 427M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.34% 401M 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.32% 383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 381M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.32% 376M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 360M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.27% 319M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.27% 317M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.27% 315M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.25% 301M 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.25% 296M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] 0.25% 292M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 287M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 119761 events (total: 118919M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.34% 15860M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] 13.29% 15807M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] 6.96% 8278M 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():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 6.62% 7874M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.36% 7566M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.59% 6643M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 5.53% 6573M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.79% 3322M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.91% 2276M 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.0x00000000791f4d08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.86% 2207M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#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.57% 1861M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.56% 1853M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] 1.53% 1816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.45% 1727M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 1710M 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.16% 1375M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.15% 1373M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.93% 1109M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000791f4d08#merge() [Interpreted code] 0.88% 1040M 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.0x00000000791f4d08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.86% 1019M 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.82% 976M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.77% 911M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.64% 766M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.63% 751M 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.0x00000000791f4d08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.62% 735M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] 0.56% 664M 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.0x00000000791f4d08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.55% 656M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.54% 645M 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.0x00000000791f4d08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.50% 594M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] 0.50% 591M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.46% 547M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.46% 543M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.45% 540M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.44% 520M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.44% 517M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.40% 480M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.36% 427M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.32% 383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 381M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.32% 376M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 360M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.27% 321M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.27% 319M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.27% 315M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000791f4d08#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% 305M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 302M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():650 [Interpreted code] 0.25% 301M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.24% 284M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.24% 283M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.24% 280M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000079202a80#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.0x0000000079202fd8#run() [JIT compiled code] move log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectors.top.log [2026-05-12 00:21:03.489202] took 13978.0 sec [2026-05-12 00:21:04.247061] medIndexVectorsAtClose None [2026-05-12 00:21:04.254908] 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=3503402 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-05-12 05:56:25 (UTC) Duration: 1365 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 84241620 1684739178 jdk.FileWrite 10503272 287063619 jdk.ObjectAllocationInNewTLAB 278644 5805951 jdk.FileRead 204220 5969700 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 38843 733692 jdk.CPULoad 19768 415128 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6102 134114830 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 151 4230 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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84241620 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.43% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 35.10% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.98% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.33% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.38% 2M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.71% 596409 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.63% 527631 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.61% 514661 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.60% 501989 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.35% 292247 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.30% 255679 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 244077 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 218032 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.25% 210040 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.24% 198990 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.23% 194991 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.21% 175210 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 174991 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 148361 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 144281 java.util.Arrays#fill():3144 [Inlined code] 0.16% 138516 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 135280 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 132052 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 114123 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 106404 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 104890 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 98202 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.11% 96104 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.11% 94357 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.10% 87020 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.09% 76061 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 75027 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 68481 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 67274 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 59745 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 56336 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56122 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 53345 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 52144 java.util.Arrays#fill():3143 [Inlined code] 0.06% 49952 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 49116 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 47769 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 45701 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 43953 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 41784 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.05% 41586 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 40511 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 40211 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():201 [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.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84241620 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.43% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.51% 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.98% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.07% 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.38% 2M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.71% 596407 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.63% 527631 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.60% 501989 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.54% 451867 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.38% 321255 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.35% 292247 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 244077 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.26% 219080 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% 218032 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.25% 210040 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.24% 198990 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 197206 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.23% 194991 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 174991 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.20% 171360 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.18% 148361 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.18% 148073 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.17% 144281 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 132052 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 114123 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 98202 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.11% 96104 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.11% 94357 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 90855 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 87476 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 87020 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.09% 75027 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 69568 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 68481 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 59745 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 58473 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 56336 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 56122 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% 53345 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.06% 52144 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 50916 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 49105 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.06% 47769 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 46305 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 45701 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.05% 44042 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 43660 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.05% 41672 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [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.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84241620 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.43% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.33% 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():291 [JIT compiled code] 5.98% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.91% 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.75% 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.22% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.15% 967403 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.94% 793490 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.71% 595859 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.62% 525889 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.60% 501989 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.54% 451867 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.48% 401696 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.38% 321255 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% 292245 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% 243628 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.25% 210798 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.23% 194991 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 190141 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.21% 174991 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.18% 153018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 152778 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 144281 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.17% 140000 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.16% 132052 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 125973 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% 121615 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.14% 114123 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% 113963 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 111778 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.12% 103648 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.11% 93731 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.10% 87204 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 87080 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.10% 83989 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.09% 75027 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% 74592 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.08% 71233 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% 67940 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% 63426 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% 61647 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 59101 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.06% 54384 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.06% 54367 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.06% 53003 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.06% 52144 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% 51854 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 48968 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.06% 48240 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84241620 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.33% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 27.91% 23M 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.98% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.99% 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.85% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 2.63% 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.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.75% 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.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 1.22% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.03% 867245 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.94% 793490 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.91% 769271 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.70% 588323 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.62% 525889 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.56% 473742 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.54% 451857 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.48% 401696 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.37% 309182 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.35% 292245 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% 243628 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.25% 210145 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.23% 190141 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.22% 183952 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.21% 174991 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% 153018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 0.18% 152778 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.17% 140000 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.15% 125624 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.15% 125384 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.15% 124011 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 121615 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.14% 113962 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.12% 103389 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.11% 93731 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.10% 82960 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.10% 81649 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 80534 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.09% 74590 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.09% 71660 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.0x000000009607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.08% 71233 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% 63675 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.08% 63426 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% 61647 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 59101 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 [JIT compiled code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 58506 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.07% 56366 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.06% 54367 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] 0.06% 53003 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 51496 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84241620 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.33% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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] 26.48% 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] 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.63% 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.71% 3M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.85% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.41% 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] 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.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 1.64% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.59% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.22% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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.03% 866897 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.94% 793490 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 0.76% 643556 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.71% 597793 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.62% 525889 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.61% 511276 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.57% 484063 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():291 [JIT compiled code] 0.54% 451857 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.49% 410623 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.44% 373848 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.37% 309182 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.27% 231133 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.26% 221355 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.25% 210145 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.22% 187495 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% 183952 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 179709 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.21% 177853 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 174991 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 [JIT compiled 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.20% 165702 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.17% 143320 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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.0x00000000961f07c0#run() [JIT compiled code] 0.17% 143077 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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% 140687 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 140000 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.15% 125624 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.0x00000000961ec4e8#merge() [Interpreted code] 0.15% 125384 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 124011 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 113955 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.13% 113447 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.13% 113007 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.13% 111583 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.12% 103389 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.11% 95467 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.11% 93731 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.0x00000000961ec4e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.10% 82960 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.10% 81649 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.10% 80534 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.09% 79278 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.09% 74587 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 317485 events (total: 338302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.07% 71292M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.17% 58091M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 16.96% 57391M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.23% 21076M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.10% 20644M java.nio.HeapByteBuffer#():75 [Inlined code] 5.94% 20091M perf.LineFileDocs#readVector():212 [Inlined code] 2.80% 9487M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.67% 9042M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.40% 8122M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.53% 5166M java.lang.StringUTF16#compress():212 [Inlined code] 1.47% 4987M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.46% 4932M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.97% 3278M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.94% 3172M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.90% 3030M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.78% 2635M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.75% 2554M java.lang.StringUTF16#compress():216 [Inlined code] 0.61% 2056M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.58% 1950M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.53% 1789M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.47% 1593M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.42% 1404M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.41% 1385M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.41% 1382M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.38% 1285M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 1269M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.34% 1136M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.31% 1060M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 978M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 905M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 862M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.23% 771M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.18% 607M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 547M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.16% 546M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 534M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 478M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 473M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.12% 410M java.util.ArrayList#grow():240 [Inlined code] 0.11% 367M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 350M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 333M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 309M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.08% 276M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 274M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 265M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.08% 264M java.util.ArrayDeque#():179 [Inlined code] 0.08% 256M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.06% 218M 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.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 317485 events (total: 338302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.17% 58091M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.86% 57037M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 12.41% 41983M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 8.66% 29308M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 6.23% 21076M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.10% 20643M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.94% 20091M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.80% 9487M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.67% 9042M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.40% 8122M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.53% 5166M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.47% 4987M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.46% 4932M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.97% 3278M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.94% 3172M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.88% 2987M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.78% 2635M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.75% 2554M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.61% 2056M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.53% 1789M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.47% 1593M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.47% 1583M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1404M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 1285M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 1269M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.34% 1135M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 990M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 978M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 905M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.26% 895M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.26% 884M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.23% 771M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.18% 607M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.15% 518M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.14% 478M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 460M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 449M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 425M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 410M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.11% 373M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.11% 366M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.10% 354M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 350M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.10% 343M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.09% 309M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.09% 288M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.08% 276M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.08% 265M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.08% 263M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [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.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 317485 events (total: 338302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.56% 52647M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.31% 51807M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.85% 36707M 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] 8.66% 29308M 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#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 6.23% 21076M 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.94% 20091M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.91% 19996M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.67% 9042M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.40% 8122M 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.61% 5443M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.61% 5442M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.55% 5229M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 4987M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.37% 4632M 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% 4127M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.20% 4045M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.00% 3390M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.88% 2987M 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.78% 2635M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.75% 2541M 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.65% 2215M 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% 2056M 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.51% 1725M 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.47% 1593M 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.47% 1583M 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.46% 1553M 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.46% 1541M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.45% 1519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 1404M 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% 1285M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.38% 1269M 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.34% 1156M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.34% 1135M 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.32% 1089M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.27% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.23% 771M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.19% 646M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.19% 633M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.19% 632M 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% 607M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.18% 598M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009613d7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.17% 580M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 573M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 566M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 518M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 478M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.12% 410M 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% 395M 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% 370M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 366M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 317485 events (total: 338302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.85% 36707M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 8.90% 30125M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.74% 29564M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.66% 29308M 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#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 6.23% 21076M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 5.94% 20091M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.91% 19996M 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.97% 16814M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 4.96% 16763M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.67% 9042M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.61% 5442M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.47% 4987M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.37% 4632M 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.22% 4130M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.22% 4127M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.18% 3992M 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.17% 3961M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.04% 3520M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.00% 3390M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.96% 3264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.79% 2682M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.76% 2554M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.75% 2541M 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% 2056M 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.54% 1833M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.53% 1789M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.50% 1699M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.50% 1687M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.46% 1553M 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.0x00000000961df568#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.45% 1533M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.45% 1507M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.44% 1480M 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.0x00000000961df568#merge() [Interpreted code] 0.43% 1471M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.42% 1404M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.41% 1383M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.39% 1331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.38% 1269M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.34% 1163M 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.0x00000000961df568#merge() [Interpreted code] 0.34% 1156M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.34% 1156M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.32% 1090M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.32% 1089M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 0.32% 1081M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.29% 972M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.28% 946M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.27% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.25% 841M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 733M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.19% 646M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.19% 632M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2042.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 317485 events (total: 338302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.85% 36707M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 8.90% 30125M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 8.74% 29564M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 8.66% 29308M 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#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.23% 21076M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.94% 20091M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.91% 19996M 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.97% 16814M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.96% 16763M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.67% 9042M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.49% 5038M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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.47% 4987M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.37% 4632M 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.22% 4127M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 1.18% 3992M 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.0x00000000961df568#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.17% 3961M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.04% 3520M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.00% 3390M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#call() [JIT compiled code] 0.96% 3264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.85% 2858M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.79% 2682M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.76% 2554M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.75% 2541M 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% 2056M 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.0x00000000961df568#merge() [Interpreted code] 0.52% 1773M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.51% 1732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.50% 1679M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.49% 1657M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.46% 1553M 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.0x00000000961df568#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.45% 1533M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 1480M 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.0x00000000961df568#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.42% 1404M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 1383M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.39% 1331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 1269M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.34% 1163M 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.0x00000000961df568#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.34% 1156M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.32% 1090M 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.0x00000000961df568#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.32% 1081M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.32% 1074M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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.0x00000000961f07c0#run() [JIT compiled code] 0.31% 1059M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000961f0268#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.29% 980M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 980M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 972M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.29% 967M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.28% 946M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.27% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.25% 841M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.19% 646M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.19% 632M 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] move log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-12 02:53:44.533273] took 7036.6 sec [2026-05-12 02:53:44.537300] medIndexVectorsAtClose None [2026-05-12 02:53:44.546715] 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=3556129 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 18 Start: 2026-05-12 06:53:44 (UTC) Duration: 152 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4657865 111442351 jdk.CPUTimeSample 3632547 63883101 jdk.FileRead 796609 18866521 jdk.ObjectAllocationInNewTLAB 176841 3285214 jdk.ObjectAllocationOutsideTLAB 53374 899873 jdk.BooleanFlag 12456 395186 jdk.Compilation 7171 185567 jdk.CPULoad 2726 53921 jdk.UnsignedIntFlag 1116 38588 jdk.IntFlag 1008 36206 jdk.Checkpoint 929 31296840 jdk.StringFlag 810 30453 jdk.GarbageCollection 49 1162 jdk.CPUInformation 18 27031 jdk.GCConfiguration 18 463 jdk.JVMInformation 18 20083 jdk.Metadata 18 1989482 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3632547 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.03% 219168 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 5.68% 206226 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.62% 204001 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.80% 137959 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.77% 136969 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.11% 112962 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.72% 98743 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.67% 97116 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.31% 83977 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.79% 64887 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.58% 57265 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.56% 56780 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.45% 52564 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.42% 51712 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 47385 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.20% 43742 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.20% 43695 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.03% 37559 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.03% 37315 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.96% 34786 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.89% 32481 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.86% 31192 java.lang.Character#toChars():9872 [Inlined code] 0.83% 29977 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.78% 28208 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.76% 27736 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.73% 26451 java.lang.ThreadLocal#get():171 [Inlined code] 0.70% 25570 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.69% 25144 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.66% 24156 java.lang.Character#codePointAt():9662 [Inlined code] 0.66% 23803 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.57% 20676 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 19452 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.50% 18238 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 18179 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.49% 17806 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.47% 16929 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.46% 16889 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.44% 15858 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.43% 15591 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.42% 15374 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.42% 15190 java.lang.Character#codePointAt():9665 [Inlined code] 0.42% 15083 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.41% 14927 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.41% 14871 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.39% 14216 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 14085 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.39% 13994 java.lang.Character#toLowerCase():11251 [Inlined code] 0.38% 13919 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.38% 13735 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.37% 13334 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3632547 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.62% 204001 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.80% 137862 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.77% 136969 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.11% 112885 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.10% 112588 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.93% 106579 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.72% 98743 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.67% 97116 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.30% 83597 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.79% 64887 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.58% 57442 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.58% 57249 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.56% 56780 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.45% 52589 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.45% 52564 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.42% 51712 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.35% 49027 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.30% 47384 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.30% 47168 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.20% 43742 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.20% 43695 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 0.96% 34786 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.88% 31979 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.86% 31192 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.78% 28201 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.76% 27731 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.72% 26190 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.70% 25559 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.69% 25144 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.65% 23771 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.57% 20629 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.54% 19452 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.52% 18880 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.51% 18440 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.50% 18179 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.49% 17746 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 17523 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 16799 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.43% 15562 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.43% 15528 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 15488 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.42% 15373 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.42% 15081 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.41% 14920 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.41% 14860 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.41% 14842 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.40% 14592 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.39% 14216 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.38% 13918 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.38% 13820 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3632547 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.50% 199861 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.79% 137832 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.61% 130982 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.69% 97889 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.65% 96331 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.64% 96076 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.52% 91639 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.23% 81161 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.79% 64887 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.58% 57239 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.55% 56320 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.55% 56279 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.51% 54862 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.45% 52564 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.42% 51712 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.34% 48645 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.21% 44129 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.20% 43694 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.17% 42632 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.14% 41393 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] 0.96% 34786 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.88% 31979 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.86% 31192 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.78% 28201 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.76% 27737 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.76% 27731 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.72% 26076 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.70% 25557 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.69% 25041 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.57% 20868 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.57% 20579 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.56% 20175 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.54% 19452 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.50% 18316 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.50% 18179 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.49% 17746 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.48% 17522 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.45% 16443 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.44% 16121 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.43% 15528 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% 15358 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% 15081 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.41% 14940 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.41% 14920 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.41% 14857 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [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.40% 14690 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.40% 14433 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.40% 14385 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% 14216 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% 13918 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3632547 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.05% 110691 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.77% 100730 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.73% 99131 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.55% 92499 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.43% 88245 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.23% 81161 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 2.17% 78648 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.80% 65380 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.75% 63409 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.55% 56279 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.26% 45733 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.26% 45613 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.21% 44113 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.16% 42100 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.15% 41621 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.14% 41368 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.10% 39956 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.84% 30611 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 30296 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 30225 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.79% 28743 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.76% 27730 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.74% 26978 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.73% 26392 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.72% 26131 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.72% 26119 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.72% 26076 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.69% 25041 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.64% 23075 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.63% 22903 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.63% 22794 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.60% 21845 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.58% 20957 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.55% 20078 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.55% 19839 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.54% 19785 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.49% 17741 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.45% 16395 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 16133 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.43% 15591 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.42% 15310 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.41% 15047 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.41% 14882 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.40% 14465 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.39% 14338 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.39% 14305 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.39% 14087 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.37% 13503 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.37% 13385 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 13266 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3632547 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.99% 108577 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.55% 92499 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.43% 88245 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.30% 83427 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.24% 81513 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.12% 76929 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.77% 64172 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.71% 62130 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.55% 56279 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.23% 44753 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.22% 44406 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.14% 41277 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.13% 40891 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.11% 40468 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.08% 39117 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.04% 37661 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.00% 36227 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.96% 34813 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.83% 29996 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.82% 29656 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.82% 29656 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.76% 27730 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.72% 26076 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 25978 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.71% 25911 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.71% 25624 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.69% 25041 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 22568 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.62% 22439 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.62% 22369 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.59% 21384 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.56% 20497 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.55% 20078 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.55% 19839 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.53% 19336 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.49% 17707 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.44% 16072 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.44% 15807 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.43% 15568 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% 15352 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.42% 15238 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.40% 14561 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.40% 14402 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.39% 14344 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.39% 14304 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.38% 13920 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 13790 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.37% 13384 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.36% 13215 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.36% 13010 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 230181 events (total: 337711M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.70% 53006M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.94% 30206M java.lang.StringUTF16#compress():212 [Inlined code] 8.64% 29193M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.78% 22883M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.65% 22471M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.12% 13911M java.lang.StringUTF16#compress():216 [Inlined code] 3.55% 11978M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.25% 10981M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.24% 10928M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.86% 9655M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.65% 8951M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.23% 7541M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.93% 6515M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.83% 6183M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.82% 6161M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.72% 5823M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.63% 5519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.53% 5164M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.52% 5122M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.37% 4627M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.24% 4183M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.19% 4019M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.13% 3825M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.82% 2773M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.62% 2090M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.61% 2052M java.nio.HeapByteBuffer#():75 [Inlined code] 0.55% 1865M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.54% 1839M java.util.ArrayList#grow():240 [Inlined code] 0.53% 1775M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1676M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.49% 1642M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.47% 1581M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.42% 1433M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.40% 1337M java.lang.Long#valueOf():1000 [Inlined code] 0.39% 1325M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1165M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.30% 1015M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.30% 1008M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 972M java.util.ArrayDeque#():179 [Inlined code] 0.28% 939M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.28% 936M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.28% 930M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 926M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.27% 915M java.util.List#of():935 [Inlined code] 0.27% 910M perf.LineFileDocs#intToID():299 [Inlined code] 0.26% 876M perf.LineFileDocs#intToID():305 [Inlined code] 0.24% 803M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.23% 792M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.20% 677M 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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 230181 events (total: 337711M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.68% 52963M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.94% 30206M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.64% 29176M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.78% 22883M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.65% 22471M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.12% 13911M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.55% 11975M 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% 10695M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.79% 9412M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.64% 8919M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.56% 8635M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.23% 7541M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.93% 6515M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.83% 6183M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.82% 6161M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.72% 5823M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 5519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.53% 5164M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.52% 5122M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.37% 4627M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.24% 4183M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4019M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.13% 3825M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.76% 2574M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.69% 2345M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.61% 2052M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.54% 1839M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1741M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.50% 1676M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.49% 1642M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.47% 1581M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1433M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.40% 1337M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.35% 1165M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1111M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.30% 1008M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 979M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.29% 978M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.29% 972M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.28% 959M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.28% 936M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 933M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] 0.28% 930M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 926M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 924M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] 0.27% 915M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] 0.27% 910M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 886M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 876M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 230181 events (total: 337711M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.68% 52963M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.63% 29141M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.11% 27373M 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.65% 22471M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.24% 17689M 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.09% 13826M 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% 10695M 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.64% 8904M 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.54% 8583M 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.23% 7541M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.93% 6515M 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.83% 6183M 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.81% 6116M 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.77% 5963M 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.72% 5823M 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.72% 5813M 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% 5519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.53% 5164M 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.52% 5122M 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.37% 4627M 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.24% 4183M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 3825M 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% 3667M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.96% 3255M 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.91% 3080M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.90% 3049M 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.72% 2429M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] 0.69% 2341M 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.58% 1970M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007013ef38#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.54% 1839M 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.54% 1825M 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.50% 1703M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.46% 1565M 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.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1484M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.42% 1414M 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.35% 1165M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1111M 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.32% 1068M 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% 1047M 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% 1008M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 979M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 978M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 972M 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.28% 959M 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.28% 954M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.28% 936M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 933M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.28% 930M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 230181 events (total: 337711M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.68% 52963M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.05% 27201M 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.65% 22471M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.09% 13826M 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.98% 13428M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.41% 8133M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 2.23% 7541M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.07% 6990M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 1.79% 6035M 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] 1.77% 5963M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.63% 5519M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.63% 5494M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.62% 5456M 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.60% 5395M 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.55% 5242M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.52% 5122M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.46% 4943M 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.0x00000000701e2f18#merge() [Interpreted code] 1.46% 4938M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.28% 4316M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.24% 4183M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3954M 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.0x00000000701e2f18#merge() [Interpreted code] 1.14% 3860M 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.07% 3617M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.96% 3255M 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.91% 3080M 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% 3080M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.87% 2926M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.85% 2866M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.81% 2748M 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.80% 2711M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.78% 2621M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.77% 2614M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.75% 2528M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.72% 2415M 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.71% 2381M 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.68% 2309M 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.65% 2208M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.59% 1994M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.53% 1794M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007013ef38#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% 1703M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1591M 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% 1582M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1536M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.44% 1497M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.42% 1414M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.40% 1348M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.35% 1171M 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.35% 1165M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1122M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 221.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 230181 events (total: 337711M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.68% 52963M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.05% 27201M 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.65% 22471M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.09% 13826M 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.98% 13428M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.23% 7541M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.15% 7265M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.79% 6035M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000701e2f18#merge() [Interpreted code] 1.77% 5963M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.60% 5395M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.52% 5127M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.50% 5069M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.46% 4943M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.45% 4881M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.44% 4855M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.37% 4642M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.24% 4183M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.23% 4142M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.20% 4044M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.20% 4037M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.17% 3954M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.02% 3440M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.96% 3255M 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.91% 3080M 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.86% 2910M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.82% 2780M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.81% 2748M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.80% 2711M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.75% 2540M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.75% 2539M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.68% 2283M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.66% 2222M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.66% 2214M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.64% 2152M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.59% 1994M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.53% 1794M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007013ef38#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% 1703M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000701e2f18#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% 1601M 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.47% 1591M 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.0x00000000701e2f18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1466M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.43% 1443M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.42% 1426M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.42% 1414M 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% 1317M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.39% 1313M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.37% 1264M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.36% 1211M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.35% 1171M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.35% 1165M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.11.10.20.55/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/nrtIndexMediumDocs.top.log [2026-05-12 02:57:58.892910] took 151.3 sec [2026-05-12 02:57:58.897147] run CheckIndex [2026-05-12 02:57:58.897222] 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.11.10.20.55/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-12 03:08:28.376309] took 629.5 sec [2026-05-12 03:08:28.377770] nrtMedIndexAtClose 28 segments: segments_2: _1a(11.0.0):C455675 _1j(11.0.0):C552200 _78(11.0.0):C7127331 _2c(11.0.0):C725671 _57(11.0.0):C6700777 _24(11.0.0):C912924 _6k(11.0.0):C931019 _6b(11.0.0):C919247 _6s(11.0.0):C909216 _70(11.0.0):C897972 _7f(11.0.0):C902842 _7p(11.0.0):C914535 _8d(11.0.0):C902107 _85(11.0.0):C928336 _7w(11.0.0):C899520 _8i(11.0.0):C879001 _8g(11.0.0):C886759 _8j(11.0.0):C633513 _8h(11.0.0):C125200 _7x(11.0.0):C63026 _84(11.0.0):C33886 _83(11.0.0):C38673 _86(11.0.0):C32611 _7y(11.0.0):C57208 _80(11.0.0):C46625 _81(11.0.0):C53623 _82(11.0.0):C45763 _7z(11.0.0):C49778 [2026-05-12 03:08:28.377917] 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.11.10.20.55/nrt.log 2>&1 [2026-05-12 03:38:29.594335] took 1801.2 sec [2026-05-12 03:38:29.598796] drop: 511.0 514.3 520.8 525.4 526.3 527.1 527.9 529.3 529.3 529.5 530.2 530.6 532.3 532.4 532.6 532.6 532.9 533.0 533.1 533.2 533.2 533.3 533.6 533.6 533.7 533.8 533.8 533.8 533.9 533.9 534.2 534.3 534.3 534.6 534.6 [2026-05-12 03:38:29.599170] times: 20.1 20.2 20.9 21.2 21.3 21.4 21.4 21.5 21.6 21.7 21.7 21.7 21.9 21.9 21.9 21.9 22.0 22.0 22.0 22.1 22.1 22.2 22.2 22.3 22.3 22.4 22.4 22.4 22.6 22.6 22.6 22.6 22.7 22.8 22.8 22.8 22.9 22.9 23.0 23.0 23.0 23.0 23.0 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.4 23.4 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.8 23.8 23.9 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.3 24.3 24.3 24.3 24.4 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.7 24.8 24.8 24.8 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.2 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.4 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.7 25.8 25.8 25.8 25.8 25.9 25.9 25.9 26.0 26.0 26.1 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.3 26.4 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.8 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.2 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.4 27.4 27.5 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.8 27.8 27.9 28.0 28.1 28.1 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.3 28.3 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.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.0 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.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.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.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.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.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.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.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.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.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.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.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.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.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.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.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 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.2 34.2 34.2 34.2 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.4 34.5 34.5 34.5 34.6 34.7 34.7 34.7 34.7 34.9 35.0 35.0 35.3 35.5 35.6 35.6 35.6 35.6 35.7 35.9 36.1 36.2 36.2 36.4 36.4 36.4 36.5 36.6 36.9 36.9 37.3 37.4 37.4 37.5 37.9 37.9 38.1 38.4 38.7 38.8 39.1 39.8 40.0 40.4 42.2 43.2 153.6 155.7 161.6 165.0 165.6 172.9 176.6 184.2 200.6 201.0 209.4 217.4 218.5 219.0 220.4 220.5 220.9 221.2 221.8 222.6 222.9 223.1 223.4 223.8 224.7 224.9 225.1 225.3 225.5 225.7 225.7 226.0 226.1 228.1 228.5 228.6 228.9 229.5 229.8 230.2 232.1 233.6 233.8 239.1 241.5 246.4 246.6 247.2 249.0 249.9 254.1 255.4 266.4 269.4 270.0 273.3 276.7 277.2 292.2 293.1 298.5 305.2 307.7 315.5 315.5 317.2 321.4 321.9 323.3 327.0 327.4 328.2 330.6 332.1 335.1 337.3 339.4 340.6 341.8 345.3 347.1 349.8 349.8 350.0 350.2 350.7 354.2 354.8 355.2 355.2 355.5 355.6 356.5 356.9 357.5 357.8 357.9 357.9 358.2 358.2 358.4 358.6 358.8 359.8 359.9 360.1 360.3 361.2 362.0 362.2 363.7 364.2 364.7 364.8 367.4 368.2 368.4 369.3 369.5 380.6 387.4 394.5 400.1 400.7 401.2 407.3 426.7 430.8 436.1 438.6 439.7 440.9 441.2 441.6 445.1 450.2 451.9 453.4 458.4 458.9 460.1 460.3 460.7 461.5 463.1 463.2 465.1 466.3 468.4 469.6 469.7 470.0 470.0 470.6 470.6 471.5 474.1 474.2 474.5 474.5 475.5 475.8 475.9 476.1 476.2 479.0 479.2 479.6 479.9 480.4 480.7 480.7 480.9 480.9 480.9 481.3 481.9 482.1 483.1 483.5 484.1 484.4 489.3 489.7 489.8 490.0 [2026-05-12 03:38:29.599304] NRT reopen time (msec) mean=64.4967 stdDev=103.3512 [2026-05-12 03:38:29.599310] run CheckIndex [2026-05-12 03:38:29.599379] 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.11.10.20.55/checkIndex.nrt.log 2>&1 [2026-05-12 03:45:48.408210] took 438.8 sec [2026-05-12 03:45:49.577033] 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=3574041 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-12 07:45:49 (UTC) Duration: 115 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3979518 82896709 jdk.CPUTimeSample 3138340 54965941 jdk.FileRead 624167 14695740 jdk.ObjectAllocationInNewTLAB 549707 9616458 jdk.ObjectAllocationOutsideTLAB 150894 2403705 jdk.BooleanFlag 10380 328745 jdk.Compilation 5827 149829 jdk.CPULoad 2040 40200 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 755 25396409 jdk.StringFlag 675 25155 jdk.GarbageCollection 41 968 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15640 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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3138336 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.92% 217081 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 6.39% 200675 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.01% 157192 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.76% 149399 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.37% 137085 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.49% 109432 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.22% 101156 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.99% 93949 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.59% 81248 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.10% 66002 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.99% 62404 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.63% 51185 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.61% 50665 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 1.48% 46325 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.44% 45266 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.33% 41603 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.29% 40605 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.19% 37219 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.11% 34699 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 1.07% 33436 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.01% 31850 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.99% 31183 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.80% 25144 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.73% 22982 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.72% 22593 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.70% 22123 java.lang.Character#toChars():9872 [Inlined code] 0.61% 19105 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.50% 15751 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] 0.49% 15334 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.48% 15150 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.47% 14841 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.47% 14683 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.47% 14602 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.46% 14403 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.45% 14110 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.45% 14008 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.41% 12770 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.40% 12586 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.40% 12523 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.40% 12446 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.39% 12358 java.lang.Character#codePointAt():9665 [Inlined code] 0.39% 12216 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.37% 11730 java.lang.Character#toLowerCase():11251 [Inlined code] 0.36% 11451 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.36% 11188 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.36% 11163 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.35% 10993 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.35% 10987 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.34% 10699 org.apache.lucene.analysis.Tokenizer#correctOffset():80 [Inlined code] 0.33% 10414 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3138336 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.39% 200675 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.76% 149383 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.37% 137085 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.49% 109432 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.47% 108835 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 3.44% 108058 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 3.19% 100044 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.99% 93941 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.59% 81248 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.21% 69485 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.10% 66001 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.99% 62341 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.63% 51157 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.61% 50665 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.48% 46325 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.44% 45266 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.33% 41603 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.29% 40605 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.19% 37211 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.09% 34323 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.04% 32640 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.01% 31840 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 1.01% 31743 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.99% 31183 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.79% 24918 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.74% 23324 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.70% 22123 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.56% 17658 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.53% 16723 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.52% 16472 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.50% 15742 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.48% 15149 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.48% 15104 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.47% 14660 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.46% 14552 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.46% 14425 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.46% 14403 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.45% 13999 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.42% 13293 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.40% 12584 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.40% 12517 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.40% 12445 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.39% 12216 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.38% 11781 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.37% 11566 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.36% 11451 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.36% 11188 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.36% 11163 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.35% 10993 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.35% 10987 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3138336 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.27% 196803 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] 4.75% 149150 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] 4.35% 136517 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 3.44% 107937 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.99% 93858 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.89% 90628 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.86% 89879 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.59% 81248 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.10% 65997 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.64% 51459 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.63% 51157 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.61% 50657 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] 1.60% 50089 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.55% 48571 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.48% 46309 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.29% 40600 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.19% 37211 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] 1.09% 34322 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.01% 31839 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.00% 31240 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.99% 31125 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.95% 29796 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.93% 29250 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.90% 28100 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.74% 23271 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.70% 22122 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.70% 21992 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.67% 20932 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.61% 19082 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.59% 18551 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.58% 18183 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.57% 17749 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.56% 17658 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.53% 16721 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.50% 15741 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.48% 15149 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.47% 14655 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.46% 14423 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.46% 14402 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.44% 13925 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.44% 13898 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.43% 13574 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.40% 12654 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% 12630 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.40% 12561 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.40% 12515 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.40% 12445 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.40% 12407 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] at org.apache.lucene.codecs.lucene104.PForUtil#encode():102 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.39% 12213 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% 11561 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3138336 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.21% 100712 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 3.06% 96044 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.70% 84805 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.55% 79913 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 2.51% 78748 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 2.35% 73601 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.17% 68232 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.12% 66510 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 2.04% 64068 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 1.97% 61755 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.59% 50006 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.55% 48571 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.42% 44538 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.21% 38107 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.01% 31734 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.00% 31495 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.00% 31438 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.98% 30606 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.94% 29398 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.93% 29277 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.87% 27338 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.86% 27074 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.83% 26097 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.81% 25471 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.80% 25260 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.72% 22646 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.70% 21999 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.67% 20927 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():1278 [JIT compiled code] 0.67% 20919 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.66% 20608 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.63% 19856 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.62% 19502 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.60% 18848 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.60% 18796 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.59% 18407 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.57% 17946 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.54% 16806 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.52% 16202 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.51% 16062 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.51% 15875 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.48% 15026 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.47% 14663 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.47% 14653 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.46% 14356 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.45% 14240 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 13925 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.44% 13898 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.41% 12898 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.40% 12534 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.39% 12339 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3138336 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.74% 86013 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.64% 82844 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.55% 79913 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.51% 78748 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.40% 75167 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.08% 65211 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.96% 61503 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.89% 59220 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.88% 58938 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.73% 54341 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.55% 48571 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.51% 47469 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.26% 39411 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.08% 33784 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.89% 28008 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.89% 27876 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.89% 27799 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.89% 27781 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.86% 27074 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.80% 25260 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.79% 24713 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.73% 22872 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.72% 22723 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.64% 20152 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.62% 19479 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.59% 18369 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.58% 18187 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.57% 18037 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.56% 17681 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.55% 17396 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.55% 17337 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.52% 16407 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.50% 15723 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.47% 14632 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.45% 14181 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.45% 14007 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.44% 13925 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.44% 13898 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.43% 13572 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.43% 13429 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.42% 13299 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.42% 13102 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.39% 12389 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.39% 12339 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [JIT compiled code] at perf.IndexThreads$IndexThread#run():419 [Interpreted code] 0.39% 12331 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 11990 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 11954 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [JIT compiled code] at perf.IndexThreads$IndexThread#run():419 [Interpreted code] 0.38% 11892 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.36% 11328 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.35% 10944 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 700575 events (total: 288415M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.31% 44153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.41% 35781M java.lang.StringUTF16#compress():216 [Inlined code] 8.99% 25940M java.lang.StringUTF16#compress():212 [Inlined code] 8.70% 25092M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 7.47% 21551M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.15% 9083M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.96% 8524M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.86% 8260M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.80% 8083M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.85% 5341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.84% 5314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5048M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.72% 4973M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.71% 4935M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.70% 4891M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.69% 4875M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.65% 4766M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.45% 4168M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.26% 3631M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.11% 3192M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.09% 3142M perf.LineFileDocs#nextDoc():647 [Interpreted code] 1.04% 2997M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.61% 1749M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.53% 1540M java.nio.HeapByteBuffer#():75 [Inlined code] 0.53% 1534M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.51% 1468M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.50% 1437M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.47% 1345M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.32% 929M java.util.ArrayList#grow():240 [Inlined code] 0.26% 763M java.util.ArrayDeque#():179 [Inlined code] 0.22% 646M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 514M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.16% 448M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 417M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.14% 402M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 401M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 356M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.11% 328M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.11% 323M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 310M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.10% 292M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 277M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.10% 274M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.09% 259M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] 0.08% 232M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.08% 217M java.util.Arrays#copyOf():3478 [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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 700575 events (total: 288415M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 41099M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.41% 35781M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.99% 25940M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.70% 25092M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 7.44% 21469M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.95% 8521M 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% 8179M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.81% 8104M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.73% 7866M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 1.85% 5341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.84% 5314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5048M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.72% 4973M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.71% 4935M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4891M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.65% 4766M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.65% 4745M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.23% 3545M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.21% 3496M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.11% 3192M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.08% 3125M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.06% 3053M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.04% 2997M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.61% 1749M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1540M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.50% 1437M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.48% 1381M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.46% 1327M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.43% 1232M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.34% 979M 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% 929M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.26% 763M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.23% 671M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.16% 448M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 403M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.14% 401M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.14% 398M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000004a1a8000#newInvokeSpecial() [Inlined code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.12% 356M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 328M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 292M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 277M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 277M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.10% 276M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.10% 274M 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.09% 259M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 255M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.08% 237M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():636 [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.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 700575 events (total: 288415M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 41099M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.41% 32909M 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.21% 23670M 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.18% 20704M 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.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.02% 20259M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 2.81% 8115M 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.70% 7789M 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.69% 7759M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.85% 5341M 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] 1.84% 5314M 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] 1.75% 5045M 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.72% 4973M 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] 1.71% 4935M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4891M 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] 1.65% 4766M 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] 1.65% 4745M 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] 1.62% 4678M 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.23% 3545M 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] 1.21% 3496M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.21% 3481M 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.20% 3469M 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] 1.08% 3125M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3053M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.05% 3024M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.04% 2997M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 0.90% 2583M 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.61% 1749M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1498M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004a13a348#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.49% 1425M 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.49% 1409M 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.47% 1363M 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.46% 1330M 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% 1305M 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.34% 967M 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% 920M 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% 763M 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.26% 739M 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.23% 671M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.20% 567M 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 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.16% 448M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.14% 403M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.14% 398M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000004a1a8000#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% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 360M 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.12% 356M 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.11% 328M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.10% 279M 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 [JIT compiled code] 0.10% 277M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 700575 events (total: 288415M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 41099M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.52% 30331M 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.67% 22131M 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.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.03% 8747M 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.00% 8663M 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.27% 6543M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 1.98% 5711M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.74% 5020M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.74% 5018M 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.72% 4973M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.71% 4935M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.69% 4883M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.65% 4766M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.65% 4747M 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.62% 4669M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.57% 4537M 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():1365 [JIT compiled code] 1.48% 4282M 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():1365 [JIT compiled code] 1.21% 3496M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.21% 3481M 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.0x000000004a1cc6b0#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% 3452M 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.0x000000004a1cc6b0#merge() [Interpreted code] 1.11% 3213M 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.0x000000004a1cc6b0#merge() [Interpreted code] 1.09% 3145M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.09% 3136M 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():1365 [JIT compiled code] 1.08% 3125M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3053M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.02% 2944M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.89% 2580M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.89% 2577M 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.89% 2566M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 2516M 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.86% 2474M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.63% 1821M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.63% 1804M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.61% 1746M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.58% 1683M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.54% 1556M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1538M 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.50% 1440M 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.49% 1425M 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.49% 1409M 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.46% 1326M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004a13a348#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.45% 1300M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.45% 1294M 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.42% 1221M 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.42% 1202M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.38% 1089M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.32% 920M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.31% 907M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.37 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 700575 events (total: 288415M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.25% 41099M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.52% 30331M 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.67% 22131M 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.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.00% 8663M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.90% 5486M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.74% 5018M 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.0x000000004a1cc6b0#merge() [Interpreted code] 1.71% 4935M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4892M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.67% 4822M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.65% 4747M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.61% 4653M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.61% 4651M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.61% 4648M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.52% 4389M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.50% 4330M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.45% 4170M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.21% 3496M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.21% 3481M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.20% 3452M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.13% 3260M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.11% 3213M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.08% 3125M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3058M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.06% 3053M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.99% 2865M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.91% 2629M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.89% 2577M 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.89% 2566M 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.84% 2428M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.70% 2014M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.64% 1837M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.62% 1784M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.57% 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.55% 1572M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1538M 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.49% 1425M 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.0x000000004a1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.49% 1409M 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% 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 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.48% 1371M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.46% 1326M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.45% 1302M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004a13a348#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.45% 1300M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.44% 1271M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.42% 1221M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.41% 1184M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.37% 1068M 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.34% 970M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.31% 907M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] move log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/fastIndexBigDocs.top.log [2026-05-12 03:49:27.379818] took 87.5 sec [2026-05-12 03:49:27.380859] bigIndexAtClose None [2026-05-12 03:49:27.381961] 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=3576424 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-12 15:36:20 (UTC) Duration: 11560 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 91325789 1734722160 jdk.FileWrite 11977486 275443487 jdk.FileRead 322459 8953814 jdk.CPULoad 218196 4582116 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 34569 752968 jdk.Checkpoint 34330 96275713 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 192 3423 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 157 4398 jdk.GarbageCollection 64 1664 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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91325789 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.54% 37M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 40.16% 36M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 7.18% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.30% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.18% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.89% 812026 java.util.Arrays#fill():3144 [Inlined code] 0.74% 672065 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.69% 627985 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.52% 471315 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.36% 328360 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.35% 320675 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.29% 263796 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.29% 262062 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.28% 258230 java.util.ArrayList#elementData():412 [Inlined code] 0.26% 237093 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.19% 171613 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.18% 165717 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.17% 152274 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.16% 146626 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.14% 127335 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 124761 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 122839 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.12% 112709 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.11% 96191 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.10% 90479 java.util.Arrays#fill():3143 [Inlined code] 0.09% 79547 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.08% 76600 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 76432 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 70999 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.08% 70724 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.07% 59707 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 55704 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.06% 55553 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.05% 49333 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 46084 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 43718 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 41172 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.04% 40554 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.04% 37807 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 36851 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 35527 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 34862 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 34594 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 32774 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.03% 31930 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.03% 31853 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.03% 29941 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.03% 29883 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] 0.03% 29027 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] 0.03% 28791 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91325789 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.54% 37M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 40.16% 36M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 7.18% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.30% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.14% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.89% 812026 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.74% 672065 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.69% 627985 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.52% 471315 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.35% 320675 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.29% 263796 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.29% 262062 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.28% 258194 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.26% 237093 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.25% 226938 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.19% 171613 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 146626 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.15% 138100 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 127335 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 124761 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% 122839 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.12% 111768 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.12% 109491 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 92287 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 90479 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.09% 81567 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 79547 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.08% 70999 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.07% 63323 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 59707 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 55553 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 53082 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.06% 50901 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.05% 46084 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 42902 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 41172 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.04% 37807 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 36944 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 34862 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.04% 34635 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 34594 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 34348 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 32774 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.03% 31853 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.03% 31427 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.03% 30561 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.03% 29941 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.03% 29813 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.03% 28791 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.03% 28571 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91325789 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.54% 37M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 40.16% 36M 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] 7.18% 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.13% 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.89% 812026 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.69% 627985 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.67% 610098 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.65% 596584 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.52% 471315 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.35% 320675 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.34% 312166 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.29% 266252 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.29% 263412 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.29% 262062 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 249524 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.25% 225643 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 215257 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.18% 167868 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.16% 144154 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.14% 127662 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.14% 127335 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 118439 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% 107972 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 105700 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 90479 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.09% 84190 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.09% 84160 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% 81567 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.08% 75481 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.08% 71910 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.07% 67350 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.07% 62952 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.06% 53082 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 52828 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 47911 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.05% 46084 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] 0.04% 40637 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.04% 36713 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% 35933 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 35770 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 34862 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 33642 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 31853 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.03% 30442 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.03% 29397 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.03% 28791 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 27605 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.03% 26840 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 26713 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [JIT compiled 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.03% 26656 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():228 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91325789 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.45% 34M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 10.27% 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] 9.41% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 8.77% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 6.74% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.25% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.90% 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.67% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.53% 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.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] 1.49% 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.10% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.81% 742073 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.74% 673988 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.70% 641269 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.67% 610287 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():421 [Inlined code] 0.65% 596584 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.63% 576111 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.62% 562210 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.61% 560349 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.60% 550379 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 542931 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.58% 532374 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.52% 471315 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.0x000000003107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.31% 283503 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.29% 263412 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 245027 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.26% 237652 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 225643 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.24% 215257 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.22% 198694 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.17% 151167 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.16% 148883 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.15% 137063 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.13% 118439 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.13% 117652 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.13% 117623 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.12% 107972 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] 0.11% 96896 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.10% 91025 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():421 [Inlined code] 0.10% 87050 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.09% 84190 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.09% 84160 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% 78766 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.09% 77715 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.08% 77002 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.08% 75467 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.08% 68680 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 67350 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.06% 58321 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91325789 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.45% 34M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 8.87% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 8.42% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 8.33% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 4.86% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.95% 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 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.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():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.44% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.39% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.39% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.10% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.97% 889614 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.79% 721497 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.74% 673988 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.69% 626561 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.67% 610099 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.65% 596584 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.64% 586337 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():421 [Inlined code] 0.63% 572411 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.60% 550912 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.58% 525499 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#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.52% 476794 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.52% 475832 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.52% 471315 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.0x000000003107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.49% 451309 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 366356 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.36% 331001 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.30% 272467 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.28% 255023 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 248728 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.27% 245027 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 243752 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 237638 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.26% 236463 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 215257 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.23% 209406 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#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% 200359 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.20% 181677 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.18% 161383 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.17% 154672 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.17% 150764 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():421 [Inlined code] 0.16% 146669 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 140279 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():421 [Inlined code] 0.15% 140057 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#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.15% 137063 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 136098 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.14% 123883 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.13% 120548 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.13% 119326 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34757 events (total: 637984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.45% 98552M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.76% 94181M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 4.98% 31776M perf.LineFileDocs#readVector():212 [Inlined code] 4.84% 30892M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.81% 30683M java.nio.HeapByteBuffer#():75 [Inlined code] 3.16% 20141M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.85% 18203M java.util.Arrays#copyOf():3478 [Inlined code] 2.44% 15579M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.38% 15214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.20% 14024M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.87% 11903M java.util.Arrays#copyOf():3537 [Inlined code] 1.62% 10348M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.47% 9386M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.34% 8576M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.32% 8399M java.lang.StringUTF16#compress():212 [Inlined code] 1.23% 7866M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.22% 7754M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 1.17% 7475M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.98% 6239M java.util.ArrayList#grow():240 [Inlined code] 0.96% 6094M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.95% 6030M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.95% 6029M org.apache.lucene.document.StringField#():61 [Inlined code] 0.94% 6008M java.util.HashMap#newNode():1910 [Inlined code] 0.89% 5672M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.84% 5368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.82% 5240M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.80% 5112M java.lang.StringBuilder#toString():478 [Inlined code] 0.73% 4658M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.69% 4389M java.lang.StringUTF16#compress():216 [Inlined code] 0.63% 3999M java.util.HashMap#resize():711 [JIT compiled code] 0.56% 3543M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.52% 3309M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.50% 3162M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.49% 3119M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.48% 3078M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.47% 2974M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.45% 2900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.45% 2854M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.42% 2698M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.41% 2643M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.41% 2638M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.41% 2610M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 2496M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.39% 2456M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.37% 2345M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.36% 2317M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.35% 2213M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.34% 2190M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.34% 2175M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] 0.34% 2155M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34757 events (total: 637984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.10% 96359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 14.76% 94181M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 4.98% 31776M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.84% 30892M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.69% 29929M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.13% 19992M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.85% 18203M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.44% 15579M 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.38% 15214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.20% 14024M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.87% 11903M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.62% 10348M 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.47% 9386M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.34% 8576M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.32% 8399M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.23% 7866M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7754M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.17% 7475M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.98% 6239M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.96% 6094M 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.95% 6030M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.89% 5672M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.84% 5368M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.82% 5240M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.80% 5112M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.69% 4389M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.56% 3543M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.53% 3354M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.50% 3162M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.49% 3119M 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.48% 3078M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.47% 2974M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.46% 2922M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.45% 2900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.42% 2698M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.41% 2643M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 2638M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.41% 2588M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.39% 2456M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.37% 2355M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.37% 2345M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.35% 2233M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.35% 2213M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.34% 2192M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.34% 2190M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.34% 2175M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] 0.34% 2155M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.34% 2144M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 2091M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34757 events (total: 637984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.77% 87840M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.69% 87315M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 4.98% 31776M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.84% 30892M 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.69% 29929M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.85% 18203M 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.44% 15579M 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.38% 15214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.20% 14024M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 1.87% 11903M 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.47% 9386M 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.34% 8576M 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.34% 8518M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.24% 7920M 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.23% 7866M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7754M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled 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():421 [Inlined code] 1.20% 7634M 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.15% 7332M 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.08% 6865M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 0.98% 6239M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.96% 6094M 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.94% 5995M 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.0x000000003104c400#concat() [Inlined code] 0.89% 5672M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] 0.77% 4899M 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.69% 4389M 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.67% 4255M 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.56% 3543M 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.50% 3206M 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.50% 3162M 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.48% 3078M 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.47% 2974M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.46% 2932M 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.43% 2741M 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.43% 2714M 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.42% 2698M 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.41% 2643M 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.41% 2638M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 2523M 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.39% 2456M 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.38% 2453M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.38% 2425M 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.37% 2355M 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% 2249M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.35% 2233M 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.34% 2190M 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.34% 2155M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [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% 2144M 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.32% 2067M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.32% 2029M 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.31% 1999M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34757 events (total: 637984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.32% 53081M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.15% 51985M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 4.98% 31776M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.84% 30892M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 4.69% 29929M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.23% 26971M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 4.14% 26414M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.44% 15579M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 2.20% 14024M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.40% 8918M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.29% 8255M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.24% 7920M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.23% 7866M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7801M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.20% 7634M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 1.14% 7283M 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] 0.99% 6296M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.96% 6094M 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.94% 5995M 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.0x000000003104c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003104c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.92% 5875M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.89% 5672M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.81% 5173M 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.69% 4399M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.69% 4389M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.68% 4327M 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.67% 4247M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.66% 4212M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.56% 3543M 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.48% 3089M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.47% 3005M 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.45% 2861M 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():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.44% 2821M 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.43% 2741M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.43% 2714M 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.42% 2698M 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.39% 2499M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.38% 2453M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.38% 2429M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.38% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 2424M 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():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.38% 2404M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.37% 2360M 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#processSSDVFacetFields():496 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.37% 2355M 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.36% 2321M 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():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] 0.36% 2314M 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.35% 2249M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.35% 2233M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.34% 2183M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.34% 2155M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.34% 2144M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2045.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34757 events (total: 637984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.32% 53081M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] 8.15% 51985M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] 4.98% 31776M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.84% 30892M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 4.69% 29929M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.23% 26971M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.14% 26414M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.44% 15579M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.20% 14024M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.24% 7920M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.23% 7866M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.20% 7634M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 1.14% 7283M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.14% 7253M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#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.99% 6296M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.96% 6094M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.92% 5875M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000031207c68#call() [JIT compiled code] 0.89% 5672M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.89% 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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.83% 5315M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.81% 5173M 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.0x00000000311de000#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [JIT compiled code] 0.69% 4399M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.69% 4389M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.68% 4327M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.67% 4247M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.65% 4176M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 3543M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.49% 3118M 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.0x000000003104c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003104c800#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 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader():87 [JIT compiled code] 0.47% 3005M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.46% 2939M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.45% 2876M 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.0x000000003104c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003104c800#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 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.45% 2861M 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():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.44% 2821M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.43% 2741M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.43% 2714M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.42% 2698M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 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#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.39% 2499M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.39% 2486M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.38% 2453M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.38% 2429M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():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] 0.38% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.38% 2424M 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():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.38% 2404M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.37% 2360M 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#processSSDVFacetFields():496 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 2355M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.36% 2321M 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():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] 0.36% 2314M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.35% 2249M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.35% 2233M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.11.10.20.55/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.11.10.20.55/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.11.10.20.55/fixedIndex.top.log [2026-05-12 15:27:00.772279] took 39572.5 sec [2026-05-12 15:27:00.775607] run CheckIndex [2026-05-12 15:27:00.775688] 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.11.10.20.55/checkIndex.fixedIndex.log 2>&1 [2026-05-12 15:33:04.511815] took 363.7 sec [2026-05-12 15:33:04.513211] 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-12 15:33:04.513326] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.11.10.20.55/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.11.10.20.55/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.11.10.20.55/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 422.8 s 53.7 actual sustained QPS; 2.6 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 406.9 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 407.7 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 406.7 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.7 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 406.5 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.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 424.2 s 53.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.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 414.1 s 54.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 418.2 s 54.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.9 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-9.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7082989 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.9 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 413.1 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.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 406.9 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 423.7 s 53.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.12 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-12.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -563807 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.12 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.6 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 416.5 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.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 414.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.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 409.1 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.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 415.4 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.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 408.9 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.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 412.0 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.4 s 55.7 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=3819562 [2026-05-12 17:51:20.051857] done search (2:18:15.538514) 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.594 1.587 -0.5% 4.938 5.000 1.2% 5.296 5.380 1.6% 5.742 5.445 -5.2% 7.287 5.468 -25.0% ('And3Terms', None) 1.613 1.609 -0.3% 3.087 3.186 3.2% 3.366 3.488 3.6% 3.438 3.543 3.1% 3.703 3.820 3.2% ('AndHighHigh', None) 4.883 4.853 -0.6% 6.838 6.910 1.1% 6.971 7.306 4.8% 8.669 9.099 5.0% 25.294 16.960 -32.9% ('AndHighHighDayTaxoFacets', None) 67.758 62.124 -8.3% 127.165 114.582 -9.9% 130.248 116.896 -10.3% 137.637 120.762 -12.3% 143.155 154.670 8.0% ('AndHighMed', None) 2.146 2.198 2.4% 3.030 3.044 0.5% 3.216 3.210 -0.2% 3.278 3.997 22.0% 4.932 4.085 -17.2% ('AndHighMedDayTaxoFacets', None) 7.805 7.706 -1.3% 22.533 21.016 -6.7% 23.734 22.465 -5.3% 24.167 23.393 -3.2% 26.656 23.839 -10.6% ('AndHighOrMedMed', None) 6.421 6.194 -3.5% 11.665 10.995 -5.7% 11.930 11.342 -4.9% 12.779 13.012 1.8% 26.178 22.657 -13.5% ('AndMedOrHighHigh', None) 4.309 4.333 0.5% 11.450 11.482 0.3% 11.904 11.734 -1.4% 22.534 12.050 -46.5% 60.965 61.083 0.2% ('AndMissingHigh', 'Title') 0.150 0.154 2.5% 0.251 0.253 0.9% 0.413 0.451 9.4% 0.527 0.528 0.2% 0.594 0.651 9.6% ('AndStopWords', None) 5.751 6.930 20.5% 18.663 18.801 0.7% 19.411 20.422 5.2% 19.411 20.422 5.2% 20.440 20.469 0.1% ('BrowseDateSSDVFacets', None) 650.496 650.141 -0.1% 657.203 654.753 -0.4% 658.538 659.201 0.1% 658.538 659.201 0.1% 746.461 755.739 1.2% ('BrowseDateTaxoFacets', None) 138.423 138.287 -0.1% 141.221 147.416 4.4% 153.252 152.442 -0.5% 153.252 152.442 -0.5% 155.838 153.234 -1.7% ('BrowseDayOfYearSSDVFacets', None) 172.862 171.327 -0.9% 175.047 172.613 -1.4% 182.291 181.116 -0.6% 182.291 181.116 -0.6% 185.997 181.594 -2.4% ('BrowseDayOfYearTaxoFacets', None) 137.261 137.932 0.5% 139.708 140.339 0.5% 152.330 152.573 0.2% 152.330 152.573 0.2% 152.412 152.700 0.2% ('BrowseMonthSSDVFacets', None) 161.085 161.050 -0.0% 163.793 163.966 0.1% 171.782 170.383 -0.8% 171.782 170.383 -0.8% 172.158 171.507 -0.4% ('BrowseMonthTaxoFacets', None) 148.272 148.305 0.0% 150.317 150.814 0.3% 159.009 159.252 0.2% 159.009 159.252 0.2% 210.364 208.079 -1.1% ('BrowseRandomLabelSSDVFacets', None) 210.382 212.333 0.9% 230.776 218.576 -5.3% 231.761 234.467 1.2% 231.761 234.467 1.2% 240.653 241.149 0.2% ('BrowseRandomLabelTaxoFacets', None) 155.623 157.884 1.5% 161.333 161.243 -0.1% 170.216 172.159 1.1% 170.216 172.159 1.1% 171.877 178.838 4.0% ('CombinedAndHighHigh', None) 19.108 17.927 -6.2% 20.265 18.920 -6.6% 20.916 20.630 -1.4% 22.002 22.581 2.6% 39.834 73.693 85.0% ('CombinedAndHighMed', None) 3.218 3.214 -0.1% 9.705 9.038 -6.9% 10.181 9.542 -6.3% 10.793 11.761 9.0% 84.478 86.244 2.1% ('CombinedOrHighHigh', None) 19.228 17.977 -6.5% 20.595 19.286 -6.4% 21.359 20.339 -4.8% 23.455 22.131 -5.6% 24.526 22.733 -7.3% ('CombinedOrHighMed', None) 3.352 3.310 -1.2% 9.785 9.174 -6.2% 10.351 9.968 -3.7% 10.628 12.833 20.7% 26.091 23.397 -10.3% ('CombinedTerm', None) 6.911 6.551 -5.2% 13.403 12.440 -7.2% 13.686 12.788 -6.6% 13.979 12.843 -8.1% 26.979 24.985 -7.4% ('CountAndHighHigh', None) 1.840 1.761 -4.3% 2.047 1.977 -3.4% 2.243 2.149 -4.2% 2.343 2.258 -3.6% 2.453 2.271 -7.4% ('CountAndHighMed', None) 1.709 1.688 -1.3% 1.920 1.911 -0.5% 2.808 2.192 -21.9% 55.740 48.864 -12.3% 92.387 78.061 -15.5% ('CountFilteredIntNRQ', None) 6.697 6.650 -0.7% 7.614 7.603 -0.1% 8.854 9.692 9.5% 32.970 38.403 16.5% 38.163 40.366 5.8% ('CountFilteredOrHighHigh', None) 4.922 4.780 -2.9% 5.211 4.987 -4.3% 5.568 5.265 -5.4% 6.322 7.578 19.9% 20.204 19.592 -3.0% ('CountFilteredOrHighMed', None) 4.416 4.337 -1.8% 4.839 4.714 -2.6% 5.156 6.418 24.5% 7.845 8.680 10.7% 8.003 8.881 11.0% ('CountFilteredOrMany', None) 17.568 16.292 -7.3% 20.676 19.057 -7.8% 21.327 19.701 -7.6% 22.482 21.571 -4.1% 87.814 93.758 6.8% ('CountFilteredPhrase', None) 11.522 11.877 3.1% 17.068 17.061 -0.0% 17.889 17.754 -0.8% 78.151 36.418 -53.4% 258.665 106.808 -58.7% ('CountOrHighHigh', None) 1.775 1.686 -5.0% 2.014 1.877 -6.8% 2.391 2.235 -6.5% 2.519 2.425 -3.7% 2.764 2.737 -1.0% ('CountOrHighMed', None) 1.682 1.628 -3.2% 1.960 1.957 -0.1% 2.396 4.107 71.4% 3.951 4.256 7.7% 15.297 15.500 1.3% ('CountOrMany', None) 15.716 14.569 -7.3% 19.456 17.867 -8.2% 20.352 18.329 -9.9% 24.315 18.431 -24.2% 26.652 23.482 -11.9% ('CountPhrase', None) 38.240 40.074 4.8% 80.807 81.398 0.7% 89.224 90.411 1.3% 89.251 90.865 1.8% 90.457 91.857 1.5% ('CountTerm', None) 0.103 0.102 -0.9% 0.153 0.157 2.1% 0.272 0.233 -14.3% 0.309 0.333 7.5% 0.360 0.515 43.1% ('DismaxOrHighHigh', None) 2.713 2.764 1.9% 6.961 7.051 1.3% 13.642 7.388 -45.8% 16.737 14.084 -15.9% 25.541 15.196 -40.5% ('DismaxOrHighMed', None) 2.476 2.491 0.6% 3.122 3.041 -2.6% 3.511 3.312 -5.7% 7.534 3.434 -54.4% 10.396 10.885 4.7% ('DismaxTerm', None) 0.680 0.689 1.3% 0.915 0.915 0.0% 2.797 2.166 -22.5% 3.682 14.640 297.6% 4.716 23.954 407.9% ('FilteredAnd2Terms2StopWords', None) 0.976 1.006 3.1% 6.180 6.318 2.2% 6.477 6.568 1.4% 6.598 6.980 5.8% 6.618 8.105 22.5% ('FilteredAnd3Terms', None) 1.456 1.496 2.7% 2.471 2.512 1.7% 2.748 2.826 2.8% 2.901 6.782 133.8% 3.044 15.927 423.3% ('FilteredAndHighHigh', None) 7.342 7.336 -0.1% 7.582 7.592 0.1% 7.998 7.803 -2.4% 8.852 8.011 -9.5% 9.648 8.319 -13.8% ('FilteredAndHighMed', None) 2.164 2.191 1.2% 5.598 5.590 -0.1% 5.742 5.877 2.3% 6.369 5.942 -6.7% 6.496 6.139 -5.5% ('FilteredAndStopWords', None) 9.158 8.142 -11.1% 10.190 10.228 0.4% 10.575 11.609 9.8% 10.575 11.609 9.8% 104.670 95.001 -9.2% ('FilteredDismaxOrHighHigh', None) 10.696 10.014 -6.4% 11.422 10.731 -6.0% 11.712 11.733 0.2% 13.215 17.047 29.0% 34.240 19.285 -43.7% ('FilteredDismaxOrHighMed', None) 3.274 3.080 -5.9% 7.679 7.212 -6.1% 8.048 7.672 -4.7% 9.524 7.789 -18.2% 85.803 144.311 68.2% ('FilteredDismaxTerm', None) 3.484 3.604 3.4% 4.683 4.785 2.2% 5.205 5.164 -0.8% 5.706 5.783 1.4% 6.452 6.294 -2.4% ('FilteredIntNRQ', None) 3.224 3.295 2.2% 4.182 4.184 0.0% 4.666 4.589 -1.7% 5.105 5.253 2.9% 58.497 56.454 -3.5% ('FilteredOr2Terms2StopWords', None) 3.354 3.440 2.5% 7.228 7.418 2.6% 7.539 7.677 1.8% 7.583 7.764 2.4% 7.948 7.866 -1.0% ('FilteredOr3Terms', None) 4.586 4.617 0.7% 6.109 6.108 -0.0% 6.376 6.438 1.0% 6.382 7.969 24.9% 57.729 63.560 10.1% ('FilteredOrHighHigh', None) 7.594 7.721 1.7% 7.953 8.021 0.9% 8.231 8.417 2.3% 8.407 8.547 1.7% 59.643 57.819 -3.1% ('FilteredOrHighMed', None) 2.216 2.246 1.3% 5.507 5.533 0.5% 5.750 5.823 1.3% 6.572 6.515 -0.9% 47.512 32.840 -30.9% ('FilteredOrMany', None) 30.903 31.399 1.6% 33.822 34.264 1.3% 35.293 35.496 0.6% 35.343 35.658 0.9% 35.400 36.024 1.8% ('FilteredOrStopWords', None) 11.396 11.582 1.6% 11.972 11.946 -0.2% 14.006 13.630 -2.7% 14.006 13.630 -2.7% 139.234 144.561 3.8% ('FilteredPhrase', None) 10.729 11.037 2.9% 16.714 16.940 1.4% 18.754 19.309 3.0% 22.208 29.364 32.2% 26.656 32.386 21.5% ('FilteredPrefix3', None) 1.855 1.827 -1.5% 3.885 3.949 1.6% 4.208 4.358 3.6% 4.249 4.506 6.0% 4.371 6.928 58.5% ('FilteredTerm', None) 3.142 3.215 2.3% 4.459 4.554 2.1% 4.752 4.754 0.1% 4.817 4.843 0.5% 30.806 29.217 -5.2% ('Fuzzy1', None) 8.892 8.895 0.0% 10.824 10.811 -0.1% 11.846 11.648 -1.7% 19.871 13.822 -30.4% 34.267 35.324 3.1% ('Fuzzy2', None) 9.948 9.956 0.1% 11.827 11.748 -0.7% 13.077 12.631 -3.4% 13.660 12.686 -7.1% 14.188 14.018 -1.2% ('IntNRQ', None) 3.187 3.194 0.2% 4.121 4.063 -1.4% 4.466 4.608 3.2% 4.744 4.725 -0.4% 7.930 6.164 -22.3% ('IntSet', None) 1.160 1.176 1.3% 1.376 1.322 -3.9% 3.318 3.155 -4.9% 22.279 20.590 -7.6% 27.868 25.763 -7.6% ('IntervalsOrdered', None) 37.053 37.649 1.6% 95.720 95.874 0.2% 96.911 96.764 -0.2% 98.802 97.455 -1.4% 128.144 129.264 0.9% ('MedTermDayTaxoFacets', None) 24.590 22.580 -8.2% 29.679 26.598 -10.4% 30.465 27.817 -8.7% 31.402 28.054 -10.7% 31.589 28.107 -11.0% ('Or2Terms2StopWords', None) 1.741 1.761 1.1% 4.948 5.162 4.3% 5.290 5.676 7.3% 5.628 7.877 40.0% 35.065 33.003 -5.9% ('Or3Terms', None) 2.139 2.157 0.9% 3.544 3.614 2.0% 3.931 3.958 0.7% 4.095 5.865 43.2% 258.349 271.244 5.0% ('OrHighHigh', None) 5.070 5.257 3.7% 5.682 5.831 2.6% 5.986 6.144 2.7% 6.155 17.322 181.4% 16.303 18.819 15.4% ('OrHighMed', None) 1.683 1.710 1.6% 2.929 2.842 -3.0% 3.203 3.113 -2.8% 8.011 8.135 1.5% 8.715 8.803 1.0% ('OrHighMedDayTaxoFacets', None) 85.452 75.208 -12.0% 286.381 242.622 -15.3% 289.856 246.657 -14.9% 291.431 250.259 -14.1% 299.531 260.291 -13.1% ('OrHighRare', None) 2.738 2.898 5.9% 2.994 3.120 4.2% 3.294 3.312 0.6% 3.479 3.327 -4.4% 3.523 11.325 221.4% ('OrMany', None) 24.410 24.888 2.0% 27.095 27.828 2.7% 29.765 29.436 -1.1% 30.235 30.203 -0.1% 49.919 46.653 -6.5% ('OrStopWords', None) 5.967 5.937 -0.5% 15.408 15.488 0.5% 16.050 15.673 -2.4% 16.050 15.673 -2.4% 16.079 15.733 -2.2% ('PKLookup',) 2.683 2.697 0.5% 2.845 2.889 1.5% 3.628 4.190 15.5% 5.232 6.419 22.7% 7.598 7.500 -1.3% ('Phrase', None) 14.534 14.726 1.3% 39.356 39.370 0.0% 41.452 41.777 0.8% 42.123 48.665 15.5% 57.709 54.773 -5.1% ('PostFilteredVectorSearch', None) 1.928 1.881 -2.4% 2.147 2.074 -3.4% 5.260 5.508 4.7% 6.441 5.946 -7.7% 6.486 6.629 2.2% ('PreFilteredVectorSearch', None) 5.608 5.600 -0.1% 6.205 6.199 -0.1% 9.034 8.990 -0.5% 82.093 82.439 0.4% 313.144 324.357 3.6% ('Prefix3', None) 1.108 1.106 -0.2% 3.447 3.485 1.1% 3.846 4.085 6.2% 12.050 24.432 102.8% 82.525 93.716 13.6% ('Respell',) 14.413 14.528 0.8% 16.796 16.922 0.8% 19.430 20.914 7.6% 25.889 24.814 -4.2% 32.621 30.923 -5.2% ('SloppyPhrase', None) 76.592 77.334 1.0% 202.055 202.548 0.2% 206.460 205.114 -0.7% 207.361 205.616 -0.8% 289.412 283.294 -2.1% ('SpanNear', None) 33.684 34.717 3.1% 92.815 92.725 -0.1% 95.819 93.732 -2.2% 96.771 94.055 -2.8% 187.581 195.704 4.3% ('Term', None) 0.841 0.843 0.3% 1.017 1.016 -0.1% 1.251 1.188 -5.0% 1.293 1.460 13.0% 19.959 26.255 31.5% ('TermBGroup1M', None) 50.735 51.416 1.3% 81.960 82.856 1.1% 84.782 83.761 -1.2% 85.031 84.470 -0.7% 86.201 86.291 0.1% ('TermBGroup1M1P', None) 25.051 24.969 -0.3% 44.244 44.612 0.8% 45.314 45.115 -0.4% 46.690 48.476 3.8% 49.939 50.391 0.9% ('TermDateFacets', None) 33.671 30.078 -10.7% 59.171 51.877 -12.3% 59.966 52.467 -12.5% 61.047 52.662 -13.7% 140.097 145.434 3.8% ('TermDateTimeSort', 'DateTime') 4.219 4.237 0.4% 5.425 5.326 -1.8% 7.120 5.710 -19.8% 22.222 23.404 5.3% 64.702 90.463 39.8% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.149 6.100 -0.8% 9.601 9.627 0.3% 9.894 10.011 1.2% 9.928 14.371 44.8% 43.550 36.505 -16.2% ('TermDayOfYearSort', 'DayOfYear') 2.301 2.335 1.5% 3.601 3.618 0.5% 3.998 4.117 3.0% 4.242 10.707 152.4% 15.075 24.439 62.1% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.158 6.109 -0.8% 10.530 10.411 -1.1% 10.701 10.627 -0.7% 10.830 10.720 -1.0% 10.937 14.089 28.8% ('TermGroup100', None) 55.653 56.698 1.9% 105.874 108.226 2.2% 107.377 109.780 2.2% 107.546 110.209 2.5% 107.863 110.957 2.9% ('TermGroup10K', None) 62.678 63.669 1.6% 107.559 109.261 1.6% 109.952 110.684 0.7% 110.526 110.834 0.3% 180.279 157.111 -12.9% ('TermGroup1M', None) 63.585 64.610 1.6% 112.339 113.883 1.4% 113.621 115.729 1.9% 114.890 116.253 1.2% 115.407 118.163 2.4% ('TermMonthSort', 'Month') 0.927 0.912 -1.6% 1.062 1.067 0.5% 1.234 1.371 11.1% 2.007 1.958 -2.4% 2.415 2.348 -2.8% ('TermMonthSortSkipper', 'Month (skipper)') 4.936 4.940 0.1% 8.372 8.296 -0.9% 8.650 8.612 -0.4% 9.800 8.695 -11.3% 44.762 49.143 9.8% ('TermTitleSort', 'Title') 7.565 7.476 -1.2% 9.929 9.698 -2.3% 13.967 20.179 44.5% 66.266 76.028 14.7% 153.235 138.092 -9.9% ('TermTitleSortSkipper', 'Title (skipper)') 6.317 6.422 1.7% 9.541 9.608 0.7% 9.797 9.891 1.0% 9.910 10.206 3.0% 75.534 71.256 -5.7% ('VectorSearch', None) 2.173 2.095 -3.6% 2.564 2.329 -9.2% 6.352 6.300 -0.8% 8.173 6.681 -18.3% 8.695 8.258 -5.0% ('Wildcard', None) 24.129 21.778 -9.7% 37.663 35.952 -4.5% 49.433 45.846 -7.3% 51.177 50.020 -2.3% 77.956 86.330 10.7% generate vmstat pretties /l/reports.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.11.10.20.55/search-tasks /l/reports.nightly/2026.05.11.10.20.55/fastIndexBigDocs /l/reports.nightly/2026.05.11.10.20.55/fixedIndex /l/reports.nightly/2026.05.11.10.20.55/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.11.10.20.55/nrtIndexMediumDocs /l/reports.nightly/2026.05.11.10.20.55/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 43.61 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 61.55 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 94.28 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 163.74 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=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.13 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.72 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 15.30 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.34 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.46 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.14 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.75.39, 52.92.17.208, 3.5.66.61, 52.92.34.232, 3.5.72.107, 3.5.72.116, 52.92.20.248, 3.5.67.45 * Trying 3.5.75.39: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.39 port 443) from 10.17.4.7 port 53406 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/0eea3b06-c5c0-49ae-a839-14784fa0bce8.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGoaCWV1LXdlc3QtMSJIMEYCIQCBYvXjnkO4BruJoP4mxerXZ6CtuqbbN2cUWP7FJr7vwgIhAN6inHD4tiHgEKc%2Bw9%2FnOCTQaKU2GHSBr8R1RJdzrWdAKroFCDIQABoMODM1NDk0NzUzMTI2IgwpO3QIDicvWZXqFnMqlwXYaqHPMsSuQirQP6d3ibLEO0PztNxi48OyF23RjUOFGjpir%2FrI6kZqnE0pWIpxSiOMgOl7e6gy9uoBF3IVDmP5lmw9mmEUioTm%2BurNT7uLY%2BH8LhgUOx2qgVrxHObETb05K9%2BQAqgeftG5AzJzPSJr8XZnulWc1W3KX%2FWuEdzwEv%2B7x6cJ8kULUTdb4nlwYov1wtGm0EAgZ23mtjTW3B8gq1ihtxlUofj8Gebfn5r5eDd0c0CNZDlve8ykJjNBWTmxgNyND%2BQ4s6oUNlb8QKmMqKcIapRMrT0XE8IndehWvnTVAT0JjEj%2BajEK6Eure5bU1OkdmXokqieJjLA5MzAkXYyhnIUyJOxIYp89A3c5FQLiw3YqW9QolrfQQiJz6jaMZIWoB2e8D%2FEHT8mTL%2F%2Buyd8%2FhO9r4%2BT8LZ4FjDBJt11dzPqF0Rw6xLCZt1i4bMKJVW6pcPw31ktSGx0%2ByYBkBGd7qY6XC1jV2ypHYNnOvaR0aAHUAY%2B%2FoUwf8MRXo8veKe4U1nJVvOF8D1wNQBqpxcAbd5UQZ7m9kb4WCiZz09Ftr4fm%2BbfcpO4ktKsYehadlDRKSumSH9qNshe1olZQmG63%2FFr0p5g6ObDDyS2Z3Kp8L%2BeI1bZCtJoEFHZXNUqFg6DK7LZx4fUrTNlzSrgi65krwJ6tovb8R65s%2FqJOgif0lWKgbLFeI3sPPqBQeceqwdDSGsoGN12F231GlaTli%2BGqDj19VuU8JvZXIQTlemTY4WUnd837iIO3ZYQAI8Rs0ALQnqjuWP%2BGMai7tmn1ZSCSfE0DMoIsOs4c4WjJai9NMY32CSZ%2FNKMQnXmrdia1L1AZMhaoiAAIUfKlS0NRLhvOqvlM0asJZyBBh13FwOG33UdOaiww88GN0AY6sAGw%2FAJRqX2yifUo5fLvbjROu0wNxPpglynkOPZYAZxdnJpmKR%2BQTWr8A%2F7O7ATCazLXEollWkPAoCeDMoVWQKAR72ZZ%2FLlbV%2FTg6uz6hjjVvSmsi53TWEYpwqJy4A0OApRottO6kJAY8MTREzBIBe4vJEJu58BWrWQt%2BWGAdlR9cknGn9AeUdkj869vFFDlZXNU0l%2FMBUgFvOKnAOKuXF16upngG3nJIw2zKjstob24iA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260512T220417Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTEWONP5BX%2F20260512%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0be11737be3aed685b5a721508e6b326efc8020eeb2f09a31fd1f5e34a7337d8 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 427842549 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 408.0M 0 0 0 3.18M 0 2.91M 02:19 00:01 02:18 2.92M 2 408.0M 0 0 2 8.62M 0 4.10M 01:39 00:02 01:37 4.10M 3 408.0M 0 0 3 14.37M 0 4.62M 01:28 00:03 01:25 4.62M 5 408.0M 0 0 5 20.56M 0 5.00M 01:21 00:04 01:17 5.00M 6 408.0M 0 0 6 27.00M 0 5.28M 01:17 00:05 01:12 5.28M 8 408.0M 0 0 8 33.68M 0 5.51M 01:14 00:06 01:08 6.07M 9 408.0M 0 0 9 40.43M 0 5.68M 01:11 00:07 01:04 6.34M 11 408.0M 0 0 11 45.93M 0 5.65M 01:12 00:08 01:04 6.29M 12 408.0M 0 0 12 51.50M 0 5.64M 01:12 00:09 01:03 6.16M 14 408.0M 0 0 14 57.62M 0 5.68M 01:11 00:10 01:01 6.09M 15 408.0M 0 0 15 64.06M 0 5.75M 01:10 00:11 00:59 6.04M 17 408.0M 0 0 17 70.62M 0 5.81M 01:10 00:12 00:58 6.00M 18 408.0M 0 0 18 77.37M 0 5.88M 01:09 00:13 00:56 6.26M 20 408.0M 0 0 20 84.18M 0 5.94M 01:08 00:14 00:54 6.50M 22 408.0M 0 0 22 91.00M 0 6.00M 01:07 00:15 00:52 6.63M 23 408.0M 0 0 23 97.81M 0 6.04M 01:07 00:16 00:51 6.70M 25 408.0M 0 0 25 104.6M 0 6.09M 01:06 00:17 00:49 6.76M 27 408.0M 0 0 27 111.6M 0 6.14M 01:06 00:18 00:48 6.81M 29 408.0M 0 0 29 118.8M 0 6.19M 01:05 00:19 00:46 6.90M 30 408.0M 0 0 30 126.4M 0 6.26M 01:05 00:20 00:45 7.06M 32 408.0M 0 0 32 134.6M 0 6.35M 01:04 00:21 00:43 7.33M 35 408.0M 0 0 35 143.6M 0 6.47M 01:03 00:22 00:41 7.76M 37 408.0M 0 0 37 153.7M 0 6.62M 01:01 00:23 00:38 8.37M 40 408.0M 0 0 40 165.0M 0 6.81M 00:59 00:24 00:35 9.18M 43 408.0M 0 0 43 176.8M 0 7.01M 00:58 00:25 00:33 10.03M 45 408.0M 0 0 45 186.8M 0 7.12M 00:57 00:26 00:31 10.40M 48 408.0M 0 0 48 197.9M 0 7.27M 00:56 00:27 00:29 10.83M 51 408.0M 0 0 51 210.0M 0 7.44M 00:54 00:28 00:26 11.22M 54 408.0M 0 0 54 222.4M 0 7.61M 00:53 00:29 00:24 11.45M 57 408.0M 0 0 57 233.1M 0 7.71M 00:52 00:30 00:22 11.25M 59 408.0M 0 0 59 242.9M 0 7.78M 00:52 00:31 00:21 11.18M 62 408.0M 0 0 62 253.1M 0 7.85M 00:51 00:32 00:19 11.01M 64 408.0M 0 0 64 263.8M 0 7.94M 00:51 00:33 00:18 10.72M 67 408.0M 0 0 67 274.7M 0 8.02M 00:50 00:34 00:16 10.42M 70 408.0M 0 0 70 285.6M 0 8.10M 00:50 00:35 00:15 10.45M 72 408.0M 0 0 72 296.6M 0 8.18M 00:49 00:36 00:13 10.70M 75 408.0M 0 0 75 307.6M 0 8.26M 00:49 00:37 00:12 10.86M 78 408.0M 0 0 78 318.5M 0 8.33M 00:48 00:38 00:10 10.92M 80 408.0M 0 0 80 329.6M 0 8.40M 00:48 00:39 00:09 10.96M 83 408.0M 0 0 83 340.8M 0 8.46M 00:48 00:40 00:08 11.01M 86 408.0M 0 0 86 352.1M 0 8.53M 00:47 00:41 00:06 11.08M 89 408.0M 0 0 89 363.9M 0 8.61M 00:47 00:42 00:05 11.25M 92 408.0M 0 0 92 376.2M 0 8.70M 00:46 00:43 00:03 11.52M 95 408.0M 0 0 95 389.3M 0 8.79M 00:46 00:44 00:02 11.93M 98 408.0M 0 0 98 402.3M 0 8.89M 00:45 00:45 12.28M* upload completely sent off: 427842549 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: YS+bbECWH8+edyZyE4Zs3brZ5+NJHddGezSWN/+7eX/zVmAklv53JP9XaJo/YtesP7f0a5VFQFXmJGYYAjA7C8QWACbzDFvC < x-amz-request-id: QA5VJ8H5TST8R5XE < Date: Tue, 12 May 2026 22:04:50 GMT < x-amz-server-side-encryption: AES256 < ETag: "25dacb2dcdbffaa66ec6a1ee7300cafe" < x-amz-checksum-crc64nvme: Ogd9Pd33zv0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 408.0M 0 0 100 408.0M 0 8.87M 00:45 00:45 12.28M 100 408.0M 0 0 100 408.0M 0 8.87M 00:45 00:45 12.28M 100 408.0M 0 0 100 408.0M 0 8.87M 00:45 00:45 12.28M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 76.99 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.32.88, 3.5.75.108, 3.5.75.103, 3.5.67.255, 52.92.3.168, 52.92.32.152, 3.5.64.238, 3.5.74.125 * Trying 52.92.32.88:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.32.88 port 443) from 10.17.4.7 port 39958 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/dd2cadb6-1806-4ade-9f2f-23ce794a837d.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGoaCWV1LXdlc3QtMSJIMEYCIQCBYvXjnkO4BruJoP4mxerXZ6CtuqbbN2cUWP7FJr7vwgIhAN6inHD4tiHgEKc%2Bw9%2FnOCTQaKU2GHSBr8R1RJdzrWdAKroFCDIQABoMODM1NDk0NzUzMTI2IgwpO3QIDicvWZXqFnMqlwXYaqHPMsSuQirQP6d3ibLEO0PztNxi48OyF23RjUOFGjpir%2FrI6kZqnE0pWIpxSiOMgOl7e6gy9uoBF3IVDmP5lmw9mmEUioTm%2BurNT7uLY%2BH8LhgUOx2qgVrxHObETb05K9%2BQAqgeftG5AzJzPSJr8XZnulWc1W3KX%2FWuEdzwEv%2B7x6cJ8kULUTdb4nlwYov1wtGm0EAgZ23mtjTW3B8gq1ihtxlUofj8Gebfn5r5eDd0c0CNZDlve8ykJjNBWTmxgNyND%2BQ4s6oUNlb8QKmMqKcIapRMrT0XE8IndehWvnTVAT0JjEj%2BajEK6Eure5bU1OkdmXokqieJjLA5MzAkXYyhnIUyJOxIYp89A3c5FQLiw3YqW9QolrfQQiJz6jaMZIWoB2e8D%2FEHT8mTL%2F%2Buyd8%2FhO9r4%2BT8LZ4FjDBJt11dzPqF0Rw6xLCZt1i4bMKJVW6pcPw31ktSGx0%2ByYBkBGd7qY6XC1jV2ypHYNnOvaR0aAHUAY%2B%2FoUwf8MRXo8veKe4U1nJVvOF8D1wNQBqpxcAbd5UQZ7m9kb4WCiZz09Ftr4fm%2BbfcpO4ktKsYehadlDRKSumSH9qNshe1olZQmG63%2FFr0p5g6ObDDyS2Z3Kp8L%2BeI1bZCtJoEFHZXNUqFg6DK7LZx4fUrTNlzSrgi65krwJ6tovb8R65s%2FqJOgif0lWKgbLFeI3sPPqBQeceqwdDSGsoGN12F231GlaTli%2BGqDj19VuU8JvZXIQTlemTY4WUnd837iIO3ZYQAI8Rs0ALQnqjuWP%2BGMai7tmn1ZSCSfE0DMoIsOs4c4WjJai9NMY32CSZ%2FNKMQnXmrdia1L1AZMhaoiAAIUfKlS0NRLhvOqvlM0asJZyBBh13FwOG33UdOaiww88GN0AY6sAGw%2FAJRqX2yifUo5fLvbjROu0wNxPpglynkOPZYAZxdnJpmKR%2BQTWr8A%2F7O7ATCazLXEollWkPAoCeDMoVWQKAR72ZZ%2FLlbV%2FTg6uz6hjjVvSmsi53TWEYpwqJy4A0OApRottO6kJAY8MTREzBIBe4vJEJu58BWrWQt%2BWGAdlR9cknGn9AeUdkj869vFFDlZXNU0l%2FMBUgFvOKnAOKuXF16upngG3nJIw2zKjstob24iA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260512T220535Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTEWONP5BX%2F20260512%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=9dfd08472bb837df73b265620516ce89ddfad4f2fb6b3d1eba4cd4c7eae51d27 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71189066 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 67.89M 0 0 1 896.0k 0 828.4k 01:23 00:01 01:22 828.8k 1 67.89M 0 0 1 1.25M 0 534.9k 02:09 00:02 02:07 535.1k 2 67.89M 0 0 2 1.37M 0 404.3k 02:51 00:03 02:48 404.4k 2 67.89M 0 0 2 1.56M 0 348.5k 03:19 00:04 03:15 348.6k 2 67.89M 0 0 2 1.75M 0 319.2k 03:37 00:05 03:32 319.2k 2 67.89M 0 0 2 1.93M 0 278.0k 04:09 00:07 04:02 179.7k 3 67.89M 0 0 3 2.12M 0 255.3k 04:32 00:08 04:24 146.2k 3 67.89M 0 0 3 2.31M 0 238.5k 04:51 00:09 04:42 148.9k 3 67.89M 0 0 3 2.43M 0 226.1k 05:07 00:11 04:56 138.9k 3 67.89M 0 0 3 2.56M 0 215.8k 05:22 00:12 05:10 127.1k 4 67.89M 0 0 4 2.75M 0 209.0k 05:32 00:13 05:19 131.3k 4 67.89M 0 0 4 2.93M 0 203.4k 05:41 00:14 05:27 132.8k 4 67.89M 0 0 4 3.06M 0 197.7k 05:51 00:15 05:36 129.5k 4 67.89M 0 0 4 3.18M 0 191.7k 06:02 00:17 05:45 128.3k 4 67.89M 0 0 4 3.37M 0 189.4k 06:06 00:18 05:48 136.7k 5 67.89M 0 0 5 3.62M 0 192.2k 06:01 00:19 05:42 153.3k 5 67.89M 0 0 5 3.87M 0 194.4k 05:57 00:20 05:37 170.7k 6 67.89M 0 0 6 4.12M 0 195.7k 05:55 00:21 05:34 190.0k 6 67.89M 0 0 6 4.31M 0 195.3k 05:55 00:22 05:33 206.3k 6 67.89M 0 0 6 4.50M 0 193.0k 06:00 00:23 05:37 204.7k 6 67.89M 0 0 6 4.68M 0 189.2k 06:07 00:25 05:42 180.0k 7 67.89M 0 0 7 4.81M 0 186.4k 06:12 00:26 05:46 159.2k 7 67.89M 0 0 7 5.00M 0 184.0k 06:17 00:27 05:50 143.7k 7 67.89M 0 0 7 5.18M 0 183.0k 06:19 00:29 05:50 139.7k 7 67.89M 0 0 7 5.31M 0 179.8k 06:26 00:30 05:56 130.4k 8 67.89M 0 0 8 5.43M 0 177.7k 06:31 00:31 06:00 128.8k 8 67.89M 0 0 8 5.56M 0 175.8k 06:35 00:32 06:03 128.7k 8 67.89M 0 0 8 5.68M 0 172.1k 06:43 00:33 06:10 116.9k 8 67.89M 0 0 8 5.81M 0 169.4k 06:50 00:35 06:15 104.8k 8 67.89M 0 0 8 5.93M 0 165.7k 06:59 00:36 06:23 99.30k 9 67.89M 0 0 9 6.12M 0 164.2k 07:03 00:38 06:25 102.6k 9 67.89M 0 0 9 6.25M 0 162.4k 07:07 00:39 06:28 100.6k 9 67.89M 0 0 9 6.37M 0 160.3k 07:13 00:40 06:33 102.4k 9 67.89M 0 0 9 6.56M 0 160.7k 07:12 00:41 06:31 114.8k 10 67.89M 0 0 10 6.81M 0 162.2k 07:08 00:43 06:25 141.8k 10 67.89M 0 0 10 7.06M 0 163.5k 07:05 00:44 06:21 158.7k 10 67.89M 0 0 10 7.25M 0 163.1k 07:06 00:45 06:21 167.6k 10 67.89M 0 0 10 7.43M 0 163.0k 07:06 00:46 06:20 180.7k 11 67.89M 0 0 11 7.68M 0 164.5k 07:02 00:47 06:15 190.6k 11 67.89M 0 0 11 7.93M 0 166.0k 06:58 00:48 06:10 193.5k 12 67.89M 0 0 12 8.18M 0 166.6k 06:57 00:50 06:07 188.9k 12 67.89M 0 0 12 8.37M 0 166.1k 06:58 00:51 06:07 188.2k 12 67.89M 0 0 12 8.56M 0 166.4k 06:57 00:52 06:05 193.2k 12 67.89M 0 0 12 8.75M 0 165.6k 06:59 00:54 06:05 174.1k 13 67.89M 0 0 13 8.87M 0 163.7k 07:04 00:55 06:09 146.5k 13 67.89M 0 0 13 9.06M 0 163.6k 07:04 00:56 06:08 140.5k 13 67.89M 0 0 13 9.25M 0 162.9k 07:06 00:58 06:08 137.8k 13 67.89M 0 0 13 9.43M 0 162.1k 07:08 00:59 06:09 129.7k 14 67.89M 0 0 14 9.62M 0 162.0k 07:09 01:00 06:09 132.9k 14 67.89M 0 0 14 9.81M 0 162.2k 07:08 01:01 06:07 149.1k 14 67.89M 0 0 14 10.06M 0 163.0k 07:06 01:03 06:03 157.4k 15 67.89M 0 0 15 10.31M 0 163.7k 07:04 01:04 06:00 171.0k 15 67.89M 0 0 15 10.56M 0 164.7k 07:02 01:05 05:57 189.6k 15 67.89M 0 0 15 10.81M 0 165.1k 07:00 01:07 05:53 196.0k 16 67.89M 0 0 16 11.06M 0 166.1k 06:58 01:08 05:50 205.7k 16 67.89M 0 0 16 11.25M 0 165.6k 06:59 01:09 05:50 191.4k 16 67.89M 0 0 16 11.43M 0 165.5k 07:00 01:10 05:50 183.3k 17 67.89M 0 0 17 11.62M 0 165.0k 07:01 01:12 05:49 168.9k 17 67.89M 0 0 17 11.81M 0 165.2k 07:00 01:13 05:47 165.7k 17 67.89M 0 0 17 12.00M 0 165.2k 07:00 01:14 05:46 154.6k 17 67.89M 0 0 17 12.18M 0 164.4k 07:02 01:15 05:47 151.0k 18 67.89M 0 0 18 12.37M 0 163.7k 07:04 01:17 05:47 145.1k 18 67.89M 0 0 18 12.50M 0 162.9k 07:06 01:18 05:48 138.7k 18 67.89M 0 0 18 12.62M 0 161.7k 07:09 01:19 05:50 123.7k 18 67.89M 0 0 18 12.75M 0 160.8k 07:12 01:21 05:51 113.0k 18 67.89M 0 0 18 12.87M 0 160.2k 07:13 01:22 05:51 110.7k 19 67.89M 0 0 19 13.00M 0 159.7k 07:15 01:23 05:52 107.3k 19 67.89M 0 0 19 13.12M 0 159.3k 07:16 01:24 05:52 110.4k 19 67.89M 0 0 19 13.31M 0 158.6k 07:18 01:25 05:53 117.7k 19 67.89M 0 0 19 13.50M 0 158.7k 07:18 01:27 05:51 129.6k 20 67.89M 0 0 20 13.68M 0 159.0k 07:16 01:28 05:48 142.5k 20 67.89M 0 0 20 13.87M 0 159.1k 07:16 01:29 05:47 150.8k 20 67.89M 0 0 20 14.00M 0 158.3k 07:19 01:30 05:49 144.6k 20 67.89M 0 0 20 14.12M 0 157.9k 07:20 01:31 05:49 146.9k 21 67.89M 0 0 21 14.31M 0 157.9k 07:20 01:32 05:48 145.8k 21 67.89M 0 0 21 14.43M 0 157.2k 07:22 01:34 05:48 129.5k 21 67.89M 0 0 21 14.62M 0 157.3k 07:21 01:35 05:46 130.5k 21 67.89M 0 0 21 14.81M 0 157.4k 07:21 01:36 05:45 143.6k 22 67.89M 0 0 22 15.00M 0 157.1k 07:22 01:37 05:45 144.7k 22 67.89M 0 0 22 15.12M 0 155.9k 07:25 01:39 05:46 127.5k 22 67.89M 0 0 22 15.25M 0 155.5k 07:26 01:40 05:46 130.5k 22 67.89M 0 0 22 15.43M 0 155.6k 07:26 01:41 05:45 129.8k 22 67.89M 0 0 22 15.56M 0 155.1k 07:28 01:42 05:46 120.6k 23 67.89M 0 0 23 15.68M 0 154.6k 07:29 01:43 05:46 115.3k 23 67.89M 0 0 23 15.81M 0 154.1k 07:31 01:45 05:46 122.6k 23 67.89M 0 0 23 16.00M 0 153.9k 07:31 01:46 05:45 127.6k 23 67.89M 0 0 23 16.12M 0 153.6k 07:32 01:47 05:45 119.5k 24 67.89M 0 0 24 16.31M 0 153.5k 07:32 01:48 05:44 126.3k 24 67.89M 0 0 24 16.50M 0 153.7k 07:32 01:49 05:43 138.6k 24 67.89M 0 0 24 16.68M 0 153.8k 07:31 01:51 05:40 150.0k 24 67.89M 0 0 24 16.81M 0 153.5k 07:32 01:52 05:40 146.3k 24 67.89M 0 0 24 16.93M 0 152.5k 07:35 01:53 05:42 133.9k 25 67.89M 0 0 25 17.06M 0 151.4k 07:39 01:55 05:44 116.3k 25 67.89M 0 0 25 17.25M 0 151.2k 07:39 01:56 05:43 111.4k 25 67.89M 0 0 25 17.43M 0 151.3k 07:39 01:57 05:42 110.6k 25 67.89M 0 0 25 17.62M 0 151.0k 07:40 01:59 05:41 113.1k 26 67.89M 0 0 26 17.81M 0 150.8k 07:40 02:00 05:40 123.3k 26 67.89M 0 0 26 17.93M 0 150.5k 07:41 02:01 05:40 135.3k 26 67.89M 0 0 26 18.12M 0 150.6k 07:41 02:03 05:38 139.0k 26 67.89M 0 0 26 18.25M 0 150.3k 07:42 02:04 05:38 132.5k 27 67.89M 0 0 27 18.37M 0 150.0k 07:43 02:05 05:38 128.9k 27 67.89M 0 0 27 18.50M 0 149.5k 07:44 02:06 05:38 122.5k 27 67.89M 0 0 27 18.62M 0 149.2k 07:45 02:07 05:38 122.1k 27 67.89M 0 0 27 18.75M 0 149.0k 07:46 02:08 05:38 113.6k 27 67.89M 0 0 27 18.93M 0 149.1k 07:46 02:10 05:36 122.3k 28 67.89M 0 0 28 19.12M 0 149.2k 07:45 02:11 05:34 132.4k 28 67.89M 0 0 28 19.31M 0 149.3k 07:45 02:12 05:33 145.8k 28 67.89M 0 0 28 19.50M 0 149.6k 07:44 02:13 05:31 157.4k 29 67.89M 0 0 29 19.75M 0 150.0k 07:43 02:14 05:29 171.9k 29 67.89M 0 0 29 19.93M 0 150.1k 07:42 02:15 05:27 173.0k 29 67.89M 0 0 29 20.12M 0 150.2k 07:42 02:17 05:25 171.1k 29 67.89M 0 0 29 20.31M 0 150.4k 07:42 02:18 05:24 173.2k 30 67.89M 0 0 30 20.50M 0 150.3k 07:42 02:19 05:23 165.5k 30 67.89M 0 0 30 20.68M 0 150.4k 07:42 02:20 05:22 159.3k 30 67.89M 0 0 30 20.81M 0 150.2k 07:42 02:21 05:21 151.2k 30 67.89M 0 0 30 20.93M 0 149.9k 07:43 02:23 05:20 142.3k 31 67.89M 0 0 31 21.12M 0 149.7k 07:44 02:24 05:20 134.1k 31 67.89M 0 0 31 21.25M 0 149.3k 07:45 02:25 05:20 127.2k 31 67.89M 0 0 31 21.37M 0 148.8k 07:47 02:27 05:20 112.4k 31 67.89M 0 0 31 21.50M 0 148.6k 07:47 02:28 05:19 112.2k 31 67.89M 0 0 31 21.68M 0 148.7k 07:47 02:29 05:18 121.7k 32 67.89M 0 0 32 21.87M 0 148.4k 07:48 02:30 05:18 119.4k 32 67.89M 0 0 32 22.00M 0 148.0k 07:49 02:32 05:17 117.9k 32 67.89M 0 0 32 22.18M 0 148.0k 07:49 02:33 05:16 129.2k 32 67.89M 0 0 32 22.37M 0 147.7k 07:50 02:35 05:15 128.6k 33 67.89M 0 0 33 22.50M 0 147.3k 07:51 02:36 05:15 118.3k 33 67.89M 0 0 33 22.62M 0 146.8k 07:53 02:37 05:16 112.5k 33 67.89M 0 0 33 22.75M 0 146.7k 07:53 02:38 05:15 116.6k 33 67.89M 0 0 33 22.93M 0 146.8k 07:53 02:39 05:14 119.4k 34 67.89M 0 0 34 23.12M 0 147.0k 07:52 02:40 05:12 130.0k 34 67.89M 0 0 34 23.31M 0 146.7k 07:53 02:42 05:11 130.9k 34 67.89M 0 0 34 23.43M 0 146.4k 07:54 02:43 05:11 134.5k 34 67.89M 0 0 34 23.56M 0 146.1k 07:55 02:45 05:10 132.3k 34 67.89M 0 0 34 23.75M 0 146.1k 07:55 02:46 05:09 128.3k 35 67.89M 0 0 35 23.93M 0 146.2k 07:55 02:47 05:08 124.7k 35 67.89M 0 0 35 24.06M 0 146.0k 07:56 02:48 05:08 127.4k 35 67.89M 0 0 35 24.25M 0 146.2k 07:55 02:49 05:06 141.2k 35 67.89M 0 0 35 24.43M 0 146.3k 07:55 02:50 05:05 150.9k 36 67.89M 0 0 36 24.68M 0 146.7k 07:53 02:52 05:01 165.0k 36 67.89M 0 0 36 24.81M 0 146.6k 07:54 02:53 05:01 159.1k 36 67.89M 0 0 36 24.93M 0 146.1k 07:55 02:54 05:01 149.0k 36 67.89M 0 0 36 25.06M 0 145.8k 07:56 02:55 05:01 135.8k 37 67.89M 0 0 37 25.25M 0 145.8k 07:56 02:57 04:59 132.0k 37 67.89M 0 0 37 25.43M 0 145.7k 07:57 02:58 04:59 118.0k 37 67.89M 0 0 37 25.62M 0 145.8k 07:56 02:59 04:57 124.6k 38 67.89M 0 0 38 25.81M 0 145.6k 07:57 03:01 04:56 132.2k 38 67.89M 0 0 38 25.93M 0 145.1k 07:59 03:03 04:56 126.6k 38 67.89M 0 0 38 26.06M 0 145.0k 07:59 03:04 04:55 123.1k 38 67.89M 0 0 38 26.18M 0 144.7k 08:00 03:05 04:55 118.6k 38 67.89M 0 0 38 26.31M 0 144.6k 08:00 03:06 04:54 111.0k 39 67.89M 0 0 39 26.50M 0 144.7k 08:00 03:07 04:53 117.9k 39 67.89M 0 0 39 26.75M 0 145.2k 07:58 03:08 04:50 147.7k 39 67.89M 0 0 39 26.93M 0 145.0k 07:59 03:10 04:49 144.9k 39 67.89M 0 0 39 27.06M 0 144.6k 08:00 03:11 04:49 140.6k 40 67.89M 0 0 40 27.25M 0 144.6k 08:00 03:12 04:48 145.1k 40 67.89M 0 0 40 27.43M 0 144.7k 08:00 03:14 04:46 145.2k 40 67.89M 0 0 40 27.62M 0 144.7k 08:00 03:15 04:45 132.3k 40 67.89M 0 0 40 27.81M 0 144.7k 08:00 03:16 04:44 137.7k 41 67.89M 0 0 41 28.00M 0 144.7k 08:00 03:18 04:42 148.6k 41 67.89M 0 0 41 28.12M 0 144.4k 08:01 03:19 04:42 139.6k 41 67.89M 0 0 41 28.25M 0 144.2k 08:02 03:20 04:42 128.6k 41 67.89M 0 0 41 28.43M 0 144.1k 08:02 03:21 04:41 127.0k 42 67.89M 0 0 42 28.56M 0 143.8k 08:03 03:23 04:40 116.2k 42 67.89M 0 0 42 28.68M 0 143.6k 08:03 03:24 04:39 109.1k 42 67.89M 0 0 42 28.81M 0 143.4k 08:04 03:25 04:39 110.6k 42 67.89M 0 0 42 28.93M 0 142.8k 08:06 03:27 04:39 103.0k 42 67.89M 0 0 42 29.06M 0 142.6k 08:07 03:28 04:39 99026 43 67.89M 0 0 43 29.25M 0 142.5k 08:07 03:30 04:37 104.7k 43 67.89M 0 0 43 29.43M 0 142.6k 08:07 03:31 04:36 111.7k 43 67.89M 0 0 43 29.56M 0 142.4k 08:07 03:32 04:35 113.6k 43 67.89M 0 0 43 29.68M 0 142.0k 08:09 03:34 04:35 115.4k 43 67.89M 0 0 43 29.75M 0 141.6k 08:10 03:35 04:35 108.8k 44 67.89M 0 0 44 29.87M 0 141.4k 08:11 03:36 04:35 101.6k 44 67.89M 0 0 44 30.00M 0 141.1k 08:12 03:37 04:35 94583 44 67.89M 0 0 44 30.18M 0 141.3k 08:11 03:38 04:33 102.6k 44 67.89M 0 0 44 30.43M 0 141.6k 08:10 03:39 04:31 129.8k 45 67.89M 0 0 45 30.62M 0 141.8k 08:10 03:41 04:29 148.8k 45 67.89M 0 0 45 30.75M 0 141.7k 08:10 03:42 04:28 155.4k 45 67.89M 0 0 45 30.93M 0 141.8k 08:10 03:43 04:27 166.0k 45 67.89M 0 0 45 31.06M 0 141.6k 08:10 03:44 04:26 152.5k 45 67.89M 0 0 45 31.18M 0 141.5k 08:11 03:45 04:26 134.4k 46 67.89M 0 0 46 31.31M 0 141.2k 08:12 03:47 04:25 118.1k 46 67.89M 0 0 46 31.50M 0 141.2k 08:12 03:48 04:24 122.7k 46 67.89M 0 0 46 31.68M 0 141.3k 08:11 03:49 04:22 123.3k 46 67.89M 0 0 46 31.87M 0 141.4k 08:11 03:50 04:21 133.0k 47 67.89M 0 0 47 32.06M 0 141.5k 08:11 03:51 04:20 144.2k 47 67.89M 0 0 47 32.25M 0 141.5k 08:11 03:53 04:18 153.9k 47 67.89M 0 0 47 32.37M 0 141.3k 08:11 03:54 04:17 146.8k 47 67.89M 0 0 47 32.50M 0 141.0k 08:12 03:55 04:17 132.5k 48 67.89M 0 0 48 32.62M 0 140.8k 08:13 03:57 04:16 120.9k 48 67.89M 0 0 48 32.75M 0 140.7k 08:14 03:58 04:16 109.1k 48 67.89M 0 0 48 32.87M 0 140.5k 08:14 03:59 04:15 102.3k 48 67.89M 0 0 48 33.00M 0 140.2k 08:15 04:00 04:15 99.50k 48 67.89M 0 0 48 33.12M 0 139.9k 08:16 04:02 04:14 98.78k 48 67.89M 0 0 48 33.25M 0 139.7k 08:17 04:03 04:14 98.50k 49 67.89M 0 0 49 33.43M 0 139.7k 08:17 04:04 04:13 105.9k 49 67.89M 0 0 49 33.62M 0 139.9k 08:16 04:06 04:10 116.5k 49 67.89M 0 0 49 33.81M 0 139.7k 08:17 04:07 04:10 122.6k 50 67.89M 0 0 50 34.00M 0 139.9k 08:16 04:08 04:08 138.1k 50 67.89M 0 0 50 34.18M 0 140.0k 08:16 04:09 04:07 153.3k 50 67.89M 0 0 50 34.37M 0 140.2k 08:15 04:10 04:05 159.6k 50 67.89M 0 0 50 34.56M 0 140.1k 08:15 04:12 04:03 151.1k 51 67.89M 0 0 51 34.68M 0 140.0k 08:16 04:13 04:03 152.7k 51 67.89M 0 0 51 34.81M 0 139.9k 08:16 04:14 04:02 144.0k 51 67.89M 0 0 51 35.00M 0 140.0k 08:16 04:15 04:01 137.7k 51 67.89M 0 0 51 35.12M 0 139.9k 08:16 04:17 03:59 127.0k 51 67.89M 0 0 51 35.25M 0 139.7k 08:17 04:18 03:59 120.1k 52 67.89M 0 0 52 35.37M 0 139.4k 08:18 04:19 03:59 113.8k 52 67.89M 0 0 52 35.50M 0 139.3k 08:18 04:20 03:58 112.0k 52 67.89M 0 0 52 35.68M 0 139.4k 08:18 04:22 03:56 116.7k 52 67.89M 0 0 52 35.87M 0 139.6k 08:17 04:23 03:54 127.3k 53 67.89M 0 0 53 36.06M 0 139.6k 08:17 04:24 03:53 134.8k 53 67.89M 0 0 53 36.18M 0 139.5k 08:18 04:25 03:53 143.5k 53 67.89M 0 0 53 36.37M 0 139.5k 08:18 04:26 03:52 149.2k 53 67.89M 0 0 53 36.56M 0 139.5k 08:18 04:28 03:50 143.7k 54 67.89M 0 0 54 36.75M 0 139.5k 08:18 04:29 03:49 136.6k 54 67.89M 0 0 54 36.93M 0 139.7k 08:17 04:30 03:47 144.8k 54 67.89M 0 0 54 37.18M 0 139.9k 08:16 04:32 03:44 157.0k 55 67.89M 0 0 55 37.37M 0 140.0k 08:16 04:33 03:43 159.9k 55 67.89M 0 0 55 37.56M 0 139.9k 08:16 04:34 03:42 155.7k 55 67.89M 0 0 55 37.75M 0 140.0k 08:16 04:36 03:40 160.2k 55 67.89M 0 0 55 38.00M 0 140.3k 08:15 04:37 03:38 165.5k 56 67.89M 0 0 56 38.25M 0 140.7k 08:14 04:38 03:36 173.5k 56 67.89M 0 0 56 38.43M 0 140.8k 08:13 04:39 03:34 178.6k 56 67.89M 0 0 56 38.62M 0 141.0k 08:12 04:40 03:32 193.0k 57 67.89M 0 0 57 38.81M 0 141.1k 08:12 04:41 03:31 197.3k 57 67.89M 0 0 57 39.06M 0 141.4k 08:11 04:42 03:29 198.1k 57 67.89M 0 0 57 39.31M 0 141.6k 08:10 04:44 03:26 188.4k 58 67.89M 0 0 58 39.50M 0 141.6k 08:10 04:45 03:25 176.8k 58 67.89M 0 0 58 39.62M 0 141.5k 08:10 04:46 03:24 167.3k 58 67.89M 0 0 58 39.81M 0 141.5k 08:11 04:47 03:24 158.9k 58 67.89M 0 0 58 39.93M 0 141.4k 08:11 04:49 03:22 142.6k 59 67.89M 0 0 59 40.06M 0 141.2k 08:12 04:50 03:22 120.9k 59 67.89M 0 0 59 40.18M 0 141.1k 08:12 04:51 03:21 118.9k 59 67.89M 0 0 59 40.37M 0 141.1k 08:12 04:52 03:20 120.5k 59 67.89M 0 0 59 40.50M 0 141.0k 08:12 04:54 03:18 115.2k 59 67.89M 0 0 59 40.62M 0 140.7k 08:13 04:55 03:18 108.1k 60 67.89M 0 0 60 40.75M 0 140.6k 08:14 04:56 03:18 114.1k 60 67.89M 0 0 60 40.93M 0 140.7k 08:13 04:57 03:16 120.3k 60 67.89M 0 0 60 41.12M 0 140.7k 08:14 04:59 03:15 120.7k 60 67.89M 0 0 60 41.25M 0 140.5k 08:14 05:00 03:14 120.1k 61 67.89M 0 0 61 41.43M 0 140.5k 08:14 05:01 03:13 131.2k 61 67.89M 0 0 61 41.56M 0 140.4k 08:14 05:03 03:11 130.2k 61 67.89M 0 0 61 41.68M 0 140.2k 08:15 05:04 03:11 119.6k 61 67.89M 0 0 61 41.81M 0 140.0k 08:16 05:05 03:11 110.2k 61 67.89M 0 0 61 42.00M 0 139.9k 08:16 05:07 03:09 113.6k 62 67.89M 0 0 62 42.12M 0 139.8k 08:17 05:08 03:09 106.0k 62 67.89M 0 0 62 42.31M 0 139.9k 08:16 05:09 03:07 116.7k 62 67.89M 0 0 62 42.56M 0 140.2k 08:15 05:10 03:05 137.0k 62 67.89M 0 0 62 42.75M 0 140.3k 08:15 05:11 03:04 155.8k 63 67.89M 0 0 63 43.00M 0 140.6k 08:14 05:13 03:01 175.3k 63 67.89M 0 0 63 43.25M 0 140.8k 08:13 05:14 02:59 195.6k 63 67.89M 0 0 63 43.43M 0 140.9k 08:13 05:15 02:58 190.0k 64 67.89M 0 0 64 43.62M 0 140.9k 08:13 05:17 02:56 175.5k 64 67.89M 0 0 64 43.81M 0 141.0k 08:13 05:18 02:55 153.6k 64 67.89M 0 0 64 43.81M 0 141.0k 08:13 05:18 02:55 141.0k 64 67.89M 0 0 64 44.00M 0 141.1k 08:12 05:19 02:53 165.6k 64 67.89M 0 0 64 44.12M 0 141.0k 08:12 05:20 02:52 142.7k 65 67.89M 0 0 65 44.25M 0 140.7k 08:13 05:21 02:52 119.2k 65 67.89M 0 0 65 44.37M 0 140.6k 08:14 05:23 02:51 115.5k 65 67.89M 0 0 65 44.50M 0 140.5k 08:14 05:24 02:50 116.0k 65 67.89M 0 0 65 44.62M 0 140.3k 08:15 05:25 02:50 100.4k 65 67.89M 0 0 65 44.75M 0 140.1k 08:15 05:26 02:49 98.91k 66 67.89M 0 0 66 44.87M 0 140.1k 08:16 05:27 02:49 107.0k 66 67.89M 0 0 66 45.06M 0 140.1k 08:15 05:29 02:46 116.8k 66 67.89M 0 0 66 45.25M 0 140.2k 08:15 05:30 02:45 125.6k 66 67.89M 0 0 66 45.43M 0 140.3k 08:15 05:31 02:44 141.4k 67 67.89M 0 0 67 45.68M 0 140.6k 08:14 05:32 02:42 163.5k 67 67.89M 0 0 67 45.87M 0 140.7k 08:14 05:33 02:41 171.0k 67 67.89M 0 0 67 46.00M 0 140.6k 08:14 05:34 02:40 166.6k 67 67.89M 0 0 67 46.12M 0 140.5k 08:14 05:36 02:38 155.0k 68 67.89M 0 0 68 46.25M 0 140.3k 08:15 05:37 02:38 143.3k 68 67.89M 0 0 68 46.37M 0 140.0k 08:16 05:38 02:38 112.6k 68 67.89M 0 0 68 46.50M 0 140.0k 08:16 05:40 02:36 104.2k 68 67.89M 0 0 68 46.68M 0 139.9k 08:16 05:41 02:35 107.2k 68 67.89M 0 0 68 46.81M 0 139.8k 08:17 05:42 02:35 104.0k 69 67.89M 0 0 69 46.93M 0 139.5k 08:18 05:44 02:34 100.0k 69 67.89M 0 0 69 47.06M 0 139.4k 08:18 05:45 02:33 107.1k 69 67.89M 0 0 69 47.25M 0 139.4k 08:18 05:47 02:31 109.7k 69 67.89M 0 0 69 47.43M 0 139.4k 08:18 05:48 02:30 111.4k 70 67.89M 0 0 70 47.62M 0 139.4k 08:18 05:49 02:29 122.7k 70 67.89M 0 0 70 47.81M 0 139.5k 08:18 05:50 02:28 137.1k 70 67.89M 0 0 70 47.93M 0 139.3k 08:18 05:52 02:26 133.3k 70 67.89M 0 0 70 48.06M 0 139.2k 08:19 05:53 02:26 131.2k 71 67.89M 0 0 71 48.25M 0 139.2k 08:19 05:54 02:25 127.3k 71 67.89M 0 0 71 48.37M 0 139.1k 08:19 05:55 02:24 121.8k 71 67.89M 0 0 71 48.62M 0 139.3k 08:18 05:57 02:21 131.5k 71 67.89M 0 0 71 48.87M 0 139.5k 08:18 05:58 02:20 151.5k 72 67.89M 0 0 72 49.06M 0 139.5k 08:18 06:00 02:18 152.9k 72 67.89M 0 0 72 49.18M 0 139.4k 08:18 06:01 02:17 154.3k 72 67.89M 0 0 72 49.37M 0 139.4k 08:18 06:02 02:16 153.9k 73 67.89M 0 0 73 49.56M 0 139.5k 08:18 06:03 02:15 147.7k 73 67.89M 0 0 73 49.75M 0 139.6k 08:17 06:04 02:13 145.6k 73 67.89M 0 0 73 50.00M 0 139.8k 08:17 06:06 02:11 159.4k 73 67.89M 0 0 73 50.18M 0 139.8k 08:17 06:07 02:10 161.1k 74 67.89M 0 0 74 50.31M 0 139.6k 08:17 06:09 02:08 148.8k 74 67.89M 0 0 74 50.43M 0 139.4k 08:18 06:10 02:08 133.5k 74 67.89M 0 0 74 50.56M 0 139.2k 08:19 06:11 02:08 116.7k 74 67.89M 0 0 74 50.68M 0 139.1k 08:19 06:12 02:07 102.7k 74 67.89M 0 0 74 50.87M 0 139.1k 08:19 06:14 02:05 103.6k 75 67.89M 0 0 75 51.00M 0 139.0k 08:19 06:15 02:04 108.6k 75 67.89M 0 0 75 51.18M 0 139.1k 08:19 06:16 02:03 121.7k 75 67.89M 0 0 75 51.31M 0 139.0k 08:19 06:17 02:02 127.8k 75 67.89M 0 0 75 51.50M 0 139.0k 08:19 06:19 02:00 130.8k 76 67.89M 0 0 76 51.68M 0 139.0k 08:19 06:20 01:59 130.5k 76 67.89M 0 0 76 51.87M 0 139.0k 08:20 06:22 01:58 136.0k 76 67.89M 0 0 76 52.06M 0 139.0k 08:19 06:23 01:56 137.2k 76 67.89M 0 0 76 52.25M 0 139.0k 08:20 06:24 01:56 137.6k 77 67.89M 0 0 77 52.37M 0 138.8k 08:20 06:26 01:54 130.2k 77 67.89M 0 0 77 52.50M 0 138.7k 08:20 06:27 01:53 124.6k 77 67.89M 0 0 77 52.62M 0 138.7k 08:21 06:28 01:53 120.7k 77 67.89M 0 0 77 52.81M 0 138.7k 08:21 06:29 01:52 118.6k 78 67.89M 0 0 78 53.00M 0 138.7k 08:21 06:31 01:50 120.2k 78 67.89M 0 0 78 53.12M 0 138.6k 08:21 06:32 01:49 124.0k 78 67.89M 0 0 78 53.31M 0 138.6k 08:21 06:33 01:48 127.3k 78 67.89M 0 0 78 53.43M 0 138.4k 08:22 06:35 01:47 122.9k 78 67.89M 0 0 78 53.56M 0 138.3k 08:22 06:36 01:46 116.2k 79 67.89M 0 0 79 53.75M 0 138.4k 08:22 06:37 01:45 119.4k 79 67.89M 0 0 79 53.93M 0 138.4k 08:22 06:38 01:44 128.0k 79 67.89M 0 0 79 54.12M 0 138.6k 08:21 06:39 01:42 138.9k 79 67.89M 0 0 79 54.31M 0 138.6k 08:21 06:41 01:40 149.7k 80 67.89M 0 0 80 54.50M 0 138.7k 08:21 06:42 01:39 163.5k 80 67.89M 0 0 80 54.68M 0 138.8k 08:20 06:43 01:37 172.2k 80 67.89M 0 0 80 54.87M 0 138.9k 08:20 06:44 01:36 176.8k 81 67.89M 0 0 81 55.06M 0 139.0k 08:19 06:45 01:34 174.1k 81 67.89M 0 0 81 55.31M 0 139.2k 08:19 06:46 01:33 186.0k 81 67.89M 0 0 81 55.43M 0 139.0k 08:19 06:48 01:31 160.6k 81 67.89M 0 0 81 55.56M 0 138.8k 08:20 06:49 01:31 140.5k 82 67.89M 0 0 82 55.68M 0 138.7k 08:21 06:50 01:31 123.7k 82 67.89M 0 0 82 55.81M 0 138.6k 08:21 06:52 01:29 113.5k 82 67.89M 0 0 82 55.93M 0 138.5k 08:21 06:53 01:28 98122 82 67.89M 0 0 82 56.06M 0 138.4k 08:22 06:54 01:28 100.4k 82 67.89M 0 0 82 56.18M 0 138.3k 08:22 06:55 01:27 102.4k 82 67.89M 0 0 82 56.31M 0 138.2k 08:23 06:57 01:26 102.2k 83 67.89M 0 0 83 56.50M 0 138.2k 08:22 06:58 01:24 111.7k 83 67.89M 0 0 83 56.68M 0 138.2k 08:23 06:59 01:24 116.5k 83 67.89M 0 0 83 56.87M 0 138.2k 08:22 07:01 01:21 122.8k 84 67.89M 0 0 84 57.06M 0 138.2k 08:22 07:02 01:20 131.3k 84 67.89M 0 0 84 57.18M 0 138.1k 08:23 07:03 01:20 137.2k 84 67.89M 0 0 84 57.37M 0 138.2k 08:23 07:05 01:18 133.9k 84 67.89M 0 0 84 57.56M 0 138.2k 08:22 07:06 01:16 141.5k 85 67.89M 0 0 85 57.75M 0 138.2k 08:22 07:07 01:15 143.4k 85 67.89M 0 0 85 57.93M 0 138.2k 08:22 07:09 01:13 138.5k 85 67.89M 0 0 85 58.06M 0 138.0k 08:23 07:10 01:13 129.4k 85 67.89M 0 0 85 58.18M 0 137.9k 08:23 07:11 01:12 123.0k 85 67.89M 0 0 85 58.37M 0 138.0k 08:23 07:13 01:10 121.9k 86 67.89M 0 0 86 58.62M 0 138.1k 08:23 07:14 01:09 131.3k 86 67.89M 0 0 86 58.81M 0 138.2k 08:22 07:15 01:07 140.2k 86 67.89M 0 0 86 59.00M 0 138.3k 08:22 07:16 01:06 159.0k 87 67.89M 0 0 87 59.25M 0 138.5k 08:21 07:17 01:04 181.6k 87 67.89M 0 0 87 59.50M 0 138.7k 08:20 07:18 01:02 197.2k 87 67.89M 0 0 87 59.62M 0 138.6k 08:21 07:20 01:01 175.7k 88 67.89M 0 0 88 59.81M 0 138.6k 08:21 07:21 01:00 164.1k 88 67.89M 0 0 88 60.00M 0 138.6k 08:21 07:23 00:58 160.0k 88 67.89M 0 0 88 60.18M 0 138.6k 08:21 07:24 00:57 142.9k 88 67.89M 0 0 88 60.37M 0 138.6k 08:21 07:25 00:56 128.6k 89 67.89M 0 0 89 60.56M 0 138.6k 08:21 07:27 00:54 135.2k 89 67.89M 0 0 89 60.68M 0 138.5k 08:21 07:28 00:53 132.2k 89 67.89M 0 0 89 60.87M 0 138.4k 08:22 07:30 00:52 127.9k 89 67.89M 0 0 89 61.00M 0 138.4k 08:22 07:31 00:51 125.9k 90 67.89M 0 0 90 61.12M 0 138.4k 08:22 07:32 00:50 122.9k 90 67.89M 0 0 90 61.25M 0 138.3k 08:22 07:33 00:49 119.8k 90 67.89M 0 0 90 61.37M 0 138.2k 08:22 07:34 00:48 117.4k 90 67.89M 0 0 90 61.50M 0 138.1k 08:23 07:35 00:48 114.3k 90 67.89M 0 0 90 61.68M 0 138.2k 08:22 07:36 00:46 125.1k 91 67.89M 0 0 91 61.87M 0 138.3k 08:22 07:37 00:45 134.9k 91 67.89M 0 0 91 62.06M 0 138.3k 08:22 07:39 00:43 136.9k 91 67.89M 0 0 91 62.18M 0 138.3k 08:22 07:40 00:42 142.7k 91 67.89M 0 0 91 62.31M 0 138.2k 08:22 07:41 00:41 146.6k 91 67.89M 0 0 91 62.43M 0 138.2k 08:22 07:42 00:40 134.7k 92 67.89M 0 0 92 62.62M 0 138.2k 08:22 07:43 00:39 128.0k 92 67.89M 0 0 92 62.81M 0 138.2k 08:22 07:45 00:37 127.8k 92 67.89M 0 0 92 62.93M 0 138.1k 08:23 07:46 00:37 128.8k 92 67.89M 0 0 92 63.06M 0 138.1k 08:23 07:47 00:36 127.4k 93 67.89M 0 0 93 63.25M 0 138.1k 08:23 07:48 00:35 134.2k 93 67.89M 0 0 93 63.43M 0 138.2k 08:22 07:49 00:33 139.0k 93 67.89M 0 0 93 63.68M 0 138.4k 08:22 07:51 00:31 152.7k 94 67.89M 0 0 94 63.87M 0 138.4k 08:22 07:52 00:30 157.6k 94 67.89M 0 0 94 64.06M 0 138.4k 08:21 07:53 00:28 164.7k 94 67.89M 0 0 94 64.31M 0 138.6k 08:21 07:54 00:27 174.7k 95 67.89M 0 0 95 64.56M 0 138.8k 08:20 07:56 00:24 185.6k 95 67.89M 0 0 95 64.81M 0 139.0k 08:20 07:57 00:23 185.1k 95 67.89M 0 0 95 65.00M 0 139.0k 08:20 07:58 00:22 181.8k 96 67.89M 0 0 96 65.18M 0 139.0k 08:19 07:59 00:20 182.9k 96 67.89M 0 0 96 65.37M 0 139.0k 08:19 08:01 00:18 169.5k 96 67.89M 0 0 96 65.50M 0 138.9k 08:20 08:02 00:18 147.3k 96 67.89M 0 0 96 65.68M 0 138.9k 08:20 08:04 00:16 134.5k 97 67.89M 0 0 97 65.87M 0 138.9k 08:20 08:05 00:15 132.6k 97 67.89M 0 0 97 66.00M 0 138.8k 08:20 08:06 00:14 122.2k 97 67.89M 0 0 97 66.18M 0 138.9k 08:20 08:07 00:13 128.0k 97 67.89M 0 0 97 66.37M 0 138.9k 08:20 08:09 00:11 134.1k 98 67.89M 0 0 98 66.56M 0 138.9k 08:20 08:10 00:10 140.2k 98 67.89M 0 0 98 66.75M 0 139.0k 08:19 08:11 00:08 148.1k 98 67.89M 0 0 98 66.87M 0 138.9k 08:20 08:12 00:08 148.8k 98 67.89M 0 0 98 67.00M 0 138.8k 08:20 08:13 00:07 135.6k 98 67.89M 0 0 98 67.18M 0 138.8k 08:20 08:15 00:05 134.6k 99 67.89M 0 0 99 67.37M 0 138.8k 08:20 08:17 00:03 126.3k 99 67.89M 0 0 99 67.50M 0 138.7k 08:21 08:18 00:03 115.6k 99 67.89M 0 0 99 67.62M 0 138.6k 08:21 08:19 00:02 115.8k 99 67.89M 0 0 99 67.75M 0 138.6k 08:21 08:20 00:01 119.2k 99 67.89M 0 0 99 67.87M 0 138.5k 08:21 08:21 116.9k* upload completely sent off: 71189066 bytes 100 67.89M 0 0 100 67.89M 0 138.2k 08:22 08:22 92728 100 67.89M 0 0 100 67.89M 0 137.9k 08:23 08:23 72547 100 67.89M 0 0 100 67.89M 0 137.6k 08:24 08:24 51016 100 67.89M 0 0 100 67.89M 0 137.4k 08:25 08:25 27148{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: zKzaUfY8vSitmUbF2+KqBijWPPTn327CjT6QFJi1GWSik5H/r1lsZxhq7RuzXe/GpcyWzTj/6mE= < x-amz-request-id: N3TRKNFXE1BKA3BX < Date: Tue, 12 May 2026 22:05:42 GMT < x-amz-server-side-encryption: AES256 < ETag: "945580c2621e84ca1d638fe914191f8c" < x-amz-checksum-crc64nvme: h1VXyXTOzCk= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 67.89M 0 0 100 67.89M 0 137.4k 08:25 08:25 27148 100 67.89M 0 0 100 67.89M 0 137.4k 08:25 08:25 27148 100 67.89M 0 0 100 67.89M 0 137.4k 08:25 08:25 27148 * shutting down connection #0 took: 511.63 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.75.108, 52.92.33.232, 3.5.69.33, 52.92.17.232, 3.5.64.238, 52.92.36.80, 3.5.75.87, 3.5.66.0 * Trying 3.5.75.108: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.108 port 443) from 10.17.4.7 port 41158 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/a07910f2-cea5-4a7c-8c33-bddd58abac34.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGoaCWV1LXdlc3QtMSJIMEYCIQCBYvXjnkO4BruJoP4mxerXZ6CtuqbbN2cUWP7FJr7vwgIhAN6inHD4tiHgEKc%2Bw9%2FnOCTQaKU2GHSBr8R1RJdzrWdAKroFCDIQABoMODM1NDk0NzUzMTI2IgwpO3QIDicvWZXqFnMqlwXYaqHPMsSuQirQP6d3ibLEO0PztNxi48OyF23RjUOFGjpir%2FrI6kZqnE0pWIpxSiOMgOl7e6gy9uoBF3IVDmP5lmw9mmEUioTm%2BurNT7uLY%2BH8LhgUOx2qgVrxHObETb05K9%2BQAqgeftG5AzJzPSJr8XZnulWc1W3KX%2FWuEdzwEv%2B7x6cJ8kULUTdb4nlwYov1wtGm0EAgZ23mtjTW3B8gq1ihtxlUofj8Gebfn5r5eDd0c0CNZDlve8ykJjNBWTmxgNyND%2BQ4s6oUNlb8QKmMqKcIapRMrT0XE8IndehWvnTVAT0JjEj%2BajEK6Eure5bU1OkdmXokqieJjLA5MzAkXYyhnIUyJOxIYp89A3c5FQLiw3YqW9QolrfQQiJz6jaMZIWoB2e8D%2FEHT8mTL%2F%2Buyd8%2FhO9r4%2BT8LZ4FjDBJt11dzPqF0Rw6xLCZt1i4bMKJVW6pcPw31ktSGx0%2ByYBkBGd7qY6XC1jV2ypHYNnOvaR0aAHUAY%2B%2FoUwf8MRXo8veKe4U1nJVvOF8D1wNQBqpxcAbd5UQZ7m9kb4WCiZz09Ftr4fm%2BbfcpO4ktKsYehadlDRKSumSH9qNshe1olZQmG63%2FFr0p5g6ObDDyS2Z3Kp8L%2BeI1bZCtJoEFHZXNUqFg6DK7LZx4fUrTNlzSrgi65krwJ6tovb8R65s%2FqJOgif0lWKgbLFeI3sPPqBQeceqwdDSGsoGN12F231GlaTli%2BGqDj19VuU8JvZXIQTlemTY4WUnd837iIO3ZYQAI8Rs0ALQnqjuWP%2BGMai7tmn1ZSCSfE0DMoIsOs4c4WjJai9NMY32CSZ%2FNKMQnXmrdia1L1AZMhaoiAAIUfKlS0NRLhvOqvlM0asJZyBBh13FwOG33UdOaiww88GN0AY6sAGw%2FAJRqX2yifUo5fLvbjROu0wNxPpglynkOPZYAZxdnJpmKR%2BQTWr8A%2F7O7ATCazLXEollWkPAoCeDMoVWQKAR72ZZ%2FLlbV%2FTg6uz6hjjVvSmsi53TWEYpwqJy4A0OApRottO6kJAY8MTREzBIBe4vJEJu58BWrWQt%2BWGAdlR9cknGn9AeUdkj869vFFDlZXNU0l%2FMBUgFvOKnAOKuXF16upngG3nJIw2zKjstob24iA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260512T221409Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTEWONP5BX%2F20260512%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=2ce23ac9e83dfbb914214a4865d32d757eee4d7af306676ce4f4573b77012557 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 649141069 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 619.0M 0 0 0 1.31M 0 1.30M 07:52 00:01 07:51 1.31M 1 619.0M 0 0 1 8.25M 0 4.11M 02:30 00:02 02:28 4.11M 2 619.0M 0 0 2 14.93M 0 4.96M 02:04 00:03 02:01 4.97M 3 619.0M 0 0 3 22.37M 0 5.58M 01:50 00:04 01:46 5.58M 4 619.0M 0 0 4 30.31M 0 6.04M 01:42 00:05 01:37 6.04M 6 619.0M 0 0 6 38.43M 0 6.38M 01:36 00:06 01:30 7.40M 7 619.0M 0 0 7 46.75M 0 6.66M 01:32 00:07 01:25 7.68M 8 619.0M 0 0 8 55.18M 0 6.88M 01:29 00:08 01:21 8.03M 10 619.0M 0 0 10 63.56M 0 7.04M 01:27 00:09 01:18 8.21M 11 619.0M 0 0 11 72.06M 0 7.18M 01:26 00:10 01:16 8.34M 12 619.0M 0 0 12 80.43M 0 7.29M 01:24 00:11 01:13 8.39M 14 619.0M 0 0 14 88.93M 0 7.39M 01:23 00:12 01:11 8.41M 15 619.0M 0 0 15 97.62M 0 7.49M 01:22 00:13 01:09 8.46M 17 619.0M 0 0 17 106.5M 0 7.59M 01:21 00:14 01:07 8.58M 18 619.0M 0 0 18 116.0M 0 7.71M 01:20 00:15 01:05 8.76M 20 619.0M 0 0 20 126.0M 0 7.85M 01:18 00:16 01:02 9.09M 22 619.0M 0 0 22 136.8M 0 8.02M 01:17 00:17 01:00 9.54M 24 619.0M 0 0 24 148.8M 0 8.24M 01:15 00:18 00:57 10.18M 26 619.0M 0 0 26 162.1M 0 8.51M 01:12 00:19 00:53 11.07M 28 619.0M 0 0 28 177.2M 0 8.83M 01:10 00:20 00:50 12.20M 30 619.0M 0 0 30 190.5M 0 9.04M 01:08 00:21 00:47 12.85M 32 619.0M 0 0 32 203.7M 0 9.23M 01:07 00:22 00:45 13.35M 35 619.0M 0 0 35 218.1M 0 9.45M 01:05 00:23 00:42 13.84M 37 619.0M 0 0 37 233.1M 0 9.68M 01:03 00:24 00:39 14.16M 40 619.0M 0 0 40 248.8M 0 9.92M 01:02 00:25 00:37 14.30M 42 619.0M 0 0 42 264.8M 0 10.16M 01:00 00:26 00:34 14.83M 45 619.0M 0 0 45 281.3M 0 10.39M 00:59 00:27 00:32 15.49M 48 619.0M 0 0 48 297.7M 0 10.60M 00:58 00:28 00:30 15.91M 50 619.0M 0 0 50 311.4M 0 10.71M 00:57 00:29 00:28 15.63M 52 619.0M 0 0 52 323.9M 0 10.77M 00:57 00:30 00:27 14.99M 54 619.0M 0 0 54 334.6M 0 10.76M 00:57 00:31 00:26 13.92M 55 619.0M 0 0 55 343.0M 0 10.69M 00:57 00:32 00:25 12.32M 56 619.0M 0 0 56 350.6M 0 10.59M 00:58 00:33 00:25 10.54M 57 619.0M 0 0 57 358.6M 0 10.52M 00:58 00:34 00:24 9.41M 59 619.0M 0 0 59 366.8M 0 10.45M 00:59 00:35 00:24 8.57M 60 619.0M 0 0 60 375.2M 0 10.39M 00:59 00:36 00:23 8.11M 61 619.0M 0 0 61 383.7M 0 10.34M 00:59 00:37 00:22 8.12M 63 619.0M 0 0 63 392.2M 0 10.29M 01:00 00:38 00:22 8.31M 64 619.0M 0 0 64 400.6M 0 10.25M 01:00 00:39 00:21 8.40M 66 619.0M 0 0 66 409.1M 0 10.20M 01:00 00:40 00:20 8.45M 67 619.0M 0 0 67 417.8M 0 10.16M 01:00 00:41 00:19 8.49M 68 619.0M 0 0 68 426.6M 0 10.13M 01:01 00:42 00:19 8.55M 70 619.0M 0 0 70 433.6M 0 10.06M 01:01 00:43 00:18 8.25M 71 619.0M 0 0 71 441.1M 0 9.99M 01:01 00:44 00:17 8.03M 72 619.0M 0 0 72 449.1M 0 9.95M 01:02 00:45 00:17 7.94M 73 619.0M 0 0 73 457.5M 0 9.92M 01:02 00:46 00:16 7.90M 75 619.0M 0 0 75 466.2M 0 9.89M 01:02 00:47 00:15 7.89M 76 619.0M 0 0 76 475.1M 0 9.87M 01:02 00:48 00:14 8.26M 78 619.0M 0 0 78 484.1M 0 9.85M 01:02 00:49 00:13 8.57M 79 619.0M 0 0 79 493.0M 0 9.83M 01:02 00:50 00:12 8.75M 81 619.0M 0 0 81 502.0M 0 9.81M 01:03 00:51 00:12 8.86M 82 619.0M 0 0 82 510.9M 0 9.80M 01:03 00:52 00:11 8.91M 84 619.0M 0 0 84 520.0M 0 9.78M 01:03 00:53 00:10 8.96M 85 619.0M 0 0 85 529.2M 0 9.77M 01:03 00:54 00:09 9.00M 87 619.0M 0 0 87 538.6M 0 9.76M 01:03 00:55 00:08 9.10M 88 619.0M 0 0 88 548.6M 0 9.77M 01:03 00:56 00:07 9.30M 90 619.0M 0 0 90 559.2M 0 9.78M 01:03 00:57 00:06 9.63M 92 619.0M 0 0 92 570.8M 0 9.81M 01:03 00:58 00:05 10.13M 94 619.0M 0 0 94 583.4M 0 9.86M 01:02 00:59 00:03 10.81M 96 619.0M 0 0 96 597.5M 0 9.93M 01:02 01:00 00:02 11.74M 98 619.0M 0 0 98 610.6M 0 9.98M 01:01 01:01 12.39M 99 619.0M 0 0 99 619.0M 0 9.95M 01:02 01:02 11.94M* upload completely sent off: 649141069 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 62TkvlYL0xjGDpXaCP6WosYVkPfKCidxehOXin+/itMdwK6MDT0yFGo81ZgagHd26kmfos9u4MeDUH9EWdh0tJkV8CjSxZyw < x-amz-request-id: 4T9BD32M8NV3KJN3 < Date: Tue, 12 May 2026 22:15:06 GMT < x-amz-server-side-encryption: AES256 < ETag: "2420ab0253ee97e719f1d57c2dcacb3a" < x-amz-checksum-crc64nvme: sln3Nke79fQ= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 619.0M 0 0 100 619.0M 0 9.90M 01:02 01:02 11.94M 100 619.0M 0 0 100 619.0M 0 9.90M 01:02 01:02 11.94M 100 619.0M 0 0 100 619.0M 0 9.90M 01:02 01:02 11.94M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 117.83 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.73.74, 3.5.69.3, 3.5.66.7, 3.5.69.59, 3.5.75.0, 3.5.75.121, 3.5.64.203, 52.92.35.128 * Trying 3.5.73.74: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.74 port 443) from 10.17.4.7 port 34090 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/094a9e7d-d214-4a2d-8835-6744f7bf4265.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGoaCWV1LXdlc3QtMSJIMEYCIQCBYvXjnkO4BruJoP4mxerXZ6CtuqbbN2cUWP7FJr7vwgIhAN6inHD4tiHgEKc%2Bw9%2FnOCTQaKU2GHSBr8R1RJdzrWdAKroFCDIQABoMODM1NDk0NzUzMTI2IgwpO3QIDicvWZXqFnMqlwXYaqHPMsSuQirQP6d3ibLEO0PztNxi48OyF23RjUOFGjpir%2FrI6kZqnE0pWIpxSiOMgOl7e6gy9uoBF3IVDmP5lmw9mmEUioTm%2BurNT7uLY%2BH8LhgUOx2qgVrxHObETb05K9%2BQAqgeftG5AzJzPSJr8XZnulWc1W3KX%2FWuEdzwEv%2B7x6cJ8kULUTdb4nlwYov1wtGm0EAgZ23mtjTW3B8gq1ihtxlUofj8Gebfn5r5eDd0c0CNZDlve8ykJjNBWTmxgNyND%2BQ4s6oUNlb8QKmMqKcIapRMrT0XE8IndehWvnTVAT0JjEj%2BajEK6Eure5bU1OkdmXokqieJjLA5MzAkXYyhnIUyJOxIYp89A3c5FQLiw3YqW9QolrfQQiJz6jaMZIWoB2e8D%2FEHT8mTL%2F%2Buyd8%2FhO9r4%2BT8LZ4FjDBJt11dzPqF0Rw6xLCZt1i4bMKJVW6pcPw31ktSGx0%2ByYBkBGd7qY6XC1jV2ypHYNnOvaR0aAHUAY%2B%2FoUwf8MRXo8veKe4U1nJVvOF8D1wNQBqpxcAbd5UQZ7m9kb4WCiZz09Ftr4fm%2BbfcpO4ktKsYehadlDRKSumSH9qNshe1olZQmG63%2FFr0p5g6ObDDyS2Z3Kp8L%2BeI1bZCtJoEFHZXNUqFg6DK7LZx4fUrTNlzSrgi65krwJ6tovb8R65s%2FqJOgif0lWKgbLFeI3sPPqBQeceqwdDSGsoGN12F231GlaTli%2BGqDj19VuU8JvZXIQTlemTY4WUnd837iIO3ZYQAI8Rs0ALQnqjuWP%2BGMai7tmn1ZSCSfE0DMoIsOs4c4WjJai9NMY32CSZ%2FNKMQnXmrdia1L1AZMhaoiAAIUfKlS0NRLhvOqvlM0asJZyBBh13FwOG33UdOaiww88GN0AY6sAGw%2FAJRqX2yifUo5fLvbjROu0wNxPpglynkOPZYAZxdnJpmKR%2BQTWr8A%2F7O7ATCazLXEollWkPAoCeDMoVWQKAR72ZZ%2FLlbV%2FTg6uz6hjjVvSmsi53TWEYpwqJy4A0OApRottO6kJAY8MTREzBIBe4vJEJu58BWrWQt%2BWGAdlR9cknGn9AeUdkj869vFFDlZXNU0l%2FMBUgFvOKnAOKuXF16upngG3nJIw2zKjstob24iA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260512T221607Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTEWONP5BX%2F20260512%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=4623b56bfe580f09bc724c7c53e0c0e5f7b3171a92553213f11d3e74ae42eb70 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 65588966 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 3 62.54M 0 0 3 1.93M 0 1.93M 00:32 00:01 00:31 1.93M 14 62.54M 0 0 14 9.12M 0 4.54M 00:13 00:02 00:11 4.54M 22 62.54M 0 0 22 14.31M 0 4.75M 00:13 00:03 00:10 4.75M 31 62.54M 0 0 31 19.68M 0 4.89M 00:12 00:04 00:08 4.89M 40 62.54M 0 0 40 25.37M 0 5.04M 00:12 00:05 00:07 5.04M 49 62.54M 0 0 49 30.68M 0 5.08M 00:12 00:06 00:06 5.71M 55 62.54M 0 0 55 35.00M 0 4.97M 00:12 00:07 00:05 5.14M 63 62.54M 0 0 63 39.68M 0 4.93M 00:12 00:08 00:04 5.03M 71 62.54M 0 0 71 44.43M 0 4.90M 00:12 00:09 00:03 4.91M 78 62.54M 0 0 78 49.37M 0 4.90M 00:12 00:10 00:02 4.77M 86 62.54M 0 0 86 54.31M 0 4.90M 00:12 00:11 00:01 4.68M 94 62.54M 0 0 94 59.18M 0 4.89M 00:12 00:12 4.79M* upload completely sent off: 65588966 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: p3p6mIIjJNKuJ6JjVGYoUgxCqqMh/kjrqYrjbB+gZRZgSvfHv3l2rd/ZBh+Bxk1UI7W/zXoBp2nZFLC5Aga8bXufpSdLC2pZ < x-amz-request-id: 332284RDRZ366NGC < Date: Tue, 12 May 2026 22:16:14 GMT < x-amz-server-side-encryption: AES256 < ETag: "9fbe19b9de7699336ea15ccdfd75b8b5" < x-amz-checksum-crc64nvme: VRSeXZfWvQE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 62.54M 0 0 100 62.54M 0 4.68M 00:13 00:13 4.31M 100 62.54M 0 0 100 62.54M 0 4.68M 00:13 00:13 4.31M 100 62.54M 0 0 100 62.54M 0 4.68M 00:13 00:13 4.31M 100 62.54M 0 0 100 62.54M 0 4.68M 00:13 00:13 4.31M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 18.60 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.72.85, 3.5.75.69, 52.92.0.0, 3.5.66.42, 3.5.75.75, 3.5.64.238, 3.5.73.65, 3.5.64.167 * Trying 3.5.72.85:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.72.85 port 443) from 10.17.4.7 port 33102 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/2daee599-cf9c-4afe-9e4e-544364017661.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEGoaCWV1LXdlc3QtMSJIMEYCIQCBYvXjnkO4BruJoP4mxerXZ6CtuqbbN2cUWP7FJr7vwgIhAN6inHD4tiHgEKc%2Bw9%2FnOCTQaKU2GHSBr8R1RJdzrWdAKroFCDIQABoMODM1NDk0NzUzMTI2IgwpO3QIDicvWZXqFnMqlwXYaqHPMsSuQirQP6d3ibLEO0PztNxi48OyF23RjUOFGjpir%2FrI6kZqnE0pWIpxSiOMgOl7e6gy9uoBF3IVDmP5lmw9mmEUioTm%2BurNT7uLY%2BH8LhgUOx2qgVrxHObETb05K9%2BQAqgeftG5AzJzPSJr8XZnulWc1W3KX%2FWuEdzwEv%2B7x6cJ8kULUTdb4nlwYov1wtGm0EAgZ23mtjTW3B8gq1ihtxlUofj8Gebfn5r5eDd0c0CNZDlve8ykJjNBWTmxgNyND%2BQ4s6oUNlb8QKmMqKcIapRMrT0XE8IndehWvnTVAT0JjEj%2BajEK6Eure5bU1OkdmXokqieJjLA5MzAkXYyhnIUyJOxIYp89A3c5FQLiw3YqW9QolrfQQiJz6jaMZIWoB2e8D%2FEHT8mTL%2F%2Buyd8%2FhO9r4%2BT8LZ4FjDBJt11dzPqF0Rw6xLCZt1i4bMKJVW6pcPw31ktSGx0%2ByYBkBGd7qY6XC1jV2ypHYNnOvaR0aAHUAY%2B%2FoUwf8MRXo8veKe4U1nJVvOF8D1wNQBqpxcAbd5UQZ7m9kb4WCiZz09Ftr4fm%2BbfcpO4ktKsYehadlDRKSumSH9qNshe1olZQmG63%2FFr0p5g6ObDDyS2Z3Kp8L%2BeI1bZCtJoEFHZXNUqFg6DK7LZx4fUrTNlzSrgi65krwJ6tovb8R65s%2FqJOgif0lWKgbLFeI3sPPqBQeceqwdDSGsoGN12F231GlaTli%2BGqDj19VuU8JvZXIQTlemTY4WUnd837iIO3ZYQAI8Rs0ALQnqjuWP%2BGMai7tmn1ZSCSfE0DMoIsOs4c4WjJai9NMY32CSZ%2FNKMQnXmrdia1L1AZMhaoiAAIUfKlS0NRLhvOqvlM0asJZyBBh13FwOG33UdOaiww88GN0AY6sAGw%2FAJRqX2yifUo5fLvbjROu0wNxPpglynkOPZYAZxdnJpmKR%2BQTWr8A%2F7O7ATCazLXEollWkPAoCeDMoVWQKAR72ZZ%2FLlbV%2FTg6uz6hjjVvSmsi53TWEYpwqJy4A0OApRottO6kJAY8MTREzBIBe4vJEJu58BWrWQt%2BWGAdlR9cknGn9AeUdkj869vFFDlZXNU0l%2FMBUgFvOKnAOKuXF16upngG3nJIw2zKjstob24iA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260512T221626Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTEWONP5BX%2F20260512%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=f7a96d1660b50e146a12d0e907fa8ffbb7a950eecaf784c1739336dc13306d5e HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 584939032 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 557.8M 0 0 0 832.0k 0 788.0k 12:04 00:01 12:03 788.6k 1 557.8M 0 0 1 7.37M 0 3.56M 02:36 00:02 02:34 3.56M 2 557.8M 0 0 2 13.75M 0 4.48M 02:04 00:03 02:01 4.48M 3 557.8M 0 0 3 20.81M 0 5.11M 01:49 00:04 01:45 5.11M 5 557.8M 0 0 5 28.31M 0 5.57M 01:39 00:05 01:34 5.57M 6 557.8M 0 0 6 36.18M 0 5.94M 01:33 00:06 01:27 7.03M 7 557.8M 0 0 7 43.68M 0 6.14M 01:30 00:07 01:23 7.20M 8 557.8M 0 0 8 50.12M 0 6.18M 01:30 00:08 01:22 7.21M 10 557.8M 0 0 10 56.43M 0 6.19M 01:30 00:09 01:21 7.06M 11 557.8M 0 0 11 63.00M 0 6.23M 01:29 00:10 01:19 6.88M 12 557.8M 0 0 12 69.68M 0 6.27M 01:28 00:11 01:17 6.66M 13 557.8M 0 0 13 76.50M 0 6.31M 01:28 00:12 01:16 6.55M 14 557.8M 0 0 14 83.37M 0 6.35M 01:27 00:13 01:14 6.63M 16 557.8M 0 0 16 90.25M 0 6.38M 01:27 00:14 01:13 6.74M 17 557.8M 0 0 17 97.00M 0 6.41M 01:26 00:15 01:11 6.78M 18 557.8M 0 0 18 104.0M 0 6.44M 01:26 00:16 01:10 6.83M 19 557.8M 0 0 19 111.1M 0 6.48M 01:26 00:17 01:09 6.88M 21 557.8M 0 0 21 118.5M 0 6.53M 01:25 00:18 01:07 7.00M 22 557.8M 0 0 22 126.3M 0 6.59M 01:24 00:19 01:05 7.18M 24 557.8M 0 0 24 134.8M 0 6.69M 01:23 00:20 01:03 7.53M 25 557.8M 0 0 25 144.1M 0 6.81M 01:21 00:21 01:00 8.01M 27 557.8M 0 0 27 154.6M 0 6.98M 01:19 00:22 00:57 8.69M 29 557.8M 0 0 29 166.5M 0 7.19M 01:17 00:23 00:54 9.59M 32 557.8M 0 0 32 178.9M 0 7.40M 01:15 00:24 00:51 10.51M 34 557.8M 0 0 34 189.6M 0 7.54M 01:13 00:25 00:48 10.96M 35 557.8M 0 0 35 199.6M 0 7.63M 01:13 00:26 00:47 11.08M 37 557.8M 0 0 37 208.5M 0 7.68M 01:12 00:27 00:45 10.77M 39 557.8M 0 0 39 217.8M 0 7.73M 01:12 00:28 00:44 10.26M 40 557.8M 0 0 40 227.5M 0 7.80M 01:11 00:29 00:42 9.72M 42 557.8M 0 0 42 237.5M 0 7.87M 01:10 00:30 00:40 9.56M 44 557.8M 0 0 44 247.4M 0 7.94M 01:10 00:31 00:39 9.56M 46 557.8M 0 0 46 257.5M 0 8.00M 01:09 00:32 00:37 9.77M 47 557.8M 0 0 47 267.6M 0 8.06M 01:09 00:33 00:36 9.92M 49 557.8M 0 0 49 277.6M 0 8.12M 01:08 00:34 00:34 9.97M 51 557.8M 0 0 51 287.7M 0 8.18M 01:08 00:35 00:33 10.01M 53 557.8M 0 0 53 297.3M 0 8.21M 01:07 00:36 00:31 9.91M 54 557.8M 0 0 54 305.8M 0 8.22M 01:07 00:37 00:30 9.62M 56 557.8M 0 0 56 314.4M 0 8.23M 01:07 00:38 00:29 9.32M 58 557.8M 0 0 58 323.6M 0 8.25M 01:07 00:39 00:28 9.17M 59 557.8M 0 0 59 333.5M 0 8.29M 01:07 00:40 00:27 9.10M 61 557.8M 0 0 61 343.5M 0 8.33M 01:06 00:41 00:25 9.21M 63 557.8M 0 0 63 353.6M 0 8.38M 01:06 00:42 00:24 9.55M 65 557.8M 0 0 65 364.0M 0 8.42M 01:06 00:43 00:23 9.89M 67 557.8M 0 0 67 374.3M 0 8.46M 01:05 00:44 00:21 10.11M 68 557.8M 0 0 68 384.7M 0 8.51M 01:05 00:45 00:20 10.23M 70 557.8M 0 0 70 395.0M 0 8.54M 01:05 00:46 00:19 10.29M 72 557.8M 0 0 72 405.4M 0 8.58M 01:04 00:47 00:17 10.33M 74 557.8M 0 0 74 416.0M 0 8.62M 01:04 00:48 00:16 10.38M 76 557.8M 0 0 76 426.9M 0 8.67M 01:04 00:49 00:15 10.49M 78 557.8M 0 0 78 438.1M 0 8.72M 01:03 00:50 00:13 10.64M 80 557.8M 0 0 80 449.3M 0 8.77M 01:03 00:51 00:12 10.80M 82 557.8M 0 0 82 459.3M 0 8.79M 01:03 00:52 00:11 10.70M 84 557.8M 0 0 84 469.4M 0 8.81M 01:03 00:53 00:10 10.60M 86 557.8M 0 0 86 480.3M 0 8.85M 01:02 00:54 00:08 10.61M 87 557.8M 0 0 87 488.8M 0 8.84M 01:03 00:55 00:08 10.06M 89 557.8M 0 0 89 497.5M 0 8.84M 01:03 00:56 00:07 9.58M 90 557.8M 0 0 90 506.6M 0 8.84M 01:03 00:57 00:06 9.42M 92 557.8M 0 0 92 515.9M 0 8.85M 01:02 00:58 00:04 9.26M 94 557.8M 0 0 94 525.3M 0 8.86M 01:02 00:59 00:03 8.97M 95 557.8M 0 0 95 534.9M 0 8.87M 01:02 01:00 00:02 9.19M 97 557.8M 0 0 97 544.5M 0 8.88M 01:02 01:01 00:01 9.36M 99 557.8M 0 0 99 554.0M 0 8.89M 01:02 01:02 9.45M* upload completely sent off: 584939032 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: q73nYLqoOnKv7TxdNejX0SkPIHXByAh1QQ1S/WIRK5xk/mwNxjH64NRwLq+9VqDw5tnaa2n7nKoyGcnnMEoe8x61VlJ6sqmQ < x-amz-request-id: XX33G0KVMRN8BNKR < Date: Tue, 12 May 2026 22:17:15 GMT < x-amz-server-side-encryption: AES256 < ETag: "6e65ce22f084d7a3079083d4c5ebd0bd" < x-amz-checksum-crc64nvme: UJN0zTbytgQ= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 557.8M 0 0 100 557.8M 0 8.85M 01:03 01:03 9.45M 100 557.8M 0 0 100 557.8M 0 8.85M 01:03 01:03 9.45M 100 557.8M 0 0 100 557.8M 0 8.85M 01:03 01:03 9.45M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 110.32 seconds no out.png (QPSChart)! heaps: (156060320, 159334864, 157847144.8, 955674.2589371735) [2026-05-12 18:18:22.411064] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-12 18:19:29.082601] took 66.7 sec /l/logs.nightly/2026.05.11.10.20.55/logs.tar.bz2: fixed index size 125221.94 MB /l/logs.nightly/2026.05.11.10.20.55/logs.tar.bz2: fixed index time 39572.5s, bytes 25526799676 (from log) [2026-05-12 18:20:10.753489] done: total time 1 day, 7:59:14.913207 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 + 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-12 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 Already up to date. 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-12.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-12.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 29af85188d5c4415f42e0e56f484819264bff070 NOTE: logging all output to /l/logs.nightly/geo/2026.05.12.18.27.51.log.txt; saving results to /l/logs.nightly/geo/2026.05.12.18.27.51.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.6s: points, polyRussia: 1000000... 3.4s: points, polyRussia: 2000000... 4.8s: points, polyRussia: 3000000... 6.1s: points, polyRussia: 4000000... 7.5s: points, polyRussia: 5000000... 8.9s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.6s: points, polyRussia: 8000000... 13.0s: points, polyRussia: 9000000... 14.3s: points, polyRussia: 10000000... 21.7s: points, polyRussia: 11000000... 22.6s: points, polyRussia: 12000000... 23.9s: points, polyRussia: 13000000... 25.3s: points, polyRussia: 14000000... 26.6s: points, polyRussia: 15000000... 28.0s: points, polyRussia: 16000000... 29.4s: points, polyRussia: 17000000... 30.7s: points, polyRussia: 18000000... 32.1s: points, polyRussia: 19000000... 33.4s: points, polyRussia: 20000000... 34.8s: points, polyRussia: 21000000... 42.0s: points, polyRussia: 22000000... 42.9s: points, polyRussia: 23000000... 44.2s: points, polyRussia: 24000000... 45.6s: points, polyRussia: 25000000... 47.0s: points, polyRussia: 26000000... 48.3s: points, polyRussia: 27000000... 49.6s: points, polyRussia: 28000000... 51.0s: points, polyRussia: 29000000... 52.3s: points, polyRussia: 30000000... 53.6s: points, polyRussia: 31000000... 54.9s: points, polyRussia: 32000000... 62.2s: points, polyRussia: 33000000... 63.5s: points, polyRussia: 34000000... 64.4s: points, polyRussia: 35000000... 65.8s: points, polyRussia: 36000000... 67.1s: points, polyRussia: 37000000... 68.4s: points, polyRussia: 38000000... 69.7s: points, polyRussia: 39000000... 71.1s: points, polyRussia: 40000000... 72.4s: points, polyRussia: 41000000... 73.7s: points, polyRussia: 42000000... 75.1s: points, polyRussia: 43000000... 82.3s: points, polyRussia: 44000000... 83.6s: points, polyRussia: 45000000... 84.5s: points, polyRussia: 46000000... 85.8s: points, polyRussia: 47000000... 87.1s: points, polyRussia: 48000000... 88.4s: points, polyRussia: 49000000... 89.8s: points, polyRussia: 50000000... 91.1s: points, polyRussia: 51000000... 92.4s: points, polyRussia: 52000000... 93.8s: points, polyRussia: 53000000... 95.1s: points, polyRussia: 54000000... 102.2s: points, polyRussia: 55000000... 103.6s: points, polyRussia: 56000000... 104.5s: points, polyRussia: 57000000... 105.9s: points, polyRussia: 58000000... 107.2s: points, polyRussia: 59000000... 108.5s: points, polyRussia: 60000000... 111.0s: points, polyRussia: 110.940094426 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.2s: points, polyRussia: ITER 0: 20.77 M hits/sec, 5.92 QPS (0.17 sec for 1 queries), totHits=3508846 111.2s: points, polyRussia: *** 111.3s: points, polyRussia: ITER 1: 54.70 M hits/sec, 15.59 QPS (0.06 sec for 1 queries), totHits=3508846 111.3s: points, polyRussia: *** 111.3s: points, polyRussia: ITER 2: 61.62 M hits/sec, 17.56 QPS (0.06 sec for 1 queries), totHits=3508846 111.3s: points, polyRussia: *** 111.4s: points, polyRussia: ITER 3: 61.89 M hits/sec, 17.64 QPS (0.06 sec for 1 queries), totHits=3508846 111.4s: points, polyRussia: *** 111.5s: points, polyRussia: ITER 4: 63.34 M hits/sec, 18.05 QPS (0.06 sec for 1 queries), totHits=3508846 111.5s: points, polyRussia: *** 111.5s: points, polyRussia: ITER 5: 62.63 M hits/sec, 17.85 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: ITER 6: 61.70 M hits/sec, 17.58 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: ITER 7: 62.68 M hits/sec, 17.86 QPS (0.06 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: ITER 8: 61.89 M hits/sec, 17.64 QPS (0.06 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: ITER 9: 62.63 M hits/sec, 17.85 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 10: 63.40 M hits/sec, 18.07 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.8s: points, polyRussia: ITER 11: 64.52 M hits/sec, 18.39 QPS (0.05 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 12: 55.79 M hits/sec, 15.90 QPS (0.06 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 13: 63.02 M hits/sec, 17.96 QPS (0.06 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 14: 63.98 M hits/sec, 18.23 QPS (0.05 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 15: 63.00 M hits/sec, 17.96 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 16: 64.34 M hits/sec, 18.34 QPS (0.05 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 17: 63.43 M hits/sec, 18.08 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 18: 63.82 M hits/sec, 18.19 QPS (0.05 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 19: 64.39 M hits/sec, 18.35 QPS (0.05 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: BEST M hits/sec: 64.51821569461514 112.3s: points, polyRussia: BEST QPS: 18.38730331699229 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.52|18.39|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.0s: geo3d, polyRussia: 1000000... 116.0s: geo3d, polyRussia: 2000000... 117.8s: geo3d, polyRussia: 3000000... 119.4s: geo3d, polyRussia: 4000000... 121.1s: geo3d, polyRussia: 5000000... 122.7s: geo3d, polyRussia: 6000000... 124.4s: geo3d, polyRussia: 7000000... 126.1s: geo3d, polyRussia: 8000000... 127.8s: geo3d, polyRussia: 9000000... 129.4s: geo3d, polyRussia: 10000000... 138.5s: geo3d, polyRussia: 11000000... 139.6s: geo3d, polyRussia: 12000000... 141.2s: geo3d, polyRussia: 13000000... 142.9s: geo3d, polyRussia: 14000000... 144.6s: geo3d, polyRussia: 15000000... 146.2s: geo3d, polyRussia: 16000000... 148.0s: geo3d, polyRussia: 17000000... 149.6s: geo3d, polyRussia: 18000000... 151.3s: geo3d, polyRussia: 19000000... 153.0s: geo3d, polyRussia: 20000000... 154.6s: geo3d, polyRussia: 21000000... 163.7s: geo3d, polyRussia: 22000000... 164.8s: geo3d, polyRussia: 23000000... 166.4s: geo3d, polyRussia: 24000000... 168.1s: geo3d, polyRussia: 25000000... 169.8s: geo3d, polyRussia: 26000000... 171.4s: geo3d, polyRussia: 27000000... 173.1s: geo3d, polyRussia: 28000000... 174.7s: geo3d, polyRussia: 29000000... 176.3s: geo3d, polyRussia: 30000000... 178.0s: geo3d, polyRussia: 31000000... 179.6s: geo3d, polyRussia: 32000000... 188.8s: geo3d, polyRussia: 33000000... 190.4s: geo3d, polyRussia: 34000000... 191.5s: geo3d, polyRussia: 35000000... 193.1s: geo3d, polyRussia: 36000000... 194.8s: geo3d, polyRussia: 37000000... 196.4s: geo3d, polyRussia: 38000000... 198.0s: geo3d, polyRussia: 39000000... 199.6s: geo3d, polyRussia: 40000000... 201.3s: geo3d, polyRussia: 41000000... 203.0s: geo3d, polyRussia: 42000000... 204.6s: geo3d, polyRussia: 43000000... 213.6s: geo3d, polyRussia: 44000000... 215.3s: geo3d, polyRussia: 45000000... 216.3s: geo3d, polyRussia: 46000000... 217.9s: geo3d, polyRussia: 47000000... 219.6s: geo3d, polyRussia: 48000000... 221.2s: geo3d, polyRussia: 49000000... 222.9s: geo3d, polyRussia: 50000000... 224.6s: geo3d, polyRussia: 51000000... 226.2s: geo3d, polyRussia: 52000000... 227.8s: geo3d, polyRussia: 53000000... 229.4s: geo3d, polyRussia: 54000000... 238.5s: geo3d, polyRussia: 55000000... 240.1s: geo3d, polyRussia: 56000000... 241.2s: geo3d, polyRussia: 57000000... 242.9s: geo3d, polyRussia: 58000000... 244.5s: geo3d, polyRussia: 59000000... 246.1s: geo3d, polyRussia: 60000000... 249.8s: geo3d, polyRussia: 137.419268546 sec to index part 0 249.8s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.8s: geo3d, polyRussia: READER MB: 0.0 249.8s: geo3d, polyRussia: maxDoc=60844404 251.3s: geo3d, polyRussia: ITER 0: 2.33 M hits/sec, 0.67 QPS (1.50 sec for 1 queries), totHits=3508671 251.3s: geo3d, polyRussia: *** 252.4s: geo3d, polyRussia: ITER 1: 3.21 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 252.4s: geo3d, polyRussia: *** 253.4s: geo3d, polyRussia: ITER 2: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 253.4s: geo3d, polyRussia: *** 254.4s: geo3d, polyRussia: ITER 3: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 254.4s: geo3d, polyRussia: *** 255.3s: geo3d, polyRussia: ITER 4: 3.73 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 255.3s: geo3d, polyRussia: *** 256.3s: geo3d, polyRussia: ITER 5: 3.71 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 257.2s: geo3d, polyRussia: ITER 6: 3.73 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 258.1s: geo3d, polyRussia: ITER 7: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 259.1s: geo3d, polyRussia: ITER 8: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 260.1s: geo3d, polyRussia: ITER 9: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 261.0s: geo3d, polyRussia: ITER 10: 3.73 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 261.9s: geo3d, polyRussia: ITER 11: 3.71 M hits/sec, 1.06 QPS (0.95 sec for 1 queries), totHits=3508671 262.9s: geo3d, polyRussia: ITER 12: 3.71 M hits/sec, 1.06 QPS (0.95 sec for 1 queries), totHits=3508671 263.8s: geo3d, polyRussia: ITER 13: 3.76 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 263.8s: geo3d, polyRussia: *** 264.8s: geo3d, polyRussia: ITER 14: 3.71 M hits/sec, 1.06 QPS (0.95 sec for 1 queries), totHits=3508671 265.7s: geo3d, polyRussia: ITER 15: 3.79 M hits/sec, 1.08 QPS (0.93 sec for 1 queries), totHits=3508671 265.7s: geo3d, polyRussia: *** 266.6s: geo3d, polyRussia: ITER 16: 3.79 M hits/sec, 1.08 QPS (0.93 sec for 1 queries), totHits=3508671 267.5s: geo3d, polyRussia: ITER 17: 3.79 M hits/sec, 1.08 QPS (0.93 sec for 1 queries), totHits=3508671 267.5s: geo3d, polyRussia: *** 268.5s: geo3d, polyRussia: ITER 18: 3.77 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 269.4s: geo3d, polyRussia: ITER 19: 3.77 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 269.4s: geo3d, polyRussia: BEST M hits/sec: 3.792658301687709 269.4s: geo3d, polyRussia: BEST QPS: 1.0809387091829668 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|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.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 271.3s: shapes, polyRussia: 1000000... 273.7s: shapes, polyRussia: 2000000... 275.7s: shapes, polyRussia: 3000000... 277.7s: shapes, polyRussia: 4000000... 279.6s: shapes, polyRussia: 5000000... 281.5s: shapes, polyRussia: 6000000... 283.5s: shapes, polyRussia: 7000000... 285.4s: shapes, polyRussia: 8000000... 287.4s: shapes, polyRussia: 9000000... 289.3s: shapes, polyRussia: 10000000... 301.1s: shapes, polyRussia: 11000000... 302.2s: shapes, polyRussia: 12000000... 304.2s: shapes, polyRussia: 13000000... 306.1s: shapes, polyRussia: 14000000... 308.1s: shapes, polyRussia: 15000000... 310.0s: shapes, polyRussia: 16000000... 312.0s: shapes, polyRussia: 17000000... 314.0s: shapes, polyRussia: 18000000... 315.9s: shapes, polyRussia: 19000000... 317.9s: shapes, polyRussia: 20000000... 319.8s: shapes, polyRussia: 21000000... 331.5s: shapes, polyRussia: 22000000... 332.7s: shapes, polyRussia: 23000000... 334.6s: shapes, polyRussia: 24000000... 336.6s: shapes, polyRussia: 25000000... 338.6s: shapes, polyRussia: 26000000... 340.5s: shapes, polyRussia: 27000000... 342.4s: shapes, polyRussia: 28000000... 344.3s: shapes, polyRussia: 29000000... 346.3s: shapes, polyRussia: 30000000... 348.2s: shapes, polyRussia: 31000000... 350.1s: shapes, polyRussia: 32000000... 361.9s: shapes, polyRussia: 33000000... 363.8s: shapes, polyRussia: 34000000... 365.0s: shapes, polyRussia: 35000000... 366.9s: shapes, polyRussia: 36000000... 368.8s: shapes, polyRussia: 37000000... 370.7s: shapes, polyRussia: 38000000... 372.6s: shapes, polyRussia: 39000000... 374.6s: shapes, polyRussia: 40000000... 376.5s: shapes, polyRussia: 41000000... 378.5s: shapes, polyRussia: 42000000... 380.4s: shapes, polyRussia: 43000000... 392.1s: shapes, polyRussia: 44000000... 394.0s: shapes, polyRussia: 45000000... 395.2s: shapes, polyRussia: 46000000... 397.1s: shapes, polyRussia: 47000000... 399.0s: shapes, polyRussia: 48000000... 400.9s: shapes, polyRussia: 49000000... 402.9s: shapes, polyRussia: 50000000... 404.8s: shapes, polyRussia: 51000000... 406.8s: shapes, polyRussia: 52000000... 408.7s: shapes, polyRussia: 53000000... 410.6s: shapes, polyRussia: 54000000... 422.3s: shapes, polyRussia: 55000000... 424.3s: shapes, polyRussia: 56000000... 425.4s: shapes, polyRussia: 57000000... 427.4s: shapes, polyRussia: 58000000... 429.3s: shapes, polyRussia: 59000000... 431.2s: shapes, polyRussia: 60000000... 436.1s: shapes, polyRussia: 166.58136845 sec to index part 0 436.1s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.1s: shapes, polyRussia: READER MB: 0.0 436.1s: shapes, polyRussia: maxDoc=60844404 436.3s: shapes, polyRussia: ITER 0: 18.75 M hits/sec, 5.34 QPS (0.19 sec for 1 queries), totHits=3508846 436.3s: shapes, polyRussia: *** 436.4s: shapes, polyRussia: ITER 1: 40.50 M hits/sec, 11.54 QPS (0.09 sec for 1 queries), totHits=3508846 436.4s: shapes, polyRussia: *** 436.5s: shapes, polyRussia: ITER 2: 41.77 M hits/sec, 11.90 QPS (0.08 sec for 1 queries), totHits=3508846 436.5s: shapes, polyRussia: *** 436.5s: shapes, polyRussia: ITER 3: 44.24 M hits/sec, 12.61 QPS (0.08 sec for 1 queries), totHits=3508846 436.5s: shapes, polyRussia: *** 436.7s: shapes, polyRussia: ITER 4: 32.62 M hits/sec, 9.30 QPS (0.11 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: ITER 5: 44.95 M hits/sec, 12.81 QPS (0.08 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: *** 436.8s: shapes, polyRussia: ITER 6: 44.84 M hits/sec, 12.78 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: ITER 7: 45.17 M hits/sec, 12.87 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: *** 437.0s: shapes, polyRussia: ITER 8: 45.03 M hits/sec, 12.83 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: ITER 9: 46.02 M hits/sec, 13.12 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 10: 45.96 M hits/sec, 13.10 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: ITER 11: 45.25 M hits/sec, 12.90 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: ITER 12: 44.94 M hits/sec, 12.81 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 13: 45.48 M hits/sec, 12.96 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 14: 43.89 M hits/sec, 12.51 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 15: 45.30 M hits/sec, 12.91 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 16: 45.43 M hits/sec, 12.95 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 17: 45.24 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 18: 45.23 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: ITER 19: 45.72 M hits/sec, 13.03 QPS (0.08 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: BEST M hits/sec: 46.02026641014849 437.8s: shapes, polyRussia: BEST QPS: 13.11549905870719 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 438.1s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.1s: points, polyMedium: READER MB: 0.0 438.1s: points, polyMedium: maxDoc=60844404 438.7s: points, polyMedium: ITER 0: 6.64 M hits/sec, 81.35 QPS (0.41 sec for 33 queries), totHits=2693559 438.7s: points, polyMedium: *** 438.8s: points, polyMedium: ITER 1: 15.61 M hits/sec, 191.22 QPS (0.17 sec for 33 queries), totHits=2693559 438.8s: points, polyMedium: *** 439.0s: points, polyMedium: ITER 2: 16.62 M hits/sec, 203.61 QPS (0.16 sec for 33 queries), totHits=2693559 439.0s: points, polyMedium: *** 439.2s: points, polyMedium: ITER 3: 16.33 M hits/sec, 200.06 QPS (0.16 sec for 33 queries), totHits=2693559 439.3s: points, polyMedium: ITER 4: 16.10 M hits/sec, 197.26 QPS (0.17 sec for 33 queries), totHits=2693559 439.5s: points, polyMedium: ITER 5: 16.66 M hits/sec, 204.15 QPS (0.16 sec for 33 queries), totHits=2693559 439.5s: points, polyMedium: *** 439.7s: points, polyMedium: ITER 6: 16.69 M hits/sec, 204.48 QPS (0.16 sec for 33 queries), totHits=2693559 439.7s: points, polyMedium: *** 439.8s: points, polyMedium: ITER 7: 16.69 M hits/sec, 204.42 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: ITER 8: 16.66 M hits/sec, 204.08 QPS (0.16 sec for 33 queries), totHits=2693559 440.1s: points, polyMedium: ITER 9: 16.65 M hits/sec, 203.99 QPS (0.16 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: ITER 10: 16.62 M hits/sec, 203.58 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 11: 16.58 M hits/sec, 203.07 QPS (0.16 sec for 33 queries), totHits=2693559 440.6s: points, polyMedium: ITER 12: 16.58 M hits/sec, 203.18 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 13: 16.52 M hits/sec, 202.42 QPS (0.16 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 14: 16.75 M hits/sec, 205.16 QPS (0.16 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: *** 441.1s: points, polyMedium: ITER 15: 16.53 M hits/sec, 202.57 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 16: 15.80 M hits/sec, 193.55 QPS (0.17 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: ITER 17: 16.56 M hits/sec, 202.89 QPS (0.16 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: ITER 18: 16.62 M hits/sec, 203.58 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 19: 16.71 M hits/sec, 204.69 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: BEST M hits/sec: 16.74577387206208 441.8s: points, polyMedium: BEST QPS: 205.15999010158998 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 442.0s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 442.0s: geo3d, polyMedium: READER MB: 0.0 442.0s: geo3d, polyMedium: maxDoc=60844404 443.8s: geo3d, polyMedium: ITER 0: 1.64 M hits/sec, 20.03 QPS (1.65 sec for 33 queries), totHits=2693541 443.8s: geo3d, polyMedium: *** 444.8s: geo3d, polyMedium: ITER 1: 2.58 M hits/sec, 31.66 QPS (1.04 sec for 33 queries), totHits=2693541 444.8s: geo3d, polyMedium: *** 445.9s: geo3d, polyMedium: ITER 2: 2.57 M hits/sec, 31.51 QPS (1.05 sec for 33 queries), totHits=2693541 446.9s: geo3d, polyMedium: ITER 3: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 448.0s: geo3d, polyMedium: ITER 4: 2.43 M hits/sec, 29.81 QPS (1.11 sec for 33 queries), totHits=2693541 449.1s: geo3d, polyMedium: ITER 5: 2.50 M hits/sec, 30.64 QPS (1.08 sec for 33 queries), totHits=2693541 450.2s: geo3d, polyMedium: ITER 6: 2.48 M hits/sec, 30.32 QPS (1.09 sec for 33 queries), totHits=2693541 451.3s: geo3d, polyMedium: ITER 7: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 452.4s: geo3d, polyMedium: ITER 8: 2.45 M hits/sec, 30.05 QPS (1.10 sec for 33 queries), totHits=2693541 453.5s: geo3d, polyMedium: ITER 9: 2.49 M hits/sec, 30.57 QPS (1.08 sec for 33 queries), totHits=2693541 454.6s: geo3d, polyMedium: ITER 10: 2.46 M hits/sec, 30.13 QPS (1.10 sec for 33 queries), totHits=2693541 455.6s: geo3d, polyMedium: ITER 11: 2.55 M hits/sec, 31.20 QPS (1.06 sec for 33 queries), totHits=2693541 456.7s: geo3d, polyMedium: ITER 12: 2.51 M hits/sec, 30.74 QPS (1.07 sec for 33 queries), totHits=2693541 457.8s: geo3d, polyMedium: ITER 13: 2.46 M hits/sec, 30.18 QPS (1.09 sec for 33 queries), totHits=2693541 458.9s: geo3d, polyMedium: ITER 14: 2.46 M hits/sec, 30.19 QPS (1.09 sec for 33 queries), totHits=2693541 460.0s: geo3d, polyMedium: ITER 15: 2.48 M hits/sec, 30.33 QPS (1.09 sec for 33 queries), totHits=2693541 461.1s: geo3d, polyMedium: ITER 16: 2.48 M hits/sec, 30.33 QPS (1.09 sec for 33 queries), totHits=2693541 462.1s: geo3d, polyMedium: ITER 17: 2.50 M hits/sec, 30.67 QPS (1.08 sec for 33 queries), totHits=2693541 463.2s: geo3d, polyMedium: ITER 18: 2.45 M hits/sec, 29.97 QPS (1.10 sec for 33 queries), totHits=2693541 464.3s: geo3d, polyMedium: ITER 19: 2.45 M hits/sec, 30.03 QPS (1.10 sec for 33 queries), totHits=2693541 464.3s: geo3d, polyMedium: BEST M hits/sec: 2.584415973817535 464.3s: geo3d, polyMedium: BEST QPS: 31.663051401845618 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 464.6s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 464.6s: shapes, polyMedium: READER MB: 0.0 464.6s: shapes, polyMedium: maxDoc=60844404 465.3s: shapes, polyMedium: ITER 0: 4.92 M hits/sec, 60.31 QPS (0.55 sec for 33 queries), totHits=2693559 465.3s: shapes, polyMedium: *** 465.5s: shapes, polyMedium: ITER 1: 12.97 M hits/sec, 158.90 QPS (0.21 sec for 33 queries), totHits=2693559 465.5s: shapes, polyMedium: *** 465.7s: shapes, polyMedium: ITER 2: 13.23 M hits/sec, 162.09 QPS (0.20 sec for 33 queries), totHits=2693559 465.7s: shapes, polyMedium: *** 465.9s: shapes, polyMedium: ITER 3: 12.98 M hits/sec, 158.98 QPS (0.21 sec for 33 queries), totHits=2693559 466.1s: shapes, polyMedium: ITER 4: 12.85 M hits/sec, 157.41 QPS (0.21 sec for 33 queries), totHits=2693559 466.3s: shapes, polyMedium: ITER 5: 13.22 M hits/sec, 162.01 QPS (0.20 sec for 33 queries), totHits=2693559 466.5s: shapes, polyMedium: ITER 6: 12.86 M hits/sec, 157.54 QPS (0.21 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: ITER 7: 13.27 M hits/sec, 162.58 QPS (0.20 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: *** 466.9s: shapes, polyMedium: ITER 8: 13.09 M hits/sec, 160.33 QPS (0.21 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: ITER 9: 12.78 M hits/sec, 156.51 QPS (0.21 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 10: 12.93 M hits/sec, 158.36 QPS (0.21 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: ITER 11: 13.00 M hits/sec, 159.22 QPS (0.21 sec for 33 queries), totHits=2693559 467.8s: shapes, polyMedium: ITER 12: 13.11 M hits/sec, 160.65 QPS (0.21 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: ITER 13: 13.24 M hits/sec, 162.26 QPS (0.20 sec for 33 queries), totHits=2693559 468.2s: shapes, polyMedium: ITER 14: 13.05 M hits/sec, 159.90 QPS (0.21 sec for 33 queries), totHits=2693559 468.4s: shapes, polyMedium: ITER 15: 13.10 M hits/sec, 160.53 QPS (0.21 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: ITER 16: 13.21 M hits/sec, 161.90 QPS (0.20 sec for 33 queries), totHits=2693559 468.8s: shapes, polyMedium: ITER 17: 12.96 M hits/sec, 158.83 QPS (0.21 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 18: 13.32 M hits/sec, 163.19 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: *** 469.2s: shapes, polyMedium: ITER 19: 13.11 M hits/sec, 160.58 QPS (0.21 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: BEST M hits/sec: 13.320337860854996 469.2s: shapes, polyMedium: BEST QPS: 163.19343641933028 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 469.4s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 469.4s: points, poly 10: READER MB: 0.0 469.4s: points, poly 10: maxDoc=60844404 471.5s: points, poly 10: ITER 0: 177.29 M hits/sec, 112.11 QPS (2.01 sec for 225 queries), totHits=355809475 471.5s: points, poly 10: *** 473.2s: points, poly 10: ITER 1: 204.93 M hits/sec, 129.59 QPS (1.74 sec for 225 queries), totHits=355809475 473.2s: points, poly 10: *** 474.5s: points, poly 10: ITER 2: 280.20 M hits/sec, 177.19 QPS (1.27 sec for 225 queries), totHits=355809475 474.5s: points, poly 10: *** 475.8s: points, poly 10: ITER 3: 274.46 M hits/sec, 173.56 QPS (1.30 sec for 225 queries), totHits=355809475 477.1s: points, poly 10: ITER 4: 273.61 M hits/sec, 173.02 QPS (1.30 sec for 225 queries), totHits=355809475 478.3s: points, poly 10: ITER 5: 280.78 M hits/sec, 177.55 QPS (1.27 sec for 225 queries), totHits=355809475 478.3s: points, poly 10: *** 479.6s: points, poly 10: ITER 6: 286.13 M hits/sec, 180.94 QPS (1.24 sec for 225 queries), totHits=355809475 479.6s: points, poly 10: *** 480.8s: points, poly 10: ITER 7: 283.17 M hits/sec, 179.06 QPS (1.26 sec for 225 queries), totHits=355809475 482.1s: points, poly 10: ITER 8: 289.70 M hits/sec, 183.20 QPS (1.23 sec for 225 queries), totHits=355809475 482.1s: points, poly 10: *** 483.3s: points, poly 10: ITER 9: 285.67 M hits/sec, 180.64 QPS (1.25 sec for 225 queries), totHits=355809475 484.5s: points, poly 10: ITER 10: 287.40 M hits/sec, 181.74 QPS (1.24 sec for 225 queries), totHits=355809475 485.8s: points, poly 10: ITER 11: 285.93 M hits/sec, 180.81 QPS (1.24 sec for 225 queries), totHits=355809475 487.0s: points, poly 10: ITER 12: 286.14 M hits/sec, 180.94 QPS (1.24 sec for 225 queries), totHits=355809475 488.3s: points, poly 10: ITER 13: 285.59 M hits/sec, 180.60 QPS (1.25 sec for 225 queries), totHits=355809475 489.5s: points, poly 10: ITER 14: 286.35 M hits/sec, 181.08 QPS (1.24 sec for 225 queries), totHits=355809475 490.8s: points, poly 10: ITER 15: 281.44 M hits/sec, 177.97 QPS (1.26 sec for 225 queries), totHits=355809475 492.0s: points, poly 10: ITER 16: 283.97 M hits/sec, 179.57 QPS (1.25 sec for 225 queries), totHits=355809475 493.3s: points, poly 10: ITER 17: 283.74 M hits/sec, 179.42 QPS (1.25 sec for 225 queries), totHits=355809475 494.5s: points, poly 10: ITER 18: 285.59 M hits/sec, 180.60 QPS (1.25 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: ITER 19: 284.05 M hits/sec, 179.62 QPS (1.25 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: BEST M hits/sec: 289.7006101192111 495.8s: points, poly 10: BEST QPS: 183.19533867619037 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 496.0s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 496.0s: geo3d, poly 10: READER MB: 0.0 496.0s: geo3d, poly 10: maxDoc=60844404 498.3s: geo3d, poly 10: ITER 0: 162.39 M hits/sec, 102.68 QPS (2.19 sec for 225 queries), totHits=355855227 498.3s: geo3d, poly 10: *** 500.0s: geo3d, poly 10: ITER 1: 205.15 M hits/sec, 129.71 QPS (1.73 sec for 225 queries), totHits=355855227 500.0s: geo3d, poly 10: *** 501.5s: geo3d, poly 10: ITER 2: 241.89 M hits/sec, 152.94 QPS (1.47 sec for 225 queries), totHits=355855227 501.5s: geo3d, poly 10: *** 502.9s: geo3d, poly 10: ITER 3: 247.90 M hits/sec, 156.74 QPS (1.44 sec for 225 queries), totHits=355855227 502.9s: geo3d, poly 10: *** 504.3s: geo3d, poly 10: ITER 4: 251.98 M hits/sec, 159.32 QPS (1.41 sec for 225 queries), totHits=355855227 504.3s: geo3d, poly 10: *** 505.7s: geo3d, poly 10: ITER 5: 256.05 M hits/sec, 161.89 QPS (1.39 sec for 225 queries), totHits=355855227 505.7s: geo3d, poly 10: *** 507.1s: geo3d, poly 10: ITER 6: 253.94 M hits/sec, 160.56 QPS (1.40 sec for 225 queries), totHits=355855227 508.5s: geo3d, poly 10: ITER 7: 250.75 M hits/sec, 158.54 QPS (1.42 sec for 225 queries), totHits=355855227 509.9s: geo3d, poly 10: ITER 8: 254.79 M hits/sec, 161.10 QPS (1.40 sec for 225 queries), totHits=355855227 511.4s: geo3d, poly 10: ITER 9: 249.25 M hits/sec, 157.60 QPS (1.43 sec for 225 queries), totHits=355855227 512.8s: geo3d, poly 10: ITER 10: 252.31 M hits/sec, 159.53 QPS (1.41 sec for 225 queries), totHits=355855227 514.2s: geo3d, poly 10: ITER 11: 248.34 M hits/sec, 157.02 QPS (1.43 sec for 225 queries), totHits=355855227 515.6s: geo3d, poly 10: ITER 12: 250.17 M hits/sec, 158.18 QPS (1.42 sec for 225 queries), totHits=355855227 517.0s: geo3d, poly 10: ITER 13: 249.75 M hits/sec, 157.91 QPS (1.42 sec for 225 queries), totHits=355855227 518.5s: geo3d, poly 10: ITER 14: 252.94 M hits/sec, 159.93 QPS (1.41 sec for 225 queries), totHits=355855227 519.9s: geo3d, poly 10: ITER 15: 248.65 M hits/sec, 157.22 QPS (1.43 sec for 225 queries), totHits=355855227 521.3s: geo3d, poly 10: ITER 16: 244.99 M hits/sec, 154.90 QPS (1.45 sec for 225 queries), totHits=355855227 522.8s: geo3d, poly 10: ITER 17: 244.65 M hits/sec, 154.69 QPS (1.45 sec for 225 queries), totHits=355855227 524.2s: geo3d, poly 10: ITER 18: 244.19 M hits/sec, 154.39 QPS (1.46 sec for 225 queries), totHits=355855227 525.7s: geo3d, poly 10: ITER 19: 247.01 M hits/sec, 156.18 QPS (1.44 sec for 225 queries), totHits=355855227 525.7s: geo3d, poly 10: BEST M hits/sec: 256.04780419204445 525.7s: geo3d, poly 10: BEST QPS: 161.8938027941627 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 526.0s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.0s: shapes, poly 10: READER MB: 0.0 526.0s: shapes, poly 10: maxDoc=60844404 528.6s: shapes, poly 10: ITER 0: 135.71 M hits/sec, 85.82 QPS (2.62 sec for 225 queries), totHits=355809475 528.6s: shapes, poly 10: *** 530.9s: shapes, poly 10: ITER 1: 154.47 M hits/sec, 97.68 QPS (2.30 sec for 225 queries), totHits=355809475 530.9s: shapes, poly 10: *** 533.0s: shapes, poly 10: ITER 2: 173.30 M hits/sec, 109.59 QPS (2.05 sec for 225 queries), totHits=355809475 533.0s: shapes, poly 10: *** 535.0s: shapes, poly 10: ITER 3: 177.18 M hits/sec, 112.04 QPS (2.01 sec for 225 queries), totHits=355809475 535.0s: shapes, poly 10: *** 536.9s: shapes, poly 10: ITER 4: 180.83 M hits/sec, 114.35 QPS (1.97 sec for 225 queries), totHits=355809475 536.9s: shapes, poly 10: *** 538.9s: shapes, poly 10: ITER 5: 180.34 M hits/sec, 114.04 QPS (1.97 sec for 225 queries), totHits=355809475 540.9s: shapes, poly 10: ITER 6: 179.98 M hits/sec, 113.81 QPS (1.98 sec for 225 queries), totHits=355809475 542.9s: shapes, poly 10: ITER 7: 179.02 M hits/sec, 113.21 QPS (1.99 sec for 225 queries), totHits=355809475 544.8s: shapes, poly 10: ITER 8: 179.65 M hits/sec, 113.61 QPS (1.98 sec for 225 queries), totHits=355809475 546.8s: shapes, poly 10: ITER 9: 179.64 M hits/sec, 113.59 QPS (1.98 sec for 225 queries), totHits=355809475 548.8s: shapes, poly 10: ITER 10: 181.11 M hits/sec, 114.53 QPS (1.96 sec for 225 queries), totHits=355809475 548.8s: shapes, poly 10: *** 550.8s: shapes, poly 10: ITER 11: 178.80 M hits/sec, 113.06 QPS (1.99 sec for 225 queries), totHits=355809475 552.8s: shapes, poly 10: ITER 12: 179.98 M hits/sec, 113.81 QPS (1.98 sec for 225 queries), totHits=355809475 554.8s: shapes, poly 10: ITER 13: 178.00 M hits/sec, 112.56 QPS (2.00 sec for 225 queries), totHits=355809475 556.8s: shapes, poly 10: ITER 14: 178.73 M hits/sec, 113.02 QPS (1.99 sec for 225 queries), totHits=355809475 558.7s: shapes, poly 10: ITER 15: 178.43 M hits/sec, 112.83 QPS (1.99 sec for 225 queries), totHits=355809475 560.7s: shapes, poly 10: ITER 16: 179.55 M hits/sec, 113.54 QPS (1.98 sec for 225 queries), totHits=355809475 562.7s: shapes, poly 10: ITER 17: 178.01 M hits/sec, 112.57 QPS (2.00 sec for 225 queries), totHits=355809475 564.7s: shapes, poly 10: ITER 18: 177.90 M hits/sec, 112.50 QPS (2.00 sec for 225 queries), totHits=355809475 566.7s: shapes, poly 10: ITER 19: 177.57 M hits/sec, 112.29 QPS (2.00 sec for 225 queries), totHits=355809475 566.7s: shapes, poly 10: BEST M hits/sec: 181.11374368271484 566.7s: shapes, poly 10: BEST QPS: 114.52925003925439 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|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 567.0s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 567.0s: points, nearest 10: READER MB: 0.0 567.0s: points, nearest 10: maxDoc=60844404 567.1s: points, nearest 10: ITER 0: 1470.77 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: *** 567.2s: points, nearest 10: ITER 1: 2867.17 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: *** 567.3s: points, nearest 10: ITER 2: 2987.42 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: *** 567.4s: points, nearest 10: ITER 3: 3026.51 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.4s: points, nearest 10: *** 567.4s: points, nearest 10: ITER 4: 3110.70 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.4s: points, nearest 10: *** 567.5s: points, nearest 10: ITER 5: 3120.62 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.5s: points, nearest 10: *** 567.6s: points, nearest 10: ITER 6: 3145.34 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.6s: points, nearest 10: *** 567.7s: points, nearest 10: ITER 7: 2830.68 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: ITER 8: 3259.36 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: *** 567.8s: points, nearest 10: ITER 9: 3224.34 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.9s: points, nearest 10: ITER 10: 3303.10 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.9s: points, nearest 10: *** 567.9s: points, nearest 10: ITER 11: 3298.33 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.0s: points, nearest 10: ITER 12: 3292.01 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 13: 3303.01 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 14: 3299.89 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.2s: points, nearest 10: ITER 15: 3142.71 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: ITER 16: 3308.98 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: *** 568.3s: points, nearest 10: ITER 17: 3307.69 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.4s: points, nearest 10: ITER 18: 3303.72 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.5s: points, nearest 10: ITER 19: 3300.30 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.5s: points, nearest 10: BEST M hits/sec: 0.03308982847203555 568.5s: points, nearest 10: BEST QPS: 3308.9828472035556 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|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.2s: points, sort: 1000000... 572.1s: points, sort: 2000000... 573.7s: points, sort: 3000000... 575.1s: points, sort: 4000000... 576.5s: points, sort: 5000000... 578.0s: 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.3s: points, sort: 12000000... 593.8s: points, sort: 13000000... 595.2s: points, sort: 14000000... 596.6s: points, sort: 15000000... 598.0s: points, sort: 16000000... 599.5s: points, sort: 17000000... 601.0s: points, sort: 18000000... 602.4s: points, sort: 19000000... 603.8s: points, sort: 20000000... 605.2s: points, sort: 21000000... 612.8s: points, sort: 22000000... 613.7s: points, sort: 23000000... 615.1s: points, sort: 24000000... 616.6s: points, sort: 25000000... 618.0s: points, sort: 26000000... 619.4s: points, sort: 27000000... 620.8s: points, sort: 28000000... 622.2s: points, sort: 29000000... 623.6s: points, sort: 30000000... 625.0s: points, sort: 31000000... 626.4s: points, sort: 32000000... 634.0s: points, sort: 33000000... 635.4s: points, sort: 34000000... 636.3s: points, sort: 35000000... 637.7s: points, sort: 36000000... 639.1s: points, sort: 37000000... 640.5s: points, sort: 38000000... 641.9s: points, sort: 39000000... 643.3s: points, sort: 40000000... 644.7s: points, sort: 41000000... 646.1s: points, sort: 42000000... 647.5s: points, sort: 43000000... 655.0s: points, sort: 44000000... 656.4s: points, sort: 45000000... 657.4s: points, sort: 46000000... 658.8s: points, sort: 47000000... 660.2s: points, sort: 48000000... 661.6s: points, sort: 49000000... 663.0s: points, sort: 50000000... 664.4s: points, sort: 51000000... 665.8s: points, sort: 52000000... 667.2s: points, sort: 53000000... 668.6s: points, sort: 54000000... 676.1s: points, sort: 55000000... 677.5s: points, sort: 56000000... 678.5s: points, sort: 57000000... 679.9s: points, sort: 58000000... 681.3s: points, sort: 59000000... 682.7s: points, sort: 60000000... 686.4s: points, sort: 117.894553845 sec to index part 0 686.4s: points, sort: INDEX SIZE: 0.9472499107941985 GB 686.4s: points, sort: READER MB: 0.0 686.4s: points, sort: maxDoc=60844404 688.8s: points, sort: ITER 0: 132.02 M hits/sec, 134.33 QPS (1.67 sec for 225 queries), totHits=221118844 688.8s: points, sort: *** 690.9s: points, sort: ITER 1: 150.17 M hits/sec, 152.81 QPS (1.47 sec for 225 queries), totHits=221118844 690.9s: points, sort: *** 693.0s: points, sort: ITER 2: 152.87 M hits/sec, 155.55 QPS (1.45 sec for 225 queries), totHits=221118844 693.0s: points, sort: *** 695.1s: points, sort: ITER 3: 151.80 M hits/sec, 154.46 QPS (1.46 sec for 225 queries), totHits=221118844 697.2s: points, sort: ITER 4: 151.65 M hits/sec, 154.31 QPS (1.46 sec for 225 queries), totHits=221118844 699.4s: points, sort: ITER 5: 152.11 M hits/sec, 154.78 QPS (1.45 sec for 225 queries), totHits=221118844 701.5s: points, sort: ITER 6: 152.10 M hits/sec, 154.77 QPS (1.45 sec for 225 queries), totHits=221118844 703.6s: points, sort: ITER 7: 149.41 M hits/sec, 152.03 QPS (1.48 sec for 225 queries), totHits=221118844 705.8s: points, sort: ITER 8: 151.46 M hits/sec, 154.12 QPS (1.46 sec for 225 queries), totHits=221118844 707.9s: points, sort: ITER 9: 151.21 M hits/sec, 153.86 QPS (1.46 sec for 225 queries), totHits=221118844 710.0s: points, sort: ITER 10: 151.24 M hits/sec, 153.90 QPS (1.46 sec for 225 queries), totHits=221118844 712.1s: points, sort: ITER 11: 153.38 M hits/sec, 156.07 QPS (1.44 sec for 225 queries), totHits=221118844 712.1s: points, sort: *** 714.3s: points, sort: ITER 12: 149.45 M hits/sec, 152.07 QPS (1.48 sec for 225 queries), totHits=221118844 716.4s: points, sort: ITER 13: 150.07 M hits/sec, 152.70 QPS (1.47 sec for 225 queries), totHits=221118844 718.5s: points, sort: ITER 14: 148.76 M hits/sec, 151.38 QPS (1.49 sec for 225 queries), totHits=221118844 720.7s: points, sort: ITER 15: 150.73 M hits/sec, 153.38 QPS (1.47 sec for 225 queries), totHits=221118844 722.8s: points, sort: ITER 16: 149.07 M hits/sec, 151.69 QPS (1.48 sec for 225 queries), totHits=221118844 725.0s: points, sort: ITER 17: 147.43 M hits/sec, 150.02 QPS (1.50 sec for 225 queries), totHits=221118844 727.2s: points, sort: ITER 18: 150.16 M hits/sec, 152.80 QPS (1.47 sec for 225 queries), totHits=221118844 729.3s: points, sort: ITER 19: 149.51 M hits/sec, 152.14 QPS (1.48 sec for 225 queries), totHits=221118844 729.3s: points, sort: BEST M hits/sec: 153.3801837607146 729.3s: points, sort: BEST QPS: 156.0723668859303 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|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 729.6s: points, distance: INDEX SIZE: 0.4939169967547059 GB 729.6s: points, distance: READER MB: 0.0 729.6s: points, distance: maxDoc=60844404 731.1s: points, distance: ITER 0: 258.50 M hits/sec, 151.88 QPS (1.48 sec for 225 queries), totHits=382961957 731.1s: points, distance: *** 732.3s: points, distance: ITER 1: 310.79 M hits/sec, 182.60 QPS (1.23 sec for 225 queries), totHits=382961957 732.3s: points, distance: *** 733.5s: points, distance: ITER 2: 315.77 M hits/sec, 185.52 QPS (1.21 sec for 225 queries), totHits=382961957 733.5s: points, distance: *** 734.7s: points, distance: ITER 3: 308.44 M hits/sec, 181.22 QPS (1.24 sec for 225 queries), totHits=382961957 736.0s: points, distance: ITER 4: 316.50 M hits/sec, 185.95 QPS (1.21 sec for 225 queries), totHits=382961957 736.0s: points, distance: *** 737.1s: points, distance: ITER 5: 324.50 M hits/sec, 190.65 QPS (1.18 sec for 225 queries), totHits=382961957 737.1s: points, distance: *** 738.3s: points, distance: ITER 6: 322.10 M hits/sec, 189.24 QPS (1.19 sec for 225 queries), totHits=382961957 739.5s: points, distance: ITER 7: 320.86 M hits/sec, 188.52 QPS (1.19 sec for 225 queries), totHits=382961957 740.7s: points, distance: ITER 8: 324.50 M hits/sec, 190.65 QPS (1.18 sec for 225 queries), totHits=382961957 740.7s: points, distance: *** 741.9s: points, distance: ITER 9: 321.74 M hits/sec, 189.03 QPS (1.19 sec for 225 queries), totHits=382961957 743.1s: points, distance: ITER 10: 317.51 M hits/sec, 186.54 QPS (1.21 sec for 225 queries), totHits=382961957 744.3s: points, distance: ITER 11: 319.58 M hits/sec, 187.76 QPS (1.20 sec for 225 queries), totHits=382961957 745.5s: points, distance: ITER 12: 317.22 M hits/sec, 186.37 QPS (1.21 sec for 225 queries), totHits=382961957 746.7s: points, distance: ITER 13: 318.81 M hits/sec, 187.31 QPS (1.20 sec for 225 queries), totHits=382961957 747.9s: points, distance: ITER 14: 318.01 M hits/sec, 186.84 QPS (1.20 sec for 225 queries), totHits=382961957 749.1s: points, distance: ITER 15: 319.40 M hits/sec, 187.66 QPS (1.20 sec for 225 queries), totHits=382961957 750.3s: points, distance: ITER 16: 313.85 M hits/sec, 184.39 QPS (1.22 sec for 225 queries), totHits=382961957 751.5s: points, distance: ITER 17: 314.41 M hits/sec, 184.72 QPS (1.22 sec for 225 queries), totHits=382961957 752.8s: points, distance: ITER 18: 315.07 M hits/sec, 185.11 QPS (1.22 sec for 225 queries), totHits=382961957 754.0s: points, distance: ITER 19: 316.65 M hits/sec, 186.04 QPS (1.21 sec for 225 queries), totHits=382961957 754.0s: points, distance: BEST M hits/sec: 324.50490293974156 754.0s: points, distance: BEST QPS: 190.6549771507509 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|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 754.2s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 754.2s: geo3d, distance: READER MB: 0.0 754.2s: geo3d, distance: maxDoc=60844404 756.1s: geo3d, distance: ITER 0: 205.84 M hits/sec, 120.81 QPS (1.86 sec for 225 queries), totHits=383371904 756.1s: geo3d, distance: *** 757.8s: geo3d, distance: ITER 1: 222.62 M hits/sec, 130.66 QPS (1.72 sec for 225 queries), totHits=383371904 757.8s: geo3d, distance: *** 759.1s: geo3d, distance: ITER 2: 292.67 M hits/sec, 171.77 QPS (1.31 sec for 225 queries), totHits=383371904 759.1s: geo3d, distance: *** 760.3s: geo3d, distance: ITER 3: 313.37 M hits/sec, 183.92 QPS (1.22 sec for 225 queries), totHits=383371904 760.3s: geo3d, distance: *** 761.6s: geo3d, distance: ITER 4: 312.89 M hits/sec, 183.64 QPS (1.23 sec for 225 queries), totHits=383371904 762.8s: geo3d, distance: ITER 5: 314.07 M hits/sec, 184.33 QPS (1.22 sec for 225 queries), totHits=383371904 762.8s: geo3d, distance: *** 764.0s: geo3d, distance: ITER 6: 317.41 M hits/sec, 186.28 QPS (1.21 sec for 225 queries), totHits=383371904 764.0s: geo3d, distance: *** 765.2s: geo3d, distance: ITER 7: 316.79 M hits/sec, 185.92 QPS (1.21 sec for 225 queries), totHits=383371904 766.4s: geo3d, distance: ITER 8: 315.98 M hits/sec, 185.45 QPS (1.21 sec for 225 queries), totHits=383371904 767.7s: geo3d, distance: ITER 9: 312.71 M hits/sec, 183.53 QPS (1.23 sec for 225 queries), totHits=383371904 768.9s: geo3d, distance: ITER 10: 312.22 M hits/sec, 183.24 QPS (1.23 sec for 225 queries), totHits=383371904 770.1s: geo3d, distance: ITER 11: 316.45 M hits/sec, 185.72 QPS (1.21 sec for 225 queries), totHits=383371904 771.3s: geo3d, distance: ITER 12: 315.12 M hits/sec, 184.94 QPS (1.22 sec for 225 queries), totHits=383371904 772.5s: geo3d, distance: ITER 13: 314.31 M hits/sec, 184.47 QPS (1.22 sec for 225 queries), totHits=383371904 773.7s: geo3d, distance: ITER 14: 314.68 M hits/sec, 184.69 QPS (1.22 sec for 225 queries), totHits=383371904 775.0s: geo3d, distance: ITER 15: 311.00 M hits/sec, 182.53 QPS (1.23 sec for 225 queries), totHits=383371904 776.2s: geo3d, distance: ITER 16: 309.90 M hits/sec, 181.88 QPS (1.24 sec for 225 queries), totHits=383371904 777.4s: geo3d, distance: ITER 17: 313.81 M hits/sec, 184.17 QPS (1.22 sec for 225 queries), totHits=383371904 778.7s: geo3d, distance: ITER 18: 313.43 M hits/sec, 183.95 QPS (1.22 sec for 225 queries), totHits=383371904 779.9s: geo3d, distance: ITER 19: 312.44 M hits/sec, 183.37 QPS (1.23 sec for 225 queries), totHits=383371904 779.9s: geo3d, distance: BEST M hits/sec: 317.4054875583591 779.9s: geo3d, distance: BEST QPS: 186.28447717606034 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|317.41|186.28|383371904| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 780.2s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 780.2s: shapes, distance: READER MB: 0.0 780.2s: shapes, distance: maxDoc=60844404 782.2s: shapes, distance: ITER 0: 186.85 M hits/sec, 109.78 QPS (2.05 sec for 225 queries), totHits=382961957 782.2s: shapes, distance: *** 784.0s: shapes, distance: ITER 1: 217.22 M hits/sec, 127.62 QPS (1.76 sec for 225 queries), totHits=382961957 784.0s: shapes, distance: *** 785.7s: shapes, distance: ITER 2: 223.28 M hits/sec, 131.18 QPS (1.72 sec for 225 queries), totHits=382961957 785.7s: shapes, distance: *** 787.4s: shapes, distance: ITER 3: 222.54 M hits/sec, 130.75 QPS (1.72 sec for 225 queries), totHits=382961957 789.1s: shapes, distance: ITER 4: 223.65 M hits/sec, 131.40 QPS (1.71 sec for 225 queries), totHits=382961957 789.1s: shapes, distance: *** 790.8s: shapes, distance: ITER 5: 225.77 M hits/sec, 132.65 QPS (1.70 sec for 225 queries), totHits=382961957 790.8s: shapes, distance: *** 792.5s: shapes, distance: ITER 6: 224.19 M hits/sec, 131.72 QPS (1.71 sec for 225 queries), totHits=382961957 794.2s: shapes, distance: ITER 7: 222.41 M hits/sec, 130.67 QPS (1.72 sec for 225 queries), totHits=382961957 795.9s: shapes, distance: ITER 8: 226.65 M hits/sec, 133.16 QPS (1.69 sec for 225 queries), totHits=382961957 795.9s: shapes, distance: *** 797.6s: shapes, distance: ITER 9: 227.83 M hits/sec, 133.85 QPS (1.68 sec for 225 queries), totHits=382961957 797.6s: shapes, distance: *** 799.3s: shapes, distance: ITER 10: 226.18 M hits/sec, 132.89 QPS (1.69 sec for 225 queries), totHits=382961957 801.0s: shapes, distance: ITER 11: 224.22 M hits/sec, 131.74 QPS (1.71 sec for 225 queries), totHits=382961957 802.7s: shapes, distance: ITER 12: 225.28 M hits/sec, 132.36 QPS (1.70 sec for 225 queries), totHits=382961957 804.4s: shapes, distance: ITER 13: 224.90 M hits/sec, 132.13 QPS (1.70 sec for 225 queries), totHits=382961957 806.1s: shapes, distance: ITER 14: 224.35 M hits/sec, 131.81 QPS (1.71 sec for 225 queries), totHits=382961957 807.8s: shapes, distance: ITER 15: 228.76 M hits/sec, 134.40 QPS (1.67 sec for 225 queries), totHits=382961957 807.8s: shapes, distance: *** 809.5s: shapes, distance: ITER 16: 225.22 M hits/sec, 132.32 QPS (1.70 sec for 225 queries), totHits=382961957 811.2s: shapes, distance: ITER 17: 225.15 M hits/sec, 132.28 QPS (1.70 sec for 225 queries), totHits=382961957 812.9s: shapes, distance: ITER 18: 225.06 M hits/sec, 132.23 QPS (1.70 sec for 225 queries), totHits=382961957 814.6s: shapes, distance: ITER 19: 225.58 M hits/sec, 132.53 QPS (1.70 sec for 225 queries), totHits=382961957 814.6s: shapes, distance: BEST M hits/sec: 228.75848252693953 814.6s: shapes, distance: BEST QPS: 134.40149244004775 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|317.41|186.28|383371904| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|228.76|134.40|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|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 814.9s: points, box: INDEX SIZE: 0.4939169967547059 GB 814.9s: points, box: READER MB: 0.0 814.9s: points, box: maxDoc=60844404 815.8s: points, box: ITER 0: 247.46 M hits/sec, 251.80 QPS (0.89 sec for 225 queries), totHits=221118844 815.8s: points, box: *** 816.3s: points, box: ITER 1: 404.00 M hits/sec, 411.09 QPS (0.55 sec for 225 queries), totHits=221118844 816.3s: points, box: *** 816.9s: points, box: ITER 2: 382.63 M hits/sec, 389.34 QPS (0.58 sec for 225 queries), totHits=221118844 817.4s: points, box: ITER 3: 395.70 M hits/sec, 402.64 QPS (0.56 sec for 225 queries), totHits=221118844 818.0s: points, box: ITER 4: 422.76 M hits/sec, 430.18 QPS (0.52 sec for 225 queries), totHits=221118844 818.0s: points, box: *** 818.5s: points, box: ITER 5: 391.36 M hits/sec, 398.23 QPS (0.56 sec for 225 queries), totHits=221118844 819.1s: points, box: ITER 6: 373.52 M hits/sec, 380.07 QPS (0.59 sec for 225 queries), totHits=221118844 819.7s: points, box: ITER 7: 400.49 M hits/sec, 407.52 QPS (0.55 sec for 225 queries), totHits=221118844 820.2s: points, box: ITER 8: 435.45 M hits/sec, 443.09 QPS (0.51 sec for 225 queries), totHits=221118844 820.2s: points, box: *** 820.7s: points, box: ITER 9: 424.64 M hits/sec, 432.09 QPS (0.52 sec for 225 queries), totHits=221118844 821.2s: points, box: ITER 10: 421.39 M hits/sec, 428.78 QPS (0.52 sec for 225 queries), totHits=221118844 821.8s: points, box: ITER 11: 414.05 M hits/sec, 421.32 QPS (0.53 sec for 225 queries), totHits=221118844 822.3s: points, box: ITER 12: 426.06 M hits/sec, 433.53 QPS (0.52 sec for 225 queries), totHits=221118844 822.8s: points, box: ITER 13: 421.09 M hits/sec, 428.48 QPS (0.53 sec for 225 queries), totHits=221118844 823.3s: points, box: ITER 14: 409.66 M hits/sec, 416.85 QPS (0.54 sec for 225 queries), totHits=221118844 823.9s: points, box: ITER 15: 404.72 M hits/sec, 411.82 QPS (0.55 sec for 225 queries), totHits=221118844 824.4s: points, box: ITER 16: 416.24 M hits/sec, 423.55 QPS (0.53 sec for 225 queries), totHits=221118844 825.0s: points, box: ITER 17: 417.44 M hits/sec, 424.77 QPS (0.53 sec for 225 queries), totHits=221118844 825.5s: points, box: ITER 18: 420.23 M hits/sec, 427.61 QPS (0.53 sec for 225 queries), totHits=221118844 826.0s: points, box: ITER 19: 403.97 M hits/sec, 411.06 QPS (0.55 sec for 225 queries), totHits=221118844 826.0s: points, box: BEST M hits/sec: 435.4498452992926 826.0s: points, box: BEST QPS: 443.09301468824987 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|317.41|186.28|383371904| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|228.76|134.40|382961957| |box|geo3d|||| |box|points|435.45|443.09|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|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 826.3s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 826.3s: geo3d, box: READER MB: 0.0 826.3s: geo3d, box: maxDoc=60844404 827.5s: geo3d, box: ITER 0: 179.39 M hits/sec, 182.54 QPS (1.23 sec for 225 queries), totHits=221118844 827.5s: geo3d, box: *** 828.5s: geo3d, box: ITER 1: 229.65 M hits/sec, 233.68 QPS (0.96 sec for 225 queries), totHits=221118844 828.5s: geo3d, box: *** 829.5s: geo3d, box: ITER 2: 225.69 M hits/sec, 229.65 QPS (0.98 sec for 225 queries), totHits=221118844 830.4s: geo3d, box: ITER 3: 238.63 M hits/sec, 242.82 QPS (0.93 sec for 225 queries), totHits=221118844 830.4s: geo3d, box: *** 831.4s: geo3d, box: ITER 4: 235.24 M hits/sec, 239.37 QPS (0.94 sec for 225 queries), totHits=221118844 832.2s: geo3d, box: ITER 5: 253.43 M hits/sec, 257.88 QPS (0.87 sec for 225 queries), totHits=221118844 832.2s: geo3d, box: *** 833.1s: geo3d, box: ITER 6: 247.65 M hits/sec, 251.99 QPS (0.89 sec for 225 queries), totHits=221118844 834.0s: geo3d, box: ITER 7: 245.48 M hits/sec, 249.79 QPS (0.90 sec for 225 queries), totHits=221118844 834.9s: geo3d, box: ITER 8: 249.84 M hits/sec, 254.23 QPS (0.89 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: ITER 9: 246.24 M hits/sec, 250.57 QPS (0.90 sec for 225 queries), totHits=221118844 836.7s: geo3d, box: ITER 10: 242.78 M hits/sec, 247.04 QPS (0.91 sec for 225 queries), totHits=221118844 837.6s: geo3d, box: ITER 11: 247.69 M hits/sec, 252.04 QPS (0.89 sec for 225 queries), totHits=221118844 838.5s: geo3d, box: ITER 12: 247.90 M hits/sec, 252.25 QPS (0.89 sec for 225 queries), totHits=221118844 839.4s: geo3d, box: ITER 13: 246.28 M hits/sec, 250.61 QPS (0.90 sec for 225 queries), totHits=221118844 840.3s: geo3d, box: ITER 14: 239.27 M hits/sec, 243.47 QPS (0.92 sec for 225 queries), totHits=221118844 841.3s: geo3d, box: ITER 15: 233.69 M hits/sec, 237.79 QPS (0.95 sec for 225 queries), totHits=221118844 842.2s: geo3d, box: ITER 16: 244.10 M hits/sec, 248.38 QPS (0.91 sec for 225 queries), totHits=221118844 843.1s: geo3d, box: ITER 17: 240.88 M hits/sec, 245.10 QPS (0.92 sec for 225 queries), totHits=221118844 844.0s: geo3d, box: ITER 18: 249.29 M hits/sec, 253.67 QPS (0.89 sec for 225 queries), totHits=221118844 844.9s: geo3d, box: ITER 19: 244.74 M hits/sec, 249.03 QPS (0.90 sec for 225 queries), totHits=221118844 844.9s: geo3d, box: BEST M hits/sec: 253.42935015352603 844.9s: geo3d, box: BEST QPS: 257.87763156243415 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|317.41|186.28|383371904| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|228.76|134.40|382961957| |box|geo3d|253.43|257.88|221118844| |box|points|435.45|443.09|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|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 845.2s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 845.2s: shapes, box: READER MB: 0.0 845.2s: shapes, box: maxDoc=60844404 846.7s: shapes, box: ITER 0: 143.21 M hits/sec, 145.73 QPS (1.54 sec for 225 queries), totHits=221118844 846.7s: shapes, box: *** 848.0s: shapes, box: ITER 1: 167.52 M hits/sec, 170.46 QPS (1.32 sec for 225 queries), totHits=221118844 848.0s: shapes, box: *** 849.1s: shapes, box: ITER 2: 199.01 M hits/sec, 202.51 QPS (1.11 sec for 225 queries), totHits=221118844 849.1s: shapes, box: *** 850.3s: shapes, box: ITER 3: 198.41 M hits/sec, 201.89 QPS (1.11 sec for 225 queries), totHits=221118844 851.3s: shapes, box: ITER 4: 209.79 M hits/sec, 213.47 QPS (1.05 sec for 225 queries), totHits=221118844 851.3s: shapes, box: *** 852.4s: shapes, box: ITER 5: 210.07 M hits/sec, 213.76 QPS (1.05 sec for 225 queries), totHits=221118844 852.4s: shapes, box: *** 853.4s: shapes, box: ITER 6: 211.40 M hits/sec, 215.11 QPS (1.05 sec for 225 queries), totHits=221118844 853.4s: shapes, box: *** 854.5s: shapes, box: ITER 7: 208.95 M hits/sec, 212.62 QPS (1.06 sec for 225 queries), totHits=221118844 855.5s: shapes, box: ITER 8: 208.56 M hits/sec, 212.22 QPS (1.06 sec for 225 queries), totHits=221118844 856.6s: shapes, box: ITER 9: 204.47 M hits/sec, 208.06 QPS (1.08 sec for 225 queries), totHits=221118844 857.7s: shapes, box: ITER 10: 204.61 M hits/sec, 208.20 QPS (1.08 sec for 225 queries), totHits=221118844 858.8s: shapes, box: ITER 11: 203.88 M hits/sec, 207.46 QPS (1.08 sec for 225 queries), totHits=221118844 859.8s: shapes, box: ITER 12: 210.48 M hits/sec, 214.18 QPS (1.05 sec for 225 queries), totHits=221118844 860.9s: shapes, box: ITER 13: 207.85 M hits/sec, 211.50 QPS (1.06 sec for 225 queries), totHits=221118844 862.0s: shapes, box: ITER 14: 202.95 M hits/sec, 206.51 QPS (1.09 sec for 225 queries), totHits=221118844 863.1s: shapes, box: ITER 15: 204.92 M hits/sec, 208.52 QPS (1.08 sec for 225 queries), totHits=221118844 864.1s: shapes, box: ITER 16: 204.11 M hits/sec, 207.69 QPS (1.08 sec for 225 queries), totHits=221118844 865.2s: shapes, box: ITER 17: 203.00 M hits/sec, 206.56 QPS (1.09 sec for 225 queries), totHits=221118844 866.3s: shapes, box: ITER 18: 201.81 M hits/sec, 205.35 QPS (1.10 sec for 225 queries), totHits=221118844 867.4s: shapes, box: ITER 19: 206.53 M hits/sec, 210.15 QPS (1.07 sec for 225 queries), totHits=221118844 867.4s: shapes, box: BEST M hits/sec: 211.4016041601269 867.4s: shapes, box: BEST QPS: 215.11219973648448 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.4s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|166.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|317.41|186.28|383371904| |distance|points|324.50|190.65|382961957| |distance|geopoint|||| |distance|shapes|228.76|134.40|382961957| |box|geo3d|253.43|257.88|221118844| |box|points|435.45|443.09|221118844| |box|geopoint|||| |box|shapes|211.40|215.11|221118844| |poly 10|geo3d|256.05|161.89|355855227| |poly 10|points|289.70|183.20|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.11|114.53|355809475| |polyMedium|geo3d|2.58|31.66|2693541| |polyMedium|points|16.75|205.16|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.32|163.19|2693559| |polyRussia|geo3d|3.79|1.08|3508671| |polyRussia|points|64.52|18.39|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.02|13.12|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.98|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.38|156.07|221118844| |sort|geopoint|||| |sort|shapes|||| Took 868.6 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 Already up to date. creating directories /l/logs.nightly/taxis/2026.05.12.18.42.30... Lucene git hash: 29af85188d5c4415f42e0e56f484819264bff070 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.12.18.42.30/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.12.18.42.30/index.1threads.sparse.sorted.log 3.2 sec: 0.3 M docs; 94.8 K docs/sec 6.8 sec: 0.6 M docs; 87.8 K docs/sec 10.2 sec: 0.9 M docs; 88.6 K docs/sec 13.4 sec: 1.2 M docs; 89.5 K docs/sec 16.7 sec: 1.5 M docs; 90.0 K docs/sec 20.8 sec: 1.9 M docs; 91.5 K docs/sec 24.1 sec: 2.2 M docs; 91.3 K docs/sec 28.1 sec: 2.6 M docs; 92.4 K docs/sec 32.2 sec: 3.0 M docs; 93.2 K docs/sec 35.4 sec: 3.3 M docs; 93.1 K docs/sec 48.1 sec: 3.7 M docs; 76.9 K docs/sec 52.2 sec: 4.1 M docs; 78.6 K docs/sec 55.5 sec: 4.4 M docs; 79.3 K docs/sec 59.5 sec: 4.8 M docs; 80.6 K docs/sec 63.6 sec: 5.2 M docs; 81.8 K docs/sec 66.8 sec: 5.5 M docs; 82.3 K docs/sec 70.9 sec: 5.9 M docs; 83.2 K docs/sec 75.0 sec: 6.3 M docs; 84.0 K docs/sec 78.2 sec: 6.6 M docs; 84.4 K docs/sec 82.3 sec: 7.0 M docs; 85.0 K docs/sec 95.0 sec: 7.4 M docs; 77.9 K docs/sec 98.3 sec: 7.7 M docs; 78.4 K docs/sec 102.3 sec: 8.1 M docs; 79.2 K docs/sec 106.4 sec: 8.5 M docs; 79.9 K docs/sec 109.6 sec: 8.8 M docs; 80.3 K docs/sec 113.7 sec: 9.2 M docs; 80.9 K docs/sec 117.8 sec: 9.6 M docs; 81.5 K docs/sec 121.0 sec: 9.9 M docs; 81.8 K docs/sec 125.1 sec: 10.3 M docs; 82.4 K docs/sec 129.1 sec: 10.7 M docs; 82.9 K docs/sec 140.9 sec: 11.0 M docs; 78.0 K docs/sec 145.0 sec: 11.4 M docs; 78.6 K docs/sec 149.1 sec: 11.8 M docs; 79.2 K docs/sec 152.3 sec: 12.1 M docs; 79.4 K docs/sec 156.4 sec: 12.5 M docs; 79.9 K docs/sec 160.4 sec: 12.9 M docs; 80.4 K docs/sec 163.7 sec: 13.2 M docs; 80.6 K docs/sec 167.7 sec: 13.6 M docs; 81.1 K docs/sec 171.8 sec: 14.0 M docs; 81.5 K docs/sec 175.1 sec: 14.3 M docs; 81.7 K docs/sec 187.7 sec: 14.7 M docs; 78.3 K docs/sec 191.8 sec: 15.1 M docs; 78.7 K docs/sec 195.0 sec: 15.4 M docs; 79.0 K docs/sec 199.1 sec: 15.8 M docs; 79.4 K docs/sec 203.1 sec: 16.2 M docs; 79.8 K docs/sec 206.4 sec: 16.5 M docs; 80.0 K docs/sec 210.4 sec: 16.9 M docs; 80.3 K docs/sec 214.5 sec: 17.3 M docs; 80.7 K docs/sec 217.7 sec: 17.6 M docs; 80.8 K docs/sec 221.8 sec: 18.0 M docs; 81.2 K docs/sec 234.4 sec: 18.4 M docs; 78.5 K docs/sec 237.6 sec: 18.7 M docs; 78.7 K docs/sec 241.7 sec: 19.1 M docs; 79.0 K docs/sec 245.0 sec: 19.4 M docs; 79.2 K docs/sec 249.0 sec: 19.8 M docs; 79.5 K docs/sec 250.6 sec: 20.0 M docs; 79.8 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.12.18.42.30/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.12.18.42.30/diskUsagesparse-sorted.log took 51.2 sec Search sparse-sorted iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.12.18.42.30/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.12.18.42.30/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 103.6 K docs/sec 6.4 sec: 0.6 M docs; 93.2 K docs/sec 9.6 sec: 0.9 M docs; 94.0 K docs/sec 12.7 sec: 1.2 M docs; 94.6 K docs/sec 15.8 sec: 1.5 M docs; 95.2 K docs/sec 19.6 sec: 1.9 M docs; 97.1 K docs/sec 22.7 sec: 2.2 M docs; 96.9 K docs/sec 26.5 sec: 2.6 M docs; 98.0 K docs/sec 30.4 sec: 3.0 M docs; 98.8 K docs/sec 33.4 sec: 3.3 M docs; 98.8 K docs/sec 45.1 sec: 3.7 M docs; 82.0 K docs/sec 49.0 sec: 4.1 M docs; 83.7 K docs/sec 52.0 sec: 4.4 M docs; 84.6 K docs/sec 55.9 sec: 4.8 M docs; 85.9 K docs/sec 59.7 sec: 5.2 M docs; 87.1 K docs/sec 62.7 sec: 5.5 M docs; 87.7 K docs/sec 66.6 sec: 5.9 M docs; 88.6 K docs/sec 70.4 sec: 6.3 M docs; 89.5 K docs/sec 73.4 sec: 6.6 M docs; 89.9 K docs/sec 77.3 sec: 7.0 M docs; 90.6 K docs/sec 88.9 sec: 7.4 M docs; 83.2 K docs/sec 92.0 sec: 7.7 M docs; 83.7 K docs/sec 95.8 sec: 8.1 M docs; 84.6 K docs/sec 99.6 sec: 8.5 M docs; 85.4 K docs/sec 102.6 sec: 8.8 M docs; 85.8 K docs/sec 106.4 sec: 9.2 M docs; 86.4 K docs/sec 110.3 sec: 9.6 M docs; 87.1 K docs/sec 113.3 sec: 9.9 M docs; 87.4 K docs/sec 117.1 sec: 10.3 M docs; 88.0 K docs/sec 120.9 sec: 10.7 M docs; 88.5 K docs/sec 131.8 sec: 11.0 M docs; 83.5 K docs/sec 135.6 sec: 11.4 M docs; 84.1 K docs/sec 139.4 sec: 11.8 M docs; 84.6 K docs/sec 142.4 sec: 12.1 M docs; 85.0 K docs/sec 146.2 sec: 12.5 M docs; 85.5 K docs/sec 150.1 sec: 12.9 M docs; 86.0 K docs/sec 153.1 sec: 13.2 M docs; 86.2 K docs/sec 156.9 sec: 13.6 M docs; 86.7 K docs/sec 160.7 sec: 14.0 M docs; 87.1 K docs/sec 163.8 sec: 14.3 M docs; 87.3 K docs/sec 175.5 sec: 14.7 M docs; 83.8 K docs/sec 179.3 sec: 15.1 M docs; 84.2 K docs/sec 182.3 sec: 15.4 M docs; 84.5 K docs/sec 186.1 sec: 15.8 M docs; 84.9 K docs/sec 189.9 sec: 16.2 M docs; 85.3 K docs/sec 192.9 sec: 16.5 M docs; 85.5 K docs/sec 196.7 sec: 16.9 M docs; 85.9 K docs/sec 200.5 sec: 17.3 M docs; 86.3 K docs/sec 203.5 sec: 17.6 M docs; 86.5 K docs/sec 207.3 sec: 18.0 M docs; 86.8 K docs/sec 218.9 sec: 18.4 M docs; 84.0 K docs/sec 222.0 sec: 18.7 M docs; 84.2 K docs/sec 225.8 sec: 19.1 M docs; 84.6 K docs/sec 228.9 sec: 19.4 M docs; 84.8 K docs/sec 232.6 sec: 19.8 M docs; 85.1 K docs/sec 234.1 sec: 20.0 M docs; 85.4 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.12.18.42.30/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.12.18.42.30/diskUsagesparse.log took 52.4 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.12.18.42.30/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.12.18.42.30/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 101.9 K docs/sec 6.4 sec: 0.6 M docs; 93.1 K docs/sec 9.4 sec: 0.9 M docs; 95.2 K docs/sec 12.5 sec: 1.2 M docs; 96.1 K docs/sec 16.2 sec: 1.6 M docs; 98.6 K docs/sec 19.9 sec: 2.0 M docs; 100.3 K docs/sec 23.7 sec: 2.4 M docs; 101.4 K docs/sec 27.4 sec: 2.8 M docs; 102.2 K docs/sec 31.1 sec: 3.2 M docs; 102.9 K docs/sec 34.8 sec: 3.6 M docs; 103.4 K docs/sec 43.8 sec: 3.7 M docs; 84.4 K docs/sec 47.5 sec: 4.1 M docs; 86.2 K docs/sec 51.2 sec: 4.5 M docs; 87.9 K docs/sec 54.3 sec: 4.8 M docs; 88.5 K docs/sec 58.0 sec: 5.2 M docs; 89.7 K docs/sec 61.7 sec: 5.6 M docs; 90.7 K docs/sec 65.4 sec: 6.0 M docs; 91.8 K docs/sec 68.4 sec: 6.3 M docs; 92.1 K docs/sec 72.0 sec: 6.7 M docs; 93.0 K docs/sec 75.1 sec: 7.0 M docs; 93.3 K docs/sec 86.2 sec: 7.4 M docs; 85.9 K docs/sec 89.9 sec: 7.8 M docs; 86.7 K docs/sec 93.5 sec: 8.2 M docs; 87.7 K docs/sec 96.6 sec: 8.5 M docs; 88.0 K docs/sec 100.3 sec: 8.9 M docs; 88.8 K docs/sec 104.0 sec: 9.3 M docs; 89.4 K docs/sec 107.6 sec: 9.7 M docs; 90.1 K docs/sec 110.7 sec: 10.0 M docs; 90.4 K docs/sec 114.4 sec: 10.4 M docs; 90.9 K docs/sec 118.1 sec: 10.8 M docs; 91.5 K docs/sec 127.7 sec: 11.0 M docs; 86.1 K docs/sec 131.4 sec: 11.4 M docs; 86.8 K docs/sec 135.1 sec: 11.8 M docs; 87.3 K docs/sec 138.8 sec: 12.2 M docs; 87.9 K docs/sec 142.5 sec: 12.6 M docs; 88.4 K docs/sec 146.3 sec: 13.0 M docs; 88.9 K docs/sec 150.0 sec: 13.4 M docs; 89.3 K docs/sec 153.6 sec: 13.8 M docs; 89.8 K docs/sec 156.7 sec: 14.1 M docs; 90.0 K docs/sec 160.4 sec: 14.5 M docs; 90.4 K docs/sec 170.0 sec: 14.7 M docs; 86.5 K docs/sec 173.7 sec: 15.1 M docs; 86.9 K docs/sec 177.4 sec: 15.5 M docs; 87.4 K docs/sec 181.1 sec: 15.9 M docs; 87.8 K docs/sec 184.8 sec: 16.3 M docs; 88.2 K docs/sec 188.5 sec: 16.7 M docs; 88.6 K docs/sec 192.2 sec: 17.1 M docs; 89.0 K docs/sec 195.9 sec: 17.5 M docs; 89.3 K docs/sec 199.6 sec: 17.9 M docs; 89.7 K docs/sec 203.2 sec: 18.3 M docs; 90.0 K docs/sec 212.1 sec: 18.4 M docs; 86.7 K docs/sec 215.8 sec: 18.8 M docs; 87.1 K docs/sec 219.5 sec: 19.2 M docs; 87.5 K docs/sec 223.2 sec: 19.6 M docs; 87.8 K docs/sec 226.9 sec: 20.0 M docs; 88.1 K docs/sec 226.9 sec: 20.0 M docs; 88.1 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.12.18.42.30/checkIndexnonsparse.log took 0.5 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.12.18.42.30/diskUsagenonsparse.log took 45.2 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.12.18.42.30/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 12 06:57:45 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 12 06:58:55 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 485G 42% / + echo 'Stopping background df process...' Stopping background df process... + kill 3195126 + wait 3195126 + 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.11.10.20.55 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.11.10.20.55