start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nMon May 25 08:03:37 AM EDT 2026: now start nightly benchmarks' Mon May 25 08:03:37 AM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 9c957f8a2c6..d9007400935 main -> origin/main Updating 9c957f8a2c6..d9007400935 Fast-forward .../plugins/java/ShowSlowestTestsAtEndPlugin.java | 4 +- lucene/CHANGES.txt | 6 + .../codecs/lucene99/Lucene99FlatVectorsWriter.java | 130 ++++++---- .../apache/lucene/document/column/ColumnBatch.java | 3 +- .../org/apache/lucene/index/IndexingChain.java | 10 +- .../lucene99/TestKnnVectorsFormatCustomWriter.java | 266 +++++++++++++++++++++ .../lucene/index/TestColumnBatchIndexing.java | 63 +++++ .../apache/lucene/search/TestDocValuesQueries.java | 261 +++++++++++--------- 8 files changed, 584 insertions(+), 159 deletions(-) create mode 100644 lucene/core/src/test/org/apache/lucene/codecs/lucene99/TestKnnVectorsFormatCustomWriter.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes > Task :build-infra:jar The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:distribution.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:core.tests:clean > Task :lucene:classification:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:benchmark:clean > Task :lucene:join:clean > Task :lucene:highlighter:clean > Task :lucene:codecs:clean > Task :lucene:facet:clean > Task :lucene:misc:clean > Task :lucene:monitor:clean > Task :lucene:replicator:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:backward-codecs:clean > Task :lucene:luke:clean > Task :lucene:analysis:icu:clean > Task :lucene:spatial-extras:clean > Task :lucene:spatial3d:clean > Task :lucene:suggest:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:queries:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:nori:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 7s 46 actionable tasks: 40 executed, 6 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/userguide/configuration_cache_enabling.html + ../gradlew jar + cd /l/util.nightly + echo 'activate luceneutil venv' activate luceneutil venv + make env make: Nothing to be done for 'env'. + source .venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ case "$(uname)" in +++ uname ++ export VIRTUAL_ENV=/l/util.nightly/.venv ++ VIRTUAL_ENV=/l/util.nightly/.venv ++ _OLD_VIRTUAL_PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ PATH=/l/util.nightly/.venv/bin:/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ export PATH ++ VIRTUAL_ENV_PROMPT=.venv ++ export VIRTUAL_ENV_PROMPT ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(.venv) ' ++ export PS1 ++ hash -r + rm -rf build + mkdir build + git pull origin main From github.com:mikemccand/luceneutil * branch main -> FETCH_HEAD Already up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.25.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.25.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: 310 open, 3987 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-25 08:07:42.772041] start [2026-05-25 08:07:42.772151] log dir /l/logs.nightly/2026.05.25.08.07.42 Java version (see also /l/logs.nightly/2026.05.25.08.07.42/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.25.08.07.42/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.25.08.07.42/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 = 1493172224 {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.25.08.07.42/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.25.08.07.42/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 113: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 113 CPUs which need to have their frequency coordinated by software: 113 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.25.08.07.42/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: 49% 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.25.08.07.42/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.25.08.07.42/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.25.08.07.42/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.25.08.07.42/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.25.08.07.42/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.25.08.07.42/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 97476263c4ead7244649e56d1e8ed200e47c6d16 LUCENE rev is d900740093504d1709bb17412b5a7b7a09bbfb62 last successful Lucene rev 9c957f8a2c6dea79e834b308ec2288d999f5acbd, luceneutil rev 97476263c4ead7244649e56d1e8ed200e47c6d16 run ['git', 'log', '9c957f8a2c6dea79e834b308ec2288d999f5acbd^..d900740093504d1709bb17412b5a7b7a09bbfb62'] No commit message asking for regold of results files [2026-05-25 08:07:42.985684] 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-25 08:07:43.221680] 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-25 08:07:43.221802] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.25.08.07.42/clean-lucene.log 2>&1 [2026-05-25 08:07:47.159052] took 3.9 sec [2026-05-25 08:07:47.159093] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.25.08.07.42/jar-lucene.log 2>&1 [2026-05-25 08:08:01.461918] took 14.3 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-05-25 08:08:04.090804] 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: 145087.00 stored_field_size_mb: 624.38 retrieved_time_msec: 171.87 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: 352982.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1336.22 Done: took 1021.99 seconds, saved to /l/logs.nightly/2026.05.25.08.07.42/geonames-stored-fields-benchmark-results.pk [2026-05-25 08:25:06.571084] done run stored fields benchmark [2026-05-25 08:25:06.571104] 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 25, 2026 8:25:07 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: 1514.9259028000001 ms Total time creating SSDVFacetCounts: 3034.5104106 ms Total time taken to get all dims for taxonomy: 0.11751923333333335 ms Total time taken to get all dims for SSDV: 0.07249646666666669 ms Total time to get top dims for taxonomy: 0.037682299999999995 ms Total time to get top dims for SSDV: 0.03344513333333333 ms Total time to get top "address.taxonomy/TX" children: 0.134016 ms Total time to get top "address.sortedset/TX" children: 0.22095813333333333 ms Total time to get all "address.taxonomy/TX" children: 0.141915 ms Total time to get all "address.sortedset/TX" children: 0.5730687333333334 ms Done: took 3480.61 seconds, saved to /l/logs.nightly/2026.05.25.08.07.42/nad-facet-benchmark.pk [2026-05-25 09:23:07.177953] done run NAD facets benchmark [2026-05-25 09:23:07.686745] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: d900740093504d1709bb17412b5a7b7a09bbfb62 dirty?=False luceneutil HEAD git revision at /l/util.nightly: 97476263c4ead7244649e56d1e8ed200e47c6d16 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:expressions: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:join:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > 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:nori:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > 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:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar 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: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:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs: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:backward-codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:queries: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:sandbox:compileJava UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 49.57 GB available RAM: 243.23 GB used RAM: 8.49 GB dirty RAM: 4.06 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.4s smell: 2000/2000 (100%) 3.5s smell: isotropy=0.178 full-cov, 0.791 diag-only (effective rank ~182.7/1024 full, ~809.6/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 15.0s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▅█▇▄ ] dim 0585 μ= -0.033 σ= 0.051 zeros= 0% [ ▁▂▅█████▇▅▁▁ ] -> OUTLIER_SPREAD: this_std=0.0509, mean_std=0.0265, +3.5sigma vs threshold=3.0sigma [ ▃█▆▃ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▂▄▇████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▄█▁ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▄███▂ ] [ ▇█▁ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▂▇███▂ ] [ ▂██▂ ] dim 0002 μ= -0.006 σ= 0.033 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.019 zeros= 0% [ ▃██▇▁ ] [ █▆ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▆██▄▁ ] [ ▂█ ] dim 0008 μ= -0.019 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂█▄ ] dim 0009 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▇▁ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▃▁ ] [ ▅██▁ ] dim 0011 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▇████▄▁ ] [ █▃ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▆██▂ ] [ █▃ ] dim 0013 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▆██▃ ] [ ▃█▅ ] dim 0014 μ= +0.008 σ= 0.035 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▆█ ] dim 0015 μ= -0.002 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▆█▂ ] dim 0016 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▇███▄▁ ] [ ▂▇█▂ ] dim 0017 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▆▂ ] dim 0018 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▂▆████▅▂ ] [ ▃█▃ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▆███▅▁ ] [ █▇ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ █▂ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▁██▄ ] dim 0022 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▇▄ ] dim 0023 μ= -0.005 σ= 0.047 zeros= 0% [ ▂▄██████▄▂▁ ] [ ▂██▁ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ ▇█▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▂████▂ ] [ ▃█▂ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▃███▃ ] [ ▁█▇▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▃████▂ ] [ ▅█▅ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▇█▃ ] dim 0029 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▁█▇ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▂███▆▁ ] [ █▂ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▅█▆ ] dim 0032 μ= +0.030 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▅ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▁ ] dim 0034 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▃█▄ ] dim 0035 μ= +0.009 σ= 0.034 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃█ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▂██▇▁ ] [ ██▁ ] dim 0037 μ= -0.027 σ= 0.027 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▃▇█ ] dim 0039 μ= +0.035 σ= 0.029 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▇▂ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▆████▄▁ ] [ █ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█▃ ] dim 0042 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▆ ] dim 0043 μ= +0.014 σ= 0.027 zeros= 0% [ ▃███▇▂ ] [ ▇█▃ ] dim 0044 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▃▇███▄▁ ] [ ▇█ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▇██▇▁ ] [ █▅ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▃█▃ ] dim 0047 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▅███▆▂ ] [ ▁▆█▆▁ ] dim 0048 μ= +0.006 σ= 0.039 zeros= 0% [ ▁▄█████▄▂ ] [ ▆█▃ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▇ ] dim 0050 μ= +0.014 σ= 0.028 zeros= 0% [ ▃████▂ ] [ ▆█▃ ] dim 0051 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▇█▇ ] [ ▇█ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ██ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▇█ ] dim 0055 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▁██▄ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄██▁ ] dim 0057 μ= +0.014 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▆▁ ] dim 0058 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▆ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▃█▆ ] [ ▅█▄ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▆▁ ] dim 0062 μ= -0.032 σ= 0.034 zeros= 0% [ ▁▅████▄▁ ] [ █▇ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▇██▇▁ ] [ ▂█▅ ] dim 0064 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▃ ] dim 0065 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0066 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▃█▇▄ ] dim 0067 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▂▅████▆▂ ] [ █▃ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █▅ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▄██▂ ] [ ▁█▆ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▄█▅ ] dim 0071 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ █▇ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▇██▄ ] [ █ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▅█▇ ] [ ▃█▆ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▂▅████▃ ] [ ▆█ ] dim 0075 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅█ ] dim 0076 μ= -0.002 σ= 0.021 zeros= 0% [ ▄██▇▁ ] [ ▄█▇▃ ] dim 0077 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ██ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▅ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃███▅▂ ] [ █ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁█▅ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▄█▇▂ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▇████▆▂ ] [ █▇ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁███▅▁ ] [ ▄█▆ ] dim 0084 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▆█ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▅█▄ ] dim 0086 μ= -0.018 σ= 0.030 zeros= 0% [ ▂▆███▆▁ ] [ ▁█▅ ] dim 0087 μ= +0.011 σ= 0.025 zeros= 0% [ ▂███▅▁ ] [ ▁█▅ ] dim 0088 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▃███▆▁ ] [ ▇█▄ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▄ ] dim 0090 μ= +0.005 σ= 0.035 zeros= 0% [ ▃▇███▇▃▁ ] [ █▄ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▃█▆▁ ] dim 0092 μ= +0.035 σ= 0.035 zeros= 0% [ ▁▂▅████▄▁ ] [ ▃██▃ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▅████▅▁ ] [ ▄█▁ ] dim 0094 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▆███▃ ] [ █▂ ] dim 0095 μ= -0.010 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▃█▄ ] dim 0096 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▅███▆▂ ] [ ▇█ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▇██▇▂ ] [ ▃█▃ ] dim 0098 μ= +0.005 σ= 0.025 zeros= 0% [ ▄███▄▁ ] [ █▆ ] dim 0099 μ= -0.007 σ= 0.021 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.007 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▅ ] dim 0106 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄███▅▂ ] [ ▄█ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▃██▅ ] [ ▄█▅ ] dim 0108 μ= -0.015 σ= 0.035 zeros= 0% [ ▃▇███▇▃▁ ] [ █▃ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▁█▄ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▃█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▂███▁ ] [ ▄█▄ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ █▁ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▆██▁ ] [ ▃██▄ ] dim 0114 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▂▅████▆▂ ] [ ▅█▇ ] dim 0115 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▇███▇▃▁ ] [ █▁ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁███▂ ] [ █▇ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▄█▇ ] dim 0118 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃█▆ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▃███▆▁ ] [ ▄█▆▂ ] dim 0120 μ= -0.033 σ= 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.023 zeros= 0% [ ▃███▂ ] [ ▁█▂ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄▇█▅ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▁▄▇█████▅▁ ] [ ▂█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▂██▅▁ ] [ ▂█▂ ] dim 0127 μ= -0.018 σ= 0.023 zeros= 0% [ ▃███▂ ] [ ▅█▄ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▃ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▇ ] dim 0130 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▇█▂ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▃ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ █ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▅██ ] [ ▆█▁ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▄███▂ ] [ ▅█▁ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▆▁ ] dim 0136 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▃▆████▅▂ ] [ ▇█▁ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▂████▄▁ ] [ ▁█▇ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▃███▇▁ ] [ ▂█▃ ] dim 0139 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▃ ] dim 0140 μ= +0.006 σ= 0.022 zeros= 0% [ ▂███▂ ] [ ▂█▄ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▃ ] [ █ ] dim 0142 μ= +0.008 σ= 0.015 zeros= 0% [ ▅██ ] [ ▆█▄ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▆███▃ ] [ ▅█▅ ] dim 0144 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▇███▇▃ ] [ ▁█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▂█▇▃ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0147 μ= +0.025 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▆█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▃██▅ ] [ ▂█▃ ] dim 0149 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▃▁ ] [ ▃█▇▂ ] dim 0150 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▆████▅▁ ] [ ▆██▂ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▃▆████▅▁ ] [ ▂█ ] dim 0152 μ= +0.024 σ= 0.018 zeros= 0% [ ▁██▆▁ ] [ ██▂ ] dim 0153 μ= -0.028 σ= 0.029 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.004 σ= 0.021 zeros= 0% [ ▄██▆▁ ] [ ▂██▄ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▄████▆▁ ] [ ▆█▁ ] dim 0160 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▆███▃ ] [ ▁█▇▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ██▁ ] dim 0162 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▇███▁ ] [ ▅█▂ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▆ ] dim 0164 μ= +0.033 σ= 0.030 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▅ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ ▃█▇▁ ] dim 0166 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▅████▃▁ ] [ █▆ ] dim 0167 μ= -0.008 σ= 0.015 zeros= 0% [ ▃██▂ ] [ █ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▇█▅ ] [ ▅█▁ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▇███▃▁ ] [ ▁▅█▃ ] dim 0170 μ= +0.020 σ= 0.031 zeros= 0% [ ▃████▄▁ ] [ ▁█▇ ] dim 0171 μ= -0.007 σ= 0.029 zeros= 0% [ ▃████▃▁ ] [ ██ ] dim 0172 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▇██▆▁ ] [ ▇█ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▆█▃ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▆███▇▃ ] [ ▂█ ] dim 0176 μ= +0.002 σ= 0.020 zeros= 0% [ ▂██▇▁ ] [ ▂█▆ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▃███▆▂ ] [ ▆█ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▇█▄ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▃████▆▁ ] [ ▂█▃ ] dim 0180 μ= +0.007 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ ▆█▂ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▂▆███▃ ] [ ▁█▆ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▂███▇▂ ] [ ▅█▇▃ ] dim 0183 μ= -0.005 σ= 0.043 zeros= 0% [ ▃▇████▇▃▁▁ ] [ ▆█▆ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▂▇███▆▂▁ ] [ ▄█▄ ] dim 0185 μ= -0.018 σ= 0.031 zeros= 0% [ ▂▆███▅▂ ] [ ▇█ ] dim 0186 μ= -0.004 σ= 0.019 zeros= 0% [ ▅██▅ ] [ ▃█▂ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▃ ] [ █▅ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▃█▇▄ ] dim 0189 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▄█▇▁ ] dim 0190 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃██▃ ] dim 0191 μ= -0.003 σ= 0.037 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█▂ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▃ ] dim 0193 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂████▆▂ ] [ ▁█▆ ] dim 0194 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▃ ] dim 0195 μ= +0.028 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▃ ] dim 0196 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▃ ] [ █ ] dim 0197 μ= -0.013 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▂█▁ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▄███▃ ] [ ▆█▃ ] dim 0199 μ= +0.020 σ= 0.030 zeros= 0% [ ▃████▄▁ ] [ ▄█▃ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆███▄▁ ] [ █▆ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▄█ ] dim 0202 μ= +0.000 σ= 0.023 zeros= 0% [ ▄███▂ ] [ ▄█▅ ] dim 0203 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▄███▆▁ ] [ ▁▆█▃ ] dim 0204 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▇ ] dim 0205 μ= +0.014 σ= 0.025 zeros= 0% [ ▂███▆▁ ] [ ▃█▂ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▃ ] [ ▃▇█▁ ] dim 0207 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▅████▃▁ ] [ █▇ ] dim 0208 μ= -0.029 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▆█ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▆██▇▁ ] [ █▄ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▃██▁ ] [ ▆█▄ ] dim 0211 μ= +0.001 σ= 0.030 zeros= 0% [ ▂████▅▁ ] [ ▂██▁ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▇█▂ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▃████▅▁ ] [ ▅█ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▆███▃ ] [ ▂██ ] dim 0216 μ= -0.008 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▄█▃ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▃▇███▅▁ ] [ ▄█ ] dim 0218 μ= +0.000 σ= 0.016 zeros= 0% [ ▁██▅ ] [ ▅█▆ ] dim 0219 μ= +0.007 σ= 0.031 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.007 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▁██▂ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▂████▂ ] [ ▄█▂ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▆ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄███▇▂▁ ] [ ▂▇█▃ ] dim 0228 μ= +0.038 σ= 0.037 zeros= 0% [ ▁▂▆████▆▂ ] [ ▄█▂ ] dim 0229 μ= +0.004 σ= 0.024 zeros= 0% [ ▃███▃ ] [ █▁ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▂█▃ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▃███▃ ] [ ▂█▃ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ ▁█▇ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▁██▂ ] dim 0234 μ= +0.040 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▂ ] [ ▂▇█▅ ] dim 0236 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▆ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▇██▅▁ ] [ ▁█▇ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▂ ] [ ▅█▃ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ █▆ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁███▇▂ ] [ ▆█▆▁ ] dim 0241 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▂ ] dim 0242 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▄███▃ ] [ ▇█ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▅██▅ ] [ ▃██▁ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▃ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆███▅▂ ] [ █ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁▇██▁ ] [ ▅█▄ ] dim 0247 μ= -0.037 σ= 0.035 zeros= 0% [ ▂▇████▃▁ ] [ ▄█▆ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▂▇████▃▁ ] [ ▄█▂ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▆███▅▂ ] [ ▄█▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▂█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▄ ] [ ██ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆██▆▁ ] [ ▂█▄ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▃███▃ ] [ ▆█▂ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▅ ] dim 0255 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁▅█▇▃ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▆█▂ ] dim 0257 μ= +0.000 σ= 0.030 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▃ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅███▄▁ ] [ ▁█ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▁███▁ ] [ ▂▇█▄ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▅▂ ] [ ▁█ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁██▆ ] [ █ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▁███▁ ] [ █▅ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▆██▃ ] [ ▂█▆ ] dim 0264 μ= -0.013 σ= 0.031 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.040 zeros= 0% [ ▂▄████▇▄▁ ] [ ▅█▂ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ ▁▆█▃ ] dim 0270 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ █▇ ] dim 0271 μ= -0.007 σ= 0.026 zeros= 0% [ ▂████▂ ] [ █▅ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▆██▄ ] [ ▄█▆▂ ] dim 0273 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▆████▅▂ ] [ ▆█▇ ] dim 0274 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▂ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▆███▃▁ ] [ █▆ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▅ ] dim 0277 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅███▆▁ ] [ █▅ ] dim 0278 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▇██▄ ] [ ▁▇█▃ ] dim 0279 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▂ ] dim 0280 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▃███▂ ] [ ▄█▂ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▃ ] [ █ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▁██▁ ] dim 0283 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▃████▃ ] [ ▂█▆ ] dim 0284 μ= -0.053 σ= 0.033 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▆ ] dim 0285 μ= +0.007 σ= 0.032 zeros= 0% [ ▂▆████▂▁ ] [ ▂█▆▁ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▂ ] dim 0287 μ= +0.005 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▁▆██▂ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▅█████▅▃▁ ] [ ▁█▅ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▅██▂ ] dim 0290 μ= +0.014 σ= 0.034 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.003 σ= 0.026 zeros= 0% [ ▁▇███▂ ] [ ▁█ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ██▂ ] [ ▄█▂ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▃▁ ] [ ▆█ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▃██▄ ] [ ▁█▆ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▆█▂ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▃ ] dim 0300 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▃ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ ▄█▅ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ █ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▇█▃ ] dim 0304 μ= -0.000 σ= 0.030 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▃ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▇▄ ] dim 0306 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▆████▅▁ ] [ █▂ ] dim 0307 μ= +0.009 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▅██▁ ] dim 0308 μ= +0.031 σ= 0.037 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▃ ] dim 0309 μ= +0.004 σ= 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.004 σ= 0.020 zeros= 0% [ ▂███▁ ] [ ▃█▇▆▃ ] dim 0314 μ= +0.002 σ= 0.046 zeros= 0% [ ▁▄▇█████▆▂▁ ] [ ▅█ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▃██▇▁ ] [ ▆█ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▂▆███▂ ] [ ▃█▄ ] dim 0317 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▃ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▄██▁ ] [ ▂█▅ ] dim 0319 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▅████▂ ] [ ▃█▄ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ ▇█ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▂██▃ ] [ ▃█▇▃ ] dim 0322 μ= -0.007 σ= 0.036 zeros= 0% [ ▂▅████▆▁ ] [ ▃▇█▃ ] dim 0323 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▆████▅▁ ] [ ▃█ ] dim 0324 μ= -0.023 σ= 0.017 zeros= 0% [ ▂██▅▁ ] [ ▆█▆▂ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▆████▄▁ ] [ ██ ] dim 0326 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▇██▇▁ ] [ ▅█ ] dim 0327 μ= -0.024 σ= 0.018 zeros= 0% [ ▃██▆ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▄█▂ ] [ ▅█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▅▃ ] dim 0330 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▃██▅ ] dim 0331 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▃█ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ ▆█▁ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▇███▃ ] [ ▇█ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▃█▂ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▃███▂ ] [ ▁▇█▆ ] dim 0336 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▅ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0338 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▄ ] dim 0339 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅███▅▁ ] [ ▆█▄ ] dim 0340 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0341 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▃ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▄███▅▁ ] [ ▁█ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ██ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▃███▇▁ ] [ ▅█ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▇█▂ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▂████▄▁ ] [ ▃█▇▁ ] dim 0348 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▅████▃▁ ] [ ▁██▂ ] dim 0349 μ= -0.028 σ= 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.015 σ= 0.027 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▇▁ ] dim 0354 μ= +0.013 σ= 0.035 zeros= 0% [ ▂▆████▄▁ ] [ █▅ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▃ ] [ ▄█▅ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▂▆████▂▁ ] [ ▁██▁ ] dim 0357 μ= +0.017 σ= 0.028 zeros= 0% [ ▃████▃ ] [ ▂█ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▂█▆ ] dim 0359 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃███▆▁ ] [ ▂█▅ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▃ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▃██▄ ] [ ▁██▂ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0364 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▆ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▄█ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▂ ] [ █ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▇█▆ ] [ ██ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ █▃ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▇██▂ ] [ ▆█ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▄██▇▁ ] [ ▅█▅ ] dim 0371 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▅█▃ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▄████▆▁ ] [ ▁▆█▃ ] dim 0373 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▅▁ ] [ ▁█ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▂███▁ ] [ ▃█▇ ] dim 0375 μ= +0.011 σ= 0.029 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.003 σ= 0.026 zeros= 0% [ ▁▄███▃▁ ] [ ▇█ ] dim 0380 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▂█ ] dim 0381 μ= +0.003 σ= 0.017 zeros= 0% [ ▁██▆▁ ] [ ▁█▇ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▂ ] [ ▅█▅ ] dim 0383 μ= +0.026 σ= 0.034 zeros= 0% [ ▁▂████▆▂ ] [ ▂█▅ ] dim 0384 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▃███▆▁ ] [ ██▂ ] dim 0385 μ= +0.021 σ= 0.027 zeros= 0% [ ▁▇███▃▁ ] [ ▁█▅ ] dim 0386 μ= +0.010 σ= 0.023 zeros= 0% [ ▂███▄ ] [ █▁ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██ ] [ ▆▇█▃ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█▇ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▂ ] dim 0390 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▅███▃ ] [ ██▅ ] dim 0391 μ= +0.000 σ= 0.030 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▁ ] dim 0392 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▆███▂ ] [ ▇██▃ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▆█ ] dim 0394 μ= +0.018 σ= 0.018 zeros= 0% [ ▃██▄ ] [ ▂▇█▃ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▄ ] dim 0396 μ= -0.014 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▂█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂▆█▅ ] dim 0398 μ= +0.003 σ= 0.039 zeros= 0% [ ▁▄█████▄▁ ] [ █▂ ] dim 0399 μ= -0.013 σ= 0.017 zeros= 0% [ ▅██▁ ] [ ▂█▇▅ ] dim 0400 μ= -0.003 σ= 0.037 zeros= 0% [ ▂▄████▅▂ ] [ ▅█▃ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▆███▅▁ ] [ ▇█▄ ] dim 0402 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▅███▂ ] [ ██▁ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▃█▂ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▁▇█▂ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 0406 μ= +0.015 σ= 0.017 zeros= 0% [ ▄██▃ ] [ █▅ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▅██▂ ] [ ▄█▂ ] dim 0408 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▃ ] [ ▁█▅ ] dim 0409 μ= -0.010 σ= 0.026 zeros= 0% [ ▃███▆▁ ] [ ▅█▂ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▄ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▆ ] dim 0412 μ= +0.004 σ= 0.038 zeros= 0% [ ▂▄████▇▃▁ ] [ ▁█▆ ] dim 0413 μ= -0.011 σ= 0.025 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▂███▇▁ ] [ ██ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁███▅▁ ] [ ▄█▆▄ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▄████▆▂▁ ] [ ▃█▄ ] dim 0417 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▁ ] dim 0418 μ= -0.016 σ= 0.020 zeros= 0% [ ▁███▂ ] [ ▇█ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▆█▄ ] dim 0420 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▂████▇▂ ] [ ▅█▄ ] dim 0421 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅███▄▁ ] [ ▁█▆ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▃███▆▂ ] [ ▁█▇ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ █▇ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▆██▅▁ ] [ ▆██▂ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃█████▅▂ ] [ ▅█ ] dim 0426 μ= +0.018 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▁▅█▅ ] dim 0427 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁▆█▃ ] dim 0428 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▄████▅▁▁ ] [ █▃ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▂█▅ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▃███▄▁ ] [ ▁██ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▃████▂ ] [ █▅ ] dim 0432 μ= +0.010 σ= 0.021 zeros= 0% [ ▁███▃ ] [ ▃█▆ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄███▆▂▁ ] [ ▆█▂ ] dim 0434 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▇█▇▁ ] [ ▂█▇▁ ] dim 0436 μ= -0.009 σ= 0.035 zeros= 0% [ ▂▆████▄▁ ] [ ▂█▆ ] dim 0437 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▅████▃ ] [ ▅█ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▆███▅▂ ] [ ▃█▂ ] dim 0440 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▃▇█▃ ] dim 0441 μ= +0.019 σ= 0.037 zeros= 0% [ ▁▅████▇▂ ] [ █▄ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▆██▃ ] [ █▄ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▅██▂ ] [ ▄█▆▄ ] dim 0444 μ= +0.017 σ= 0.043 zeros= 0% [ ▁▃▇████▆▄▁ ] [ ▁█▁ ] dim 0445 μ= +0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▇█▁ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▂████▃▁ ] [ ▅█ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▁▅███▂ ] [ ▄█▇ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▅███▇▂ ] [ █▆ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▆██▃ ] [ ▁█▁ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▂███▁ ] [ ▂█▃ ] dim 0451 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▄█▆ ] dim 0452 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▆███▇▂ ] [ █▇ ] dim 0453 μ= -0.007 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▃█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▃█▅▃ ] dim 0455 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█▅ ] dim 0456 μ= -0.016 σ= 0.032 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▅ ] dim 0457 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▆▁ ] dim 0458 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ █▅ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ █▆ ] dim 0460 μ= -0.009 σ= 0.025 zeros= 0% [ ▂███▆▁ ] [ ▆█ ] dim 0461 μ= -0.005 σ= 0.012 zeros= 0% [ ▁██▁ ] [ █▄ ] dim 0462 μ= -0.013 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▁▅█▆ ] dim 0463 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃█████▃▁ ] [ ▃██▆▂ ] dim 0464 μ= -0.017 σ= 0.041 zeros= 0% [ ▂▅█████▄▂ ] [ ██ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▂███▇▂ ] [ ▄▇█▄ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▃▅████▆▂▁ ] [ ▄█▁ ] dim 0467 μ= +0.003 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▇███▃▁ ] [ █ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▇█ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ██▁ ] dim 0472 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▂▁ ] [ █ ] dim 0473 μ= -0.016 σ= 0.015 zeros= 0% [ ▆█▇ ] [ █▆ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ ▂▆█▄ ] dim 0475 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▄████▆▃▁ ] [ █▅ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▆██▃ ] [ ██ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▄██▅▁ ] [ ▅█ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▅███▂ ] [ ▅█▄ ] dim 0479 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▆███▆▁ ] [ ▂█▇▁ ] dim 0480 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▂▁ ] [ ▅█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▂█▅ ] dim 0482 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▅ ] dim 0483 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▆ ] dim 0484 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃████▇▂▁ ] [ ██ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▅█▃ ] dim 0486 μ= +0.025 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ ▆█ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▇██▇▂ ] [ ▃▅█▅▁ ] dim 0488 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▂▆█████▅▂ ] [ ▅█ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▅██▇▂ ] [ ▅█▆▁ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▅████▃ ] [ ▄█ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▂█▅ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃███▇▂ ] [ █▆ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▅██▃ ] [ ▄█ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▂█▃ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁██▆ ] [ █▂ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▂▇██▁ ] [ ▂█▇▆ ] dim 0498 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▁█▅ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄███▆▂ ] [ ▁▇█▄▁ ] dim 0500 μ= +0.023 σ= 0.041 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▆ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▁ ] [ ▄█ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▄██▇▁ ] [ ▅█▄ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆███▅▁ ] [ ▄█ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▆█ ] dim 0505 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▂█▄ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃███▅▁ ] [ █▄ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁███▅▁ ] [ ▂▇█▃ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▁ ] dim 0509 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0510 μ= -0.008 σ= 0.027 zeros= 0% [ ▃████▂ ] [ ▅█▆ ] dim 0511 μ= +0.009 σ= 0.035 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▅ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃███▅▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▆█▂ ] [ ▄██▂ ] dim 0514 μ= +0.012 σ= 0.034 zeros= 0% [ ▂▅████▄▁ ] [ █▆ ] dim 0515 μ= -0.030 σ= 0.026 zeros= 0% [ ▂███▇▂ ] [ ▂█ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▂██▇▁ ] [ ▂▇█▃ ] dim 0517 μ= -0.005 σ= 0.038 zeros= 0% [ ▃▆████▇▂▁ ] [ ▃█▂ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▂ ] [ ▅█▃ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄███▇▃▁ ] [ ▁▇█▃ ] dim 0521 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▅ ] dim 0522 μ= +0.013 σ= 0.026 zeros= 0% [ ▂███▇▁ ] [ ▅█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ▁█▆ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▃███▇▂ ] [ █▇ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▃█▃ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▆ ] dim 0527 μ= +0.012 σ= 0.026 zeros= 0% [ ▃███▆▁ ] [ ▃█▄ ] dim 0528 μ= -0.038 σ= 0.029 zeros= 0% [ ▁▅███▆▁ ] [ ▁██▁ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▄████▂ ] [ ▃█▅ ] dim 0530 μ= -0.014 σ= 0.027 zeros= 0% [ ▄███▅▁ ] [ ▃█▅ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▁▆█▁ ] dim 0532 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▃██▆▁ ] [ ▇█▃ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▅▁ ] dim 0535 μ= -0.015 σ= 0.038 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0536 μ= +0.017 σ= 0.019 zeros= 0% [ ▅██▅ ] [ ▄█▄ ] dim 0537 μ= +0.005 σ= 0.032 zeros= 0% [ ▂▇███▅▂ ] [ ▃█▄ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▂██▇▁ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▄█████▃▁ ] [ ▃██▄ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▅████▅▂ ] [ ▆█▂ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▃ ] [ ▁▇█▂ ] dim 0542 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▄████▅▁ ] [ ▄██▄ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▂▆████▆▂ ] [ ▂█▃ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▂ ] [ ▁█ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▁██▇ ] [ ▅█▅ ] dim 0546 μ= -0.018 σ= 0.034 zeros= 0% [ ▃▇███▇▂ ] [ ▁█▆ ] dim 0547 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▂█▄ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▂███▄▁ ] [ ▁█▆ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▄███▇▂▁ ] [ ▅▇█▅ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂█████▆▂▁ ] [ █▁ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▆██▁ ] [ █▇ ] dim 0552 μ= -0.005 σ= 0.028 zeros= 0% [ ▃████▃ ] [ █▇▁ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂████▂ ] [ █▇ ] dim 0554 μ= +0.017 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▃██ ] dim 0555 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▇████▃▁ ] [ ██ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▅██▇▁ ] [ ▂█▅ ] dim 0558 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▆▂ ] dim 0559 μ= -0.012 σ= 0.042 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂▇█▄ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▄████▇▂▁ ] [ ▁▆█▄ ] dim 0561 μ= -0.023 σ= 0.036 zeros= 0% [ ▁▄████▆▂ ] [ ▄█ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▃██▇▁ ] [ ▃█▅ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▁ ] dim 0564 μ= +0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▁ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▃█▄ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ ▁█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ██ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▂▇██▇▂ ] [ ▄█▅ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▆███▅▁ ] [ ██ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▂███▇▂ ] [ ▅█▄ ] dim 0571 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▂▇███▆▁ ] [ █ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▅█▇▁ ] [ ▇█ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▅██▆▁ ] [ █▂ ] dim 0574 μ= -0.012 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▃▅█▇▁ ] dim 0575 μ= +0.004 σ= 0.042 zeros= 0% [ ▁▂▅█████▅▁▁ ] [ ██ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▇█▂ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▆███▃ ] [ ▃█▆ ] dim 0578 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▅███▇▃▁ ] [ ▂█▇ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▂███▇▁ ] [ ▅█▂ ] dim 0580 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▂ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▃█ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▇█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▅█▄ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▅▁ ] [ ▁▅█▇▄ ] dim 0585 μ= -0.033 σ= 0.051 zeros= 0% [ ▁▂▅█████▇▅▁▁ ] -> OUTLIER_SPREAD: this_std=0.0509, mean_std=0.0265, +3.5sigma vs threshold=3.0sigma [ ▃█ ] dim 0586 μ= +0.002 σ= 0.020 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.018 σ= 0.034 zeros= 0% [ ▁▅████▅▁ ] [ ▁██▄ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▆ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▁ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▁█▆ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▃████▃ ] [ ▅█▅ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▆███▅▁ ] [ █ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ██▃ ] [ ▅█▆ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▃█████▃▁ ] [ █▆ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▆██▅ ] [ █▃ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ ▅█▁ ] dim 0603 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▅███▃ ] [ ▆█▃ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▇▂ ] dim 0605 μ= +0.016 σ= 0.030 zeros= 0% [ ▄████▃▁ ] [ █▃ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁███▂ ] [ ▁▇█▅ ] dim 0607 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▃██▅ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▂▅████▇▃▁ ] [ ▃█▅ ] dim 0609 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▅███▇▂ ] [ ██ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▅██▆▁ ] [ ▆█▁ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▇█▇▃ ] dim 0612 μ= +0.012 σ= 0.039 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▄█ ] dim 0613 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▁ ] [ ▁█▄ ] dim 0614 μ= +0.009 σ= 0.023 zeros= 0% [ ▂███▄ ] [ █▆ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▅██▃ ] [ ▇█ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▇██▇▂ ] [ ▅█▆ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▃ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▅███▃▁ ] [ █▆ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▅██▂ ] [ ▇█ ] dim 0620 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▇███▂ ] [ ▁█▃ ] dim 0621 μ= -0.038 σ= 0.022 zeros= 0% [ ▂███▂ ] [ ▃██▃ ] dim 0622 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▅████▄▂ ] [ ▂█▃ ] dim 0623 μ= +0.007 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▆█ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▃█▂ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▄███▃ ] [ ▁▄█▇▁ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▁▃█████▄▂▁ ] [ ▇█ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▂▇██▇▂ ] [ ▆█▅ ] dim 0628 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▃█▆ ] dim 0629 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▅███▃ ] [ ▄█▃ ] dim 0631 μ= -0.000 σ= 0.028 zeros= 0% [ ▂▆███▃▁ ] [ █▄ ] dim 0632 μ= -0.013 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▂█▂ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▃ ] [ █▆ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▁▇█▅ ] dim 0635 μ= -0.019 σ= 0.038 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ ▅█▁ ] dim 0637 μ= -0.026 σ= 0.030 zeros= 0% [ ▂████▃▁ ] [ ▄█ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▂▇█▁ ] dim 0639 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▅████▄▁ ] [ ▄█ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▁ ] [ ▃██▄ ] dim 0641 μ= -0.008 σ= 0.041 zeros= 0% [ ▁▃█████▇▂▁ ] [ ▆█ ] dim 0642 μ= +0.021 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▃█▄ ] dim 0644 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▅███▄▂ ] [ ▁▇█▂ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▅ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅███▇▂ ] [ ██ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆███▁ ] [ ▅█▅ ] dim 0648 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▇▂ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▃▆████▄▁ ] [ ▄█▇▁ ] dim 0650 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▄ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▅ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▆ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▅███▆▂▁ ] [ ▇█ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▅██▅▁ ] [ ▄█▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▃█▁ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▂ ] [ ▃▇█▁ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▅████▄▁ ] [ ▂█ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▁█▇▂ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▃████▄▁ ] [ ▇█▅ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█▁ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ██▃ ] [ ▆█▅▁ ] dim 0663 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▅█▃ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▅ ] dim 0665 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▂ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▂ ] [ ▁▅█▇▃ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▄█████▅▁ ] [ █▂ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▅█▃ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▆ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▂█▃ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▂███▄ ] [ ▂█▄ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▁█▄ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▆█▁ ] dim 0674 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▆███▂ ] [ ▇█▂ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▄ ] dim 0676 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▅███▄ ] [ ▂██▂ ] dim 0677 μ= +0.017 σ= 0.035 zeros= 0% [ ▂▄████▅▂ ] [ ▇█ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▇██▇▁ ] [ ▇█▂ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▂████▃ ] [ ▁█▂ ] dim 0680 μ= +0.007 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ██ ] dim 0681 μ= +0.040 σ= 0.023 zeros= 0% [ ▁▆███▁ ] [ █▃ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▇██▃ ] [ ▅█▄ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▇███▅▁ ] [ ▅█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▂██▄ ] [ ▂█▆ ] dim 0685 μ= +0.011 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ ▄▆█▅ ] dim 0686 μ= -0.022 σ= 0.041 zeros= 0% [ ▁▂▅█████▃▂ ] [ ▆█ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▂████▃ ] [ ██▇▂ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▂█████▄▁ ] [ ▁█▃ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▁███▄▁ ] [ █▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▇█▃ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▃████▄▁ ] [ ▅█▅ ] dim 0693 μ= -0.014 σ= 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.020 σ= 0.033 zeros= 0% [ ▁▂▇███▆▂ ] [ ▁█ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁██▆ ] [ ▇█▂ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▇███▂ ] [ ▇█▁ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▇███▃ ] [ ▄█▇ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅████▃▁ ] [ ▇█▂ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▂▇███▂ ] [ ▅█▁ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▂ ] [ ▅█ ] dim 0704 μ= -0.003 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▁█▆ ] dim 0705 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▂ ] [ █ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▇█▄ ] [ ▁█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁██▇▁ ] [ ▄█▆ ] dim 0708 μ= +0.010 σ= 0.032 zeros= 0% [ ▂▄████▂ ] [ ▆█ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▅██▇▁ ] [ ▂▆█▄ ] dim 0710 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄██▃ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▃▆████▆▂ ] [ ▂█▄ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃███▄▁ ] [ ▆█ ] dim 0713 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▂ ] [ ▄▇█▂ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▂▅████▅▁ ] [ ▆█ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ █▆ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▆██▃ ] [ ▄█▇ ] dim 0717 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▅█ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▂██▄ ] [ ▇█▃ ] dim 0719 μ= +0.042 σ= 0.035 zeros= 0% [ ▁▄████▆▂ ] [ ▇█▂ ] dim 0720 μ= -0.001 σ= 0.031 zeros= 0% [ ▃████▅▁ ] [ ▃█▄ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▃███▄▁ ] [ ▆█ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▃██▅ ] [ ▅█▄ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▇███▇▂ ] [ ▄██▁ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▅████▃▁ ] [ ▁█ ] dim 0725 μ= +0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▇▄ ] dim 0726 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▁█▆ ] dim 0727 μ= -0.011 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▄█▂ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▃█▅ ] dim 0729 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▃███▄▁ ] [ ▂█▃ ] dim 0730 μ= -0.015 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ ▅█▅ ] dim 0731 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▆███▅▁ ] [ ▃█▃ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▃ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▃███▄ ] [ █▅ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▇██▄ ] [ ▂█▃ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▆█ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ ▅█▂ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▇███▅▁ ] [ ▃▆█▅ ] dim 0738 μ= +0.024 σ= 0.043 zeros= 0% [ ▁▂▅█████▄▁▁ ] [ ▂█▁ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▂ ] [ ▃██▃ ] dim 0740 μ= +0.015 σ= 0.037 zeros= 0% [ ▂▆████▆▂ ] [ ▂█▃ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▃███▄ ] [ ▃█▇ ] dim 0742 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▆███▇▂ ] [ █▁ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▄█▄ ] dim 0744 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▄▂ ] [ ▇█ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ █▇ ] dim 0746 μ= -0.006 σ= 0.017 zeros= 0% [ ▃██▃ ] [ ▂██▁ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▃████▄ ] [ ▆█▂ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▂▇███▄▁ ] [ █▄ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▇██▅ ] [ ▃▇█▄ ] dim 0750 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▅████▇▂▁ ] [ ▅█▄ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▇███▅▂ ] [ ▄█▂ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁███▇▁ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▂█▆ ] [ █▇ ] dim 0755 μ= -0.007 σ= 0.017 zeros= 0% [ ▃██▃ ] [ █▆ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▂███▇▂ ] [ ▆█▂ ] dim 0757 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▃▇█▁ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▂▅████▄▁ ] [ ▁▇█▄ ] dim 0759 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▅████▆▂▁ ] [ █▂ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁██ ] [ ▂█▇▂ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▂▆████▅▂ ] [ ▂█▆ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄███▇▂ ] [ ██▁ ] dim 0763 μ= -0.004 σ= 0.029 zeros= 0% [ ▂████▃ ] [ ▁█▅ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ █▃ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▅██▁ ] dim 0766 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▃▁ ] [ █▅ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▆█▁ ] dim 0769 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▇███▂▁ ] [ ▁▆█▂ ] dim 0770 μ= -0.003 σ= 0.029 zeros= 0% [ ▂████▄ ] [ █▄ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▁███▄▁ ] [ █▆ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▃█▇ ] dim 0773 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▄███▇▂▁ ] [ ▃█▇▂ ] dim 0774 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▂▇████▅▂ ] [ ▇█ ] dim 0775 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▆██▇▁ ] [ ▅█▆ ] dim 0776 μ= +0.007 σ= 0.035 zeros= 0% [ ▂▇███▇▃▁ ] [ ▄█▅ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▆███▇▂ ] [ █▆ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▆██▄ ] [ ██ ] dim 0779 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅█ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █▄ ] dim 0781 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▇██▃ ] [ █ ] dim 0782 μ= +0.027 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▅█▁ ] dim 0783 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▆█ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅██▇▁ ] [ ▆█▂ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▆███▅▁ ] [ ▃█ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▂██▇▁ ] [ ▃█▃ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ██▁ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▃▇███▃ ] [ ▂█▆▅ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▄████▆▂▁ ] [ █▄ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▁██▃ ] dim 0792 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▂████▁ ] [ ▇█▂ ] dim 0794 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▆███▃▁ ] [ ██ ] dim 0795 μ= -0.006 σ= 0.025 zeros= 0% [ ▂▇██▇▂ ] [ █▇ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▁██ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▅█▃ ] dim 0798 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▃▁ ] [ ▄█▂ ] dim 0799 μ= -0.041 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▆█▇ ] dim 0800 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▄█████▄▁ ] [ █▆ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▁██▁ ] [ ▇█ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▅██▇▂ ] [ █▂ ] dim 0803 μ= +0.010 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▂▇█▂ ] dim 0804 μ= +0.016 σ= 0.035 zeros= 0% [ ▂▄████▅▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▅█ ] [ ▅█▁ ] dim 0806 μ= -0.023 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▃▆█▂ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▅█▄ ] dim 0808 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▆███▅▁ ] [ █▄ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▅██▂ ] [ ▃█▆ ] dim 0810 μ= +0.008 σ= 0.029 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.011 σ= 0.021 zeros= 0% [ ▁▇██▄ ] [ ▇█▁ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▇███▂ ] [ ▆█ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ █▃ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▄██▁ ] [ ▄█▅ ] dim 0818 μ= -0.015 σ= 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.012 σ= 0.034 zeros= 0% [ ▂▄████▃▁ ] [ █▆ ] dim 0824 μ= -0.008 σ= 0.026 zeros= 0% [ ▂███▆▁ ] [ ▆█ ] dim 0825 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▁█▇▂ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▃████▃▁ ] [ █▂ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▆██▂ ] [ ▆█▂ ] dim 0828 μ= -0.025 σ= 0.029 zeros= 0% [ ▃████▃▁ ] [ ▂██▃ ] dim 0829 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▅████▄▁▁ ] [ ▂▇█▆ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▆████▇▃▁ ] [ ▁█ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▂█▄ ] dim 0832 μ= -0.013 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▇█▂ ] dim 0833 μ= -0.002 σ= 0.029 zeros= 0% [ ▂████▄▁ ] [ ▁▆█▃ ] dim 0834 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▆▁ ] [ ██▂ ] dim 0835 μ= -0.004 σ= 0.027 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▃██▇▁ ] [ ▄█▃ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▄███▄▁ ] [ █▆ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▇██▄ ] [ ▂█▅ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂███▆▁ ] [ █▇▁ ] dim 0840 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▅ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▇███▅▂ ] [ █ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▃██ ] [ ▂█▃ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▃███▃ ] [ ▂█▅ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▁ ] dim 0846 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▅█▄ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▃████▅▂ ] [ ▇█▄ ] dim 0848 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▂▇███▄▁ ] [ ▃█▆▁ ] dim 0849 μ= +0.035 σ= 0.032 zeros= 0% [ ▁▄████▃ ] [ ▇█ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▄ ] dim 0851 μ= +0.007 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▄▇█▂ ] dim 0852 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▃▇████▅▁ ] [ ▆█ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ █▅ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁██▇ ] [ ▂█▅ ] dim 0856 μ= +0.009 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▄█▅ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▆███▆▂ ] [ ██▁ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▂████▃▁ ] [ ▅█▁ ] dim 0859 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0860 μ= -0.017 σ= 0.033 zeros= 0% [ ▂▇███▆▂ ] [ ▂█ ] dim 0861 μ= +0.002 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▄ ] dim 0862 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▄████▇▂▁ ] [ █▆ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ ▂█▄ ] dim 0864 μ= +0.009 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▅█▁ ] dim 0865 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅█▃ ] dim 0866 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▄███▃▁ ] [ █▃ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▄█▁ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▃ ] [ █ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▁▆█▇▁ ] [ ▇█▂ ] dim 0870 μ= -0.001 σ= 0.031 zeros= 0% [ ▂████▅▁ ] [ ▆█▅ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▆▁ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▇▂ ] dim 0873 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▅██▄ ] dim 0874 μ= +0.015 σ= 0.037 zeros= 0% [ ▂▅████▅▂ ] [ █▇ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▂██▂ ] [ █▃ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▄██▂ ] [ ▆█ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ █▆ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▃██▂ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▂▇████▅▂ ] [ ▄█▇ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▂▅████▃ ] [ █ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁███▁ ] [ ▅█▆ ] dim 0882 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▄ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▂ ] dim 0884 μ= -0.005 σ= 0.029 zeros= 0% [ ▃████▃ ] [ █▂ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▁███▂ ] [ ▂█▅ ] dim 0886 μ= -0.014 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ ▅█ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ █▃ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▄█▆ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▅████▂ ] [ █▇ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▄ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▄▁ ] [ █▄ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▃█▇▂ ] dim 0893 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ██▂ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▂▇███▃▁ ] [ ▂▇█▅▁ ] dim 0895 μ= +0.000 σ= 0.045 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▂▆█▃ ] dim 0896 μ= +0.039 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0897 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆██▅ ] [ ▂█▃ ] dim 0898 μ= -0.035 σ= 0.027 zeros= 0% [ ▁▃███▅▁ ] [ █ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁██▆ ] [ ▃█▅ ] dim 0900 μ= -0.013 σ= 0.027 zeros= 0% [ ▄███▆▁ ] [ ▄█▇ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▁ ] dim 0902 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▂▆███▄▁ ] [ ▆█▄ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▃ ] dim 0904 μ= -0.014 σ= 0.025 zeros= 0% [ ▃███▄▁ ] [ ▃██▄▁ ] dim 0905 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▇█▂ ] dim 0906 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▂▇███▄ ] [ █▁ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▇██▁ ] [ ██ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆██▇▁ ] [ ▅█▄ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▄▁ ] [ ▁▅██▆ ] dim 0910 μ= -0.008 σ= 0.047 zeros= 0% [ ▁▃▄██████▄▂ ] [ ▄█▁ ] dim 0911 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▆███▃▁ ] [ █▂ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ ▂█▆ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▃█▃ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇▂ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▇██▅▁ ] [ ▂▇█▂ ] dim 0918 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▇███▅▁ ] [ █▆ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▅██▄ ] [ ▃▇█▁ ] dim 0921 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁█▇ ] dim 0922 μ= -0.008 σ= 0.027 zeros= 0% [ ▃████▂ ] [ █▅ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▅██▄ ] [ ▂█▄ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▄█▇ ] dim 0925 μ= -0.032 σ= 0.033 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▆ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▆ ] dim 0927 μ= +0.010 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▆█▅ ] dim 0928 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█ ] dim 0929 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ █▇ ] dim 0930 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆██▄▁ ] [ ▄█▅▁ ] dim 0931 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▅████▄▂ ] [ █ ] dim 0932 μ= +0.005 σ= 0.014 zeros= 0% [ ▆█▆ ] [ █ ] dim 0933 μ= -0.013 σ= 0.012 zeros= 0% [ ▃█▇ ] [ ██▅ ] dim 0934 μ= -0.018 σ= 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.009 σ= 0.032 zeros= 0% [ ▁▅███▇▂▁ ] [ ▂█▄ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃███▅▁ ] [ ▂█▇▁ ] dim 0940 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▂ ] [ ▆█▂ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▆███▃▁ ] [ ▄██▄ ] dim 0942 μ= +0.014 σ= 0.041 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▅ ] dim 0943 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▂██▁ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▁▇█▁ ] dim 0946 μ= -0.006 σ= 0.030 zeros= 0% [ ▄████▃▁ ] [ ▃█▅ ] dim 0947 μ= -0.013 σ= 0.026 zeros= 0% [ ▃███▅▁ ] [ █▅ ] dim 0948 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▇██▄▁ ] [ ▃█▄ ] dim 0949 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅███▅▂ ] [ ▃█ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▃███▁ ] [ ▁█▃ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▄ ] [ ▁█▇▂ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ██▁ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂████▂ ] [ ▇█▁ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▁ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▃▁ ] [ █▆ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▃█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▂█▄ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▄ ] [ ▆█▃ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▁ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▇█ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▅██▆▁ ] [ ▇█ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▄██▅ ] [ ▂█▄ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▄█▄ ] dim 0964 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▆███▆▂ ] [ ▅█▆ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▇▁ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █▅ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▇██▃ ] [ █▃ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▁ ] [ ▁█▇▂ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▆▁ ] dim 0970 μ= +0.008 σ= 0.036 zeros= 0% [ ▃▇████▄▁ ] [ ▃█▆▃ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▂▄▇████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma [ ▃██▁ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▅████▃▁ ] [ ▅█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▃██▅▁ ] [ █ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ██ ] dim 0975 μ= -0.006 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▁█▇ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▂███▇▁ ] [ ▂█▇▁ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0978 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▅█ ] dim 0979 μ= -0.003 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ █▆ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▂███▅▂ ] [ ▁██▂ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▃████▂ ] [ ▄█▂ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▅██▅▁ ] [ ▄█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ▂█▄ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▁▇█▄ ] dim 0986 μ= +0.021 σ= 0.038 zeros= 0% [ ▂▅████▇▃ ] [ ▅█▅ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▃▇███▇▂▁ ] [ █ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁██▄ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▅ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▄█ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▁██▄ ] [ ▅█▂ ] dim 0992 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▅██▂ ] dim 0993 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▇████▅▁ ] [ ▄█▂ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▆ ] dim 0995 μ= -0.016 σ= 0.034 zeros= 0% [ ▂▇███▇▃▁ ] [ █▁ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▁█▄ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █▅ ] dim 0998 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ ▇█ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▁▇█▂ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▃ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▄ ] dim 1002 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▄ ] [ ▄█ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▃██▆ ] [ ▇█ ] dim 1004 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▃█▅ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▃███▆▂ ] [ ▃█▆ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃███▆▂ ] [ ▁█▅ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▆█ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▂ ] [ ▁█▃ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▄ ] [ ▇█▄ ] dim 1010 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▁▇█▂ ] dim 1011 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▃ ] dim 1012 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▃▁ ] [ ▅█ ] dim 1013 μ= -0.001 σ= 0.022 zeros= 0% [ ▄██▇▁ ] [ ▁█▇▁ ] dim 1014 μ= -0.004 σ= 0.029 zeros= 0% [ ▂████▄▁ ] [ █ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▆█▂ ] [ ▅█ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ █▃ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▃█▅ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▆ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄███▇▂▁ ] [ ▇█ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▅ ] dim 1021 μ= +0.032 σ= 0.029 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▄ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▆ ] dim 1023 μ= +0.008 σ= 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.6s smell: 200/2000 ( 10%) 0.8s smell: 300/2000 ( 15%) 1.2s smell: 400/2000 ( 20%) 1.5s smell: 500/2000 ( 25%) 1.7s smell: 600/2000 ( 30%) 2.1s smell: 700/2000 ( 35%) 2.3s smell: 800/2000 ( 40%) 2.7s smell: 900/2000 ( 45%) 2.8s smell: 1000/2000 ( 50%) 3.3s smell: 1100/2000 ( 55%) 3.6s smell: 1200/2000 ( 60%) 3.8s smell: 1300/2000 ( 65%) 4.1s smell: 1400/2000 ( 70%) 4.7s smell: 1500/2000 ( 75%) 4.7s smell: 1600/2000 ( 80%) 4.8s smell: 1700/2000 ( 85%) 5.2s smell: 1800/2000 ( 90%) 5.7s smell: 1900/2000 ( 95%) 5.7s smell: 2000/2000 (100%) 5.7s smell: isotropy=0.177 full-cov, 0.788 diag-only (effective rank ~181.6/1024 full, ~807.4/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.177 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 17.3s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▆██▅ ] dim 0585 μ= -0.033 σ= 0.051 zeros= 0% [ ▁▂▅███████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0506, mean_std=0.0266, +3.4sigma vs threshold=3.0sigma [ ▂▇██▄▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▂▃▆██████▇▂▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▄█▃ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▁▆█▂ ] dim 0001 μ= +0.017 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▄█▇▃ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▇████▅▂ ] [ ▄█▃ ] dim 0003 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▅ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▂▇███▆▂▁ ] [ ▃██▃ ] dim 0005 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▄█▁ ] dim 0006 μ= +0.001 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁█▆ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃█ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▅█▇ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▇▃ ] [ ▃▇█▃ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▆▃ ] dim 0011 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █▆ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ █▅ ] dim 0013 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▄▂ ] dim 0014 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▄█████▅▁ ] [ ▆█ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▆█▄ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▂████▅▂ ] [ ▃▇█▃ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▃▇█▄ ] dim 0018 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▆█▆ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂▇████▂▁ ] [ ▁██ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▁█▄ ] dim 0021 μ= +0.008 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▂▇█▄ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃████▆▄▁ ] [ ▂▇█▆▆▂ ] dim 0023 μ= -0.007 σ= 0.046 zeros= 0% [ ▁▃▆██████▅▃▁ ] [ ▃█▆▂ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▂▄████▅▂ ] [ ▄█▂ ] dim 0025 μ= +0.019 σ= 0.028 zeros= 0% [ ▃▇███▄▁ ] [ ▃█▅ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▃██▁ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▆ ] dim 0028 μ= +0.027 σ= 0.030 zeros= 0% [ ▁▂▅████▂▁ ] [ ▆█▃ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▃▇███▅▁ ] [ ▁██ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▂ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▃█▆▁ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▄█▇ ] dim 0033 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▇█ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▅ ] dim 0035 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▂█▆ ] dim 0037 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▅█ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▂▇█▃ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▇▃ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ ▁█▁ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█▄ ] dim 0042 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▂█▇▂ ] dim 0043 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▂▆█▂ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▁ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █▇ ] dim 0046 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▅ ] dim 0047 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃▆███▇▃▁ ] [ ▁▇██▅ ] dim 0048 μ= +0.010 σ= 0.040 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▆█▃ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▂██▃ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▃ ] dim 0051 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ █ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▇█ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ██ ] dim 0054 μ= +0.014 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▆█ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▆█▃ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▁ ] [ ▃█▇▃ ] dim 0057 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▂▆████▅▁ ] [ ▃█▆▃ ] dim 0058 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▅████▅▁ ] [ ▃█▇ ] dim 0059 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▄█▇ ] [ ▆█▄ ] dim 0061 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▂████▇▂ ] [ ▅█▆▂ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▁██▁ ] dim 0063 μ= +0.015 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▄█▆ ] dim 0064 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 0065 μ= +0.005 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▁█▅ ] dim 0066 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄█▆▄ ] dim 0067 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▁█▆ ] dim 0068 μ= +0.011 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ █▇ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▂█▅ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▅█▆ ] dim 0071 μ= +0.008 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ █▆ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▅██ ] [ ▅█▅ ] dim 0074 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▆█▁ ] dim 0075 μ= -0.004 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁▇██▅ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▂▃█████▇▃▁ ] [ ▇█ ] dim 0078 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃█▇ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ █▁ ] dim 0080 μ= -0.013 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▃██ ] dim 0081 μ= +0.012 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃▇█▅ ] dim 0082 μ= +0.014 σ= 0.039 zeros= 0% [ ▁▄▇████▇▃▁ ] [ █▇ ] dim 0083 μ= +0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃█▆▂ ] dim 0084 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▅█▁ ] dim 0085 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄█▃ ] dim 0086 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▃████▆▁ ] [ ▁█▅ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▂█▇ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▁▆█▅ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁▆█▅ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ █▆ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▆██▅ ] [ ▄██▅ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃█▇▃ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▆█▄ ] dim 0094 μ= +0.002 σ= 0.026 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.021 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▁ ] dim 0100 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▆█ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▇ ] dim 0102 μ= -0.008 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▂█▅ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▁██ ] dim 0104 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▃█▄ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ ▃█▆ ] dim 0106 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▅█ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▅█▆ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ █▆ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁█▅ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂█▁ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃█▄ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ █▂ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃▇█▃ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▆█▅▁ ] dim 0115 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ █▃ ] dim 0116 μ= +0.008 σ= 0.018 zeros= 0% [ ▁███▃ ] [ █▇ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▅▁ ] dim 0118 μ= -0.012 σ= 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.003 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▃ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▇▆ ] dim 0125 μ= -0.005 σ= 0.045 zeros= 0% [ ▁▃▅██████▅▂▁ ] [ ▃█ ] dim 0126 μ= +0.022 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▅█▃ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▄ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▄▇█▃ ] dim 0129 μ= -0.006 σ= 0.040 zeros= 0% [ ▂▄▇████▇▄▁ ] [ █▆ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▆█▂ ] dim 0131 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▂████▅▁ ] [ ▄█▄ ] dim 0132 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▁ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▁▅██▁ ] [ ▅█▃ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▄ ] dim 0135 μ= -0.004 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▅█▇▅ ] dim 0136 μ= +0.010 σ= 0.041 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▂▇█▃ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▁ ] dim 0138 μ= +0.035 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▄█▇ ] dim 0139 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▆████▂ ] [ ▂█▃ ] dim 0140 μ= +0.006 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▂█▄ ] dim 0141 μ= +0.006 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ █▂ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▅█▃ ] dim 0143 μ= -0.000 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▇█▇▂ ] dim 0144 μ= +0.004 σ= 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.028 zeros= 0% [ ▂▇███▆▂ ] [ ▄█ ] dim 0148 μ= -0.003 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▂█▃ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▆▂ ] dim 0150 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅▇█▄ ] dim 0151 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▁▄▇████▆▂▁ ] [ ▁█▁ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▇ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄▇█▂ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ █▂ ] dim 0155 μ= +0.009 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁▇█▄ ] dim 0156 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█▇ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0158 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▂▇█▃ ] dim 0159 μ= -0.002 σ= 0.035 zeros= 0% [ ▂▅████▆▃▁ ] [ ▇█▃ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▄██▄ ] dim 0161 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ ▆█ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▆█▄ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▇███▅▁ ] [ ▂█▇▁ ] dim 0164 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▇▂ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ █▆ ] dim 0167 μ= -0.008 σ= 0.015 zeros= 0% [ ▄██▂ ] [ █ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▆█▃ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▇█▃ ] dim 0170 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃██▁ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▇ ] dim 0172 μ= -0.007 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▅█▃ ] dim 0174 μ= -0.020 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▅ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▁ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃█▆ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▄█▂ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▂▅█▂ ] dim 0179 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▆ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▅█▂ ] dim 0181 μ= -0.000 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▆ ] dim 0182 μ= -0.030 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▅█▇▆▁ ] dim 0183 μ= -0.004 σ= 0.044 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▅█▆▁ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▅ ] dim 0185 μ= -0.017 σ= 0.031 zeros= 0% [ ▃█████▂▁ ] [ ▆█ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▄█▃ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▂▆█▅▁ ] dim 0189 μ= +0.016 σ= 0.042 zeros= 0% [ ▂▅▇█████▄▂▁ ] [ ▄█▆▂ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▅██▃ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▇█▂ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0193 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▅ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ ▃█▆ ] dim 0195 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▃ ] dim 0196 μ= +0.025 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▁ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▄█▂ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▅█▄ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▄ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂████▇▂ ] [ █▄ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▅█▃ ] dim 0202 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▄█▆ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▅███▇▂▁ ] [ ▁▇█▄ ] dim 0204 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ █▇ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃█▄ ] dim 0206 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▇▂ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▇████▄▂ ] [ █▇ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▆█▁ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ █▄ ] dim 0210 μ= -0.008 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▆█▄ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▂▆█▃ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▇█▁ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▇███▂▁ ] [ ▁▇█▃ ] dim 0214 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▃ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▅█▄ ] dim 0217 μ= +0.002 σ= 0.033 zeros= 0% [ ▄████▆▃▁ ] [ ▄█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▅█▅▁ ] dim 0219 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▅ ] dim 0220 μ= +0.024 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▆ ] dim 0221 μ= -0.009 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅█▂ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▂█▅ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▁▆█▃ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃██▁ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▆█▄ ] dim 0226 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▆ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁▇█▄ ] dim 0228 μ= +0.039 σ= 0.038 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▃█▃ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▄ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0231 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▆ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▇ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▄███▇▃▁ ] [ ▁▆█▅ ] dim 0234 μ= +0.040 σ= 0.031 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.010 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▄ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▇█ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▇█▇▃ ] dim 0241 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▄█▄ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▄▇█▃ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▄█▃ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▁█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▇█▅ ] dim 0247 μ= -0.037 σ= 0.035 zeros= 0% [ ▁▄████▆▄▂ ] [ ▄██▂ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁▇█▅ ] dim 0249 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▆█▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▁█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ██ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃█▃ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▃ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▁▄█▆▃ ] dim 0255 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂▅█▆▄ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▁▁▃▆██████▄▂ ] [ ▇█▃ ] dim 0257 μ= -0.001 σ= 0.029 zeros= 0% [ ▃████▅▂ ] [ ▆█▄ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▁█ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂██▃ ] dim 0260 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▁▄████▆▃ ] [ ▃█ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ █▂ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ █▄ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▄█▅ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ █▅ ] dim 0265 μ= -0.009 σ= 0.025 zeros= 0% [ ▄███▇▂ ] [ ▄█▂ ] dim 0266 μ= +0.003 σ= 0.021 zeros= 0% [ ▄███▃ ] [ █▅ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▃▇█▇ ] dim 0268 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▅█▃ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▁▇█▄ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▃████▅▂▁ ] [ ▁▇█ ] dim 0271 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▅ ] dim 0272 μ= -0.010 σ= 0.021 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.008 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▃█▄ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁█▆ ] dim 0278 μ= -0.009 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁▆█▃ ] dim 0279 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█▅ ] dim 0280 μ= +0.025 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▃ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▃ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂█▆▃ ] dim 0283 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▆▁ ] dim 0284 μ= -0.051 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▃█▆▁ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▄██▃ ] dim 0286 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ ▃█▃ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▂▆█▇▂ ] dim 0288 μ= -0.012 σ= 0.042 zeros= 0% [ ▁▂▄█████▆▃▁▁ ] [ ▂██ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ ▄▆█▄ ] dim 0290 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▂▇████▆▂▁ ] [ █ ] dim 0291 μ= -0.016 σ= 0.014 zeros= 0% [ ▇█▇ ] [ ▁▅█▆▁ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▁▇█▂ ] dim 0294 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▅█▄ ] dim 0296 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▁█▅ ] dim 0298 μ= -0.011 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▅█▅ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂▆█▃ ] dim 0300 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▅ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▆▁ ] dim 0302 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▁▃█████▄▁▁ ] [ ▂█ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁▇█▄ ] dim 0304 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃█████▂ ] [ ▆█▆ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▄▇███▇▄▁ ] [ ▅█▇▄ ] dim 0306 μ= +0.011 σ= 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.006 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ▂▆█▅ ] dim 0312 μ= +0.019 σ= 0.036 zeros= 0% [ ▂▆████▇▃▁ ] [ ▂█▁ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃▇█▆▃ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▂▃▆█████▇▃▁▁ ] [ ▅█ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ██ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▄█▄ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ █▃ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▃█▆▂ ] dim 0319 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▄ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▇ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▄█▇▂ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▃█▇▃ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▅█ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▅██▁ ] dim 0325 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ ██ ] dim 0326 μ= -0.005 σ= 0.023 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.041 zeros= 0% [ ▁▄▆████▇▄▂▁ ] [ ▃▆█▅ ] dim 0331 μ= -0.003 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▁ ] [ ▃█ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▇█▁ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▃█▂ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃▇█▆ ] dim 0336 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▄█▆ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▇ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 0339 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▁▆█▅ ] dim 0340 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▆█ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▃ ] dim 0342 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█ ] dim 0343 μ= +0.001 σ= 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.007 σ= 0.033 zeros= 0% [ ▂▆████▆▁ ] [ ▃█▇▂ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ██ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▆█▃ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▃█▆ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▆████▂▁ ] [ ▄█▄ ] dim 0353 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ ▃█▇▃ ] dim 0354 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ █▅ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄██▃ ] dim 0356 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▅█▂ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█ ] dim 0358 μ= -0.002 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▃█▅ ] dim 0359 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▆▂▁ ] [ ▃██▁ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▆▁ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▄▇████▄▁ ] [ ██ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁▇█▄ ] dim 0363 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▆▁ ] dim 0364 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ ▃█▇▂ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ██ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0369 μ= +0.032 σ= 0.021 zeros= 0% [ ▂▇██▅▁ ] [ ▆█ ] dim 0370 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▁▆█▇▂ ] dim 0371 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▁▅█████▅▂ ] [ ▂▆█▄ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ ▁██▃ ] dim 0373 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█▂ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▃█▇▁ ] dim 0375 μ= +0.012 σ= 0.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.003 σ= 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.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▆ ] dim 0384 μ= +0.010 σ= 0.026 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.010 σ= 0.043 zeros= 0% [ ▁▂▅██████▃▂ ] [ ▄█▆ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▆ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▄ ] dim 0391 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▄█▃ ] dim 0392 μ= +0.021 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▆▃ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▅█ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▃██▅▁ ] [ ▃██▄ ] dim 0395 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ ▄█▅ ] dim 0396 μ= -0.014 σ= 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.003 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄█▃ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▂████▆▂ ] [ ▅█▃ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▇▂ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▄█▂ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▇█▂ ] dim 0405 μ= +0.016 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▇█ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ █▆ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▄█▃ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▄ ] dim 0409 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▄ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▂ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▁▆█▆▁ ] dim 0412 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▁ ] [ ▃█▇ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▁█▆ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▆ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅██▄ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▂██████▄▂ ] [ ▃█▅ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▅███▇▃▁ ] [ ▃█▃ ] dim 0418 μ= -0.016 σ= 0.020 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.023 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▇███▁ ] [ ▁▅█▅▂ ] dim 0425 μ= -0.013 σ= 0.039 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▃█ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▂▆█▆▁ ] dim 0427 μ= +0.003 σ= 0.037 zeros= 0% [ ▂▅█████▄▂ ] [ ▃██▆▁ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▂▆█████▄▁ ] [ █▄ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▃█▅ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▁ ] [ ▂█▇▁ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃█▆ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] [ ▅█▂ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ █▁ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃▆█▃ ] dim 0436 μ= -0.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.030 zeros= 0% [ ▁▂▇███▆▂▁ ] [ ▇█▆ ] dim 0440 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▄██▆ ] dim 0441 μ= +0.018 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▅ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ █▃ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▅██▂ ] [ ▁▅█▇▅▁ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▂▅██████▆▂▁ ] [ ▂█▄ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▃ ] dim 0446 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▂ ] dim 0447 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▅ ] dim 0448 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ██ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▂ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂█▅ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█▆ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▂▅████▃▁ ] [ █▆ ] dim 0453 μ= -0.008 σ= 0.018 zeros= 0% [ ▆██▄ ] [ ▁█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂▆█▇▄▁ ] dim 0455 μ= +0.010 σ= 0.044 zeros= 0% [ ▁▃▅██████▄▁▁ ] [ ▅█▃ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▅▁ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▂ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▁█▅ ] dim 0459 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂█▇▁ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▇█ ] dim 0461 μ= -0.005 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▂█▃ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▁▆█▆▁ ] dim 0463 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▆█▅▁ ] dim 0464 μ= -0.020 σ= 0.042 zeros= 0% [ ▁▄▆█████▄▂▁ ] [ ▁▇█▁ ] dim 0465 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▃▇█▃ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▄▇████▇▄▁ ] [ ▃█▁ ] dim 0467 μ= +0.003 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁█▃ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▃███▄ ] [ ▇█▂ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▁█▁ ] dim 0470 μ= -0.016 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▃█ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▁▇█▃ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ █ ] dim 0473 μ= -0.017 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▇█ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▂▆█▅ ] dim 0475 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▃▅█████▃▁ ] [ ▁█▅ ] dim 0476 μ= -0.010 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▆█ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█▅ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▇▂ ] dim 0480 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅██ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▄█▇▂ ] dim 0483 μ= -0.009 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▆▁ ] dim 0484 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ██▅ ] dim 0486 μ= +0.022 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▆█ ] dim 0487 μ= +0.017 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃▇█▇▃ ] dim 0488 μ= +0.027 σ= 0.046 zeros= 0% [ ▁▃▇██████▄▂▁ ] [ ██▁ ] dim 0489 μ= -0.025 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▃█▄ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂█ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▃█▆ ] dim 0492 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▇█ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▃█▂ ] dim 0494 μ= +0.022 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▄ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ █ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▁█▂ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂▆█▄ ] dim 0498 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▁▃▆█████▄▁ ] [ ▄█▆ ] dim 0499 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▅████▂▁ ] [ ▁▆█▆▂ ] dim 0500 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ █▆ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▆█▃ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▄ ] dim 0503 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂ ] [ ▄█ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▅█▁ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▃█▆ ] dim 0506 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▄ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▃ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▆█▁ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▂██▂ ] dim 0510 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅▃ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▅█▆ ] dim 0512 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▅█▄ ] [ ▅█▆▂ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▅████▄▂ ] [ ▁█▇ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▂ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▅█▇▄ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▄▇█████▃▁ ] [ ▂█▄ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█▃ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▂▇███▄▁ ] [ ▂██▁ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▄ ] dim 0521 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▃████▆▃ ] [ █▇ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▃███▇▂▁ ] [ ▄█ ] dim 0523 μ= +0.018 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▁██▁ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▃█▂ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁██ ] dim 0527 μ= +0.014 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▅█▅ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█▇▃ ] dim 0529 μ= +0.012 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▅ ] dim 0530 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▃ ] dim 0531 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂▇█▃ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▁ ] dim 0533 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂▆█▅ ] dim 0534 μ= -0.000 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂▅█▆▂ ] dim 0535 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▇█ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▅▁ ] dim 0537 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▇ ] dim 0538 μ= +0.028 σ= 0.029 zeros= 0% [ ▂▆███▇▃ ] [ ▂▆█▅▁ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▂▅█████▅▁ ] [ ▃██▄ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▇████▆▃▁ ] [ ▇█▄ ] dim 0541 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ ▂██▃ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▃▇█▄ ] dim 0543 μ= +0.018 σ= 0.039 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▃█▃ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▃█ ] dim 0545 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▆ ] dim 0546 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▄█████▂ ] [ ▃█▅ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0548 μ= -0.034 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▂█▇ ] dim 0549 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▄ ] dim 0550 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃█████▆▃▁ ] [ █▂ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▂▇█▂ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▂ ] dim 0553 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▆█ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▃█▇▃ ] dim 0555 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▅████▆▁ ] [ ▅█▅ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▂█▇ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▆▃ ] dim 0559 μ= -0.010 σ= 0.041 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▂▇█▄ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▂▆█▃ ] dim 0561 μ= -0.023 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▅█▁ ] dim 0562 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▂█▇ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▁█▃ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█▆ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ ▁█ ] dim 0567 μ= +0.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.025 zeros= 0% [ ▃████▂▁ ] [ ▆█▄ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▄▇███▆▂ ] [ █▁ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▇█ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ █▂ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▃▆█▆▃ ] dim 0575 μ= +0.003 σ= 0.043 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ ██▂ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▆█▃ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▆▂ ] dim 0578 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▆ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▃ ] dim 0580 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▃ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▂█▂ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0583 μ= -0.006 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▅█▅ ] dim 0584 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▃▆██▅ ] dim 0585 μ= -0.033 σ= 0.051 zeros= 0% [ ▁▂▅███████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0506, mean_std=0.0266, +3.4sigma vs threshold=3.0sigma [ ▃█▂ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▂ ] [ █▆ ] dim 0587 μ= -0.007 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▇▂ ] dim 0588 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▂▇████▅▁ ] [ ▃█ ] dim 0589 μ= -0.000 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▄█▅ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█ ] dim 0591 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▇█ ] dim 0592 μ= -0.005 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂██▃ ] dim 0593 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▂▇█▅ ] dim 0594 μ= +0.001 σ= 0.036 zeros= 0% [ ▂▅████▇▄▁ ] [ ▃█▆ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▂ ] dim 0596 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▃███▃▁ ] [ ▂██▁ ] dim 0597 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅ ] dim 0598 μ= +0.004 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ █ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▇█▆ ] [ ▂▇█▇▁ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▂▄█████▄▂ ] [ █▇ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁█▂ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▇█▂ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▂████▄ ] [ ▇█▄ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▂█▇▃ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ █▅ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▂▆██▄ ] [ ▃██▅ ] dim 0607 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▁▇█▄ ] dim 0608 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▄█▆ ] dim 0609 μ= +0.008 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▆█ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▇█▃ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▆██▅ ] dim 0612 μ= +0.012 σ= 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.017 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.039 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▂█▇▂ ] dim 0622 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▂█▄ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▇█ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▆█▄ ] dim 0625 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▅▁ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▇█▁ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃▆█▅ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▆█▇▁ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▇█▃ ] dim 0630 μ= -0.021 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▇█▃ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▃ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▂███▃▁ ] [ ▃█▃ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▄███▄ ] [ █▆ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▄▇█▇ ] dim 0635 μ= -0.019 σ= 0.037 zeros= 0% [ ▂▅█████▃▂ ] [ ▆█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▁▇█▂ ] dim 0637 μ= -0.025 σ= 0.029 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.021 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ █▆ ] dim 0643 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▄ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▂▆███▆▂▁ ] [ ▃██▃ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▄█▇ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ █▇▁ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▅ ] dim 0648 μ= +0.004 σ= 0.029 zeros= 0% [ ▂████▇▂ ] [ ▄█▇▃ ] dim 0649 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ▃█▆▂ ] dim 0650 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▆ ] dim 0651 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▇████▄▁ ] [ ▃█▆▁ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▅ ] dim 0653 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ █▇ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▄█▃ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▂ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃██▃ ] dim 0657 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆█▄ ] dim 0659 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁▆█▅▁ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▅█████▅▂ ] [ ▇█▂ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▁█ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▁▆█▆▄ ] dim 0663 μ= -0.008 σ= 0.040 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.010 σ= 0.038 zeros= 0% [ ▂▄▇████▆▂▁ ] [ █▃ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▃ ] dim 0669 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █▆ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▁█▅ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃█▆ ] dim 0672 μ= +0.007 σ= 0.025 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.018 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▇ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▁██▃ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▃ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▆█▂ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▂█▄ ] dim 0682 μ= -0.013 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▆█▅ ] dim 0683 μ= +0.003 σ= 0.029 zeros= 0% [ ▂████▆▂ ] [ ▃█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▂█▇ ] dim 0685 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▃█▇▄ ] dim 0686 μ= -0.023 σ= 0.042 zeros= 0% [ ▁▁▄▇█████▅▂▁ ] [ ▁██▂ ] dim 0687 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▆ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▃█▅ ] dim 0689 μ= -0.012 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▄ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▄ ] dim 0691 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▅████▆▁ ] [ ▁▅█▃ ] dim 0692 μ= -0.002 σ= 0.030 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.010 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▅ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▇█▁ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▇█▂ ] dim 0700 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅▁ ] dim 0701 μ= +0.010 σ= 0.032 zeros= 0% [ ▂▆████▄▂ ] [ █▇▁ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▅█▂ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▃█▆ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ █ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▁▆█▆ ] [ ▂█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃██▁ ] dim 0708 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▆█▂ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▂▆█▄ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▅█▇▄ ] dim 0711 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▂█▃ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ██▁ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▅██▃ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▅█ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ █▆ ] dim 0716 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▅██▅ ] [ ▂█▇ ] dim 0717 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ ██ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▅█▅ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▇█▃ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▄█▄ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▆█ ] dim 0722 μ= -0.003 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▁▇█▅ ] dim 0723 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄█████▂▁ ] [ ▅█▇▂ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▃█▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▆▃ ] dim 0726 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▁█▆ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ ▄█▁ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▃█▆ ] dim 0729 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▅ ] dim 0730 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▅ ] dim 0731 μ= +0.003 σ= 0.031 zeros= 0% [ ▃▇███▇▂ ] [ ▄█▅ ] dim 0732 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▅ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▁█▄ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂█▃ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▄███▃ ] [ █▆ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▁▇█▄ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▃██▅▁ ] dim 0738 μ= +0.023 σ= 0.042 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▄█▂ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃▇█▄ ] dim 0740 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▁█▅ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▅ ] dim 0742 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂█ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▅ ] dim 0744 μ= +0.003 σ= 0.030 zeros= 0% [ ▃████▇▂ ] [ ▆█ ] dim 0745 μ= +0.016 σ= 0.024 zeros= 0% [ ▂████▂ ] [ █▆ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▂█▆▂ ] dim 0747 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁▇█▄ ] dim 0748 μ= -0.024 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▅ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄▇█▆ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▅█▆ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▄█▃ ] dim 0752 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▂██ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▂████▂ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▃█▆ ] [ █▇ ] dim 0755 μ= -0.006 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▁██ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▅█▃ ] dim 0757 μ= +0.000 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▃ ] dim 0758 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃█▇▇ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▁ ] [ █▂ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂██ ] [ ▄▇█▄ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▂█▆▁ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▂██▃ ] dim 0763 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▇ ] dim 0764 μ= +0.009 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ █▇ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▄█▇▂ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂▇█▂ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ █▄ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ██▂ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ █▇▂ ] dim 0770 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▅█▇ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▂▅████▃ ] [ ▄█▆▂ ] dim 0774 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▇█ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▅▁ ] dim 0776 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▄ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ██ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ██▁ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▆█▁ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ █▅ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ █▃ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▅█▂ ] dim 0783 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▇▁ ] dim 0784 μ= -0.005 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ██ ] dim 0785 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▆█▃ ] dim 0786 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▁ ] dim 0787 μ= +0.000 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▃█▄ ] dim 0788 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▂ ] dim 0789 μ= +0.018 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▃██▃ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▂▆████▇▂▁ ] [ █▅ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▂▇█▃ ] dim 0792 μ= +0.016 σ= 0.033 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.014 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▇ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▇█▅ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▇█ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▇▃ ] dim 0800 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▄█████▆▂▁ ] [ █▅ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▁██ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ █▄ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▂▆█▅ ] dim 0804 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██▁ ] [ ▇█ ] dim 0806 μ= -0.025 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▄▇█▅ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▄▇█████▄▁ ] [ ▄█▅ ] dim 0808 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▆ ] dim 0809 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▄█▆▁ ] dim 0810 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▆████▃ ] [ ▄█▆▂ ] dim 0811 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▅█▅ ] dim 0812 μ= +0.003 σ= 0.033 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.040 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ██ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▅ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅▇█▂ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▅█▅ ] dim 0820 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▁ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0822 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▇▂ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁▇█ ] dim 0824 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▂████▂ ] [ ▆█▁ ] dim 0825 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▅███▄ ] [ ▁▇█▃ ] dim 0826 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▄████▄▂ ] [ █▃ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▁▆█▂ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▄ ] dim 0829 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▃██▅▁ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▆█████▃▂ ] [ ▂█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▂█▃ ] dim 0832 μ= -0.013 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▁▇█▄ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▃ ] dim 0834 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁██▁ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▄██ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ██ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▂█▅ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▃ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▁▇█▄ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ █▃ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▃█▅ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▆ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▂▅████▃ ] [ ▆█▂ ] dim 0846 μ= -0.022 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▅ ] dim 0847 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁▇█▄ ] dim 0848 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂▇█▂ ] dim 0849 μ= +0.035 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▅█▁ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█▄ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▇▄ ] dim 0852 μ= +0.012 σ= 0.039 zeros= 0% [ ▁▄▇████▇▂▁ ] [ ▆█ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂█▇ ] dim 0854 μ= +0.012 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▂█▁ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▂█▇ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▅ ] dim 0857 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▆▃▁ ] [ ▂██▃ ] dim 0858 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▂ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁▅█▄ ] dim 0860 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▁ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃▆█▅ ] dim 0862 μ= -0.023 σ= 0.037 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █▇ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂█▅ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▂ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▅█▂ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▆ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▅█▅ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▂█ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▁▆█▃ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▄████▆▁ ] [ ▅█▅ ] dim 0871 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▄▇████▄▁ ] [ ▃█▆▁ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▄▇████▅▂ ] [ ▃█▇▁ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▅ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▇█████▄▁ ] [ ██ ] dim 0875 μ= -0.006 σ= 0.015 zeros= 0% [ ▃██▃ ] [ █▄ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▆█ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▅██▇▂ ] [ █▇ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▆▂ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▃█▇▂ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▂ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▆█▆ ] dim 0882 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▅ ] dim 0883 μ= -0.015 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▇█▃ ] dim 0884 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▂ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▄ ] dim 0886 μ= -0.016 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▂█ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0888 μ= -0.012 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0889 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▇███▇▃▁ ] [ ▇█▁ ] dim 0890 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ▆█▄ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂████▆▁ ] [ ▁█▅ ] dim 0892 μ= +0.011 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▃▇█▂ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▆████▆▂▁ ] [ ▁█▇▁ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▁▆▇██▄ ] dim 0895 μ= -0.001 σ= 0.045 zeros= 0% [ ▁▂▅██████▇▂▁ ] [ ▁▇█▅ ] dim 0896 μ= +0.036 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ █▇ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ ▆█▆ ] dim 0898 μ= -0.033 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ ▃█ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▅ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▄███▆▃ ] [ ▄█▆▂ ] dim 0901 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▆████▅▁▁ ] [ ▆█▅ ] dim 0902 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▃████▆▁ ] [ ▃██▅ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▅████▇▂▁ ] [ ▃█▄ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂▆█▇▂ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▅█▂ ] dim 0906 μ= +0.019 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ █▃ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▇█ ] dim 0908 μ= -0.005 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄█▃ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▂▇██▄▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▂▃▆██████▇▂▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ██▃ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▃█▂ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0913 μ= +0.014 σ= 0.022 zeros= 0% [ ▂▆██▇▂ ] [ ▂█▇ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▄█▅ ] dim 0915 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ ▃█▇▄ ] dim 0916 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▁██ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▃▆█▃ ] dim 0918 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▆ ] dim 0919 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ █▅ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▄██▃ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▂▇████▆▂ ] [ ▁██ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▆ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▃█▂ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▅ ] dim 0925 μ= -0.031 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃▇█▂ ] dim 0926 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0927 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ ▆█▅ ] dim 0928 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▅█▁ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ █▇ ] dim 0930 μ= -0.008 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▅█▆▂ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █ ] dim 0932 μ= +0.005 σ= 0.014 zeros= 0% [ ▇██▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁██▅▁ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ █▇ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▂████▂ ] [ ▁█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▆█▁ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▆ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▅ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▂█▆▁ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▂ ] dim 0941 μ= +0.001 σ= 0.026 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.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ █▇ ] dim 0948 μ= +0.014 σ= 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.023 zeros= 0% [ ▁▂███▅▁ ] [ ▅█▃ ] dim 0952 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▇▁ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▂██▂ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▂ ] dim 0955 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▄████▄▁▁ ] [ █▆ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▄█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▂█▅ ] dim 0958 μ= +0.007 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▁▆█▅ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂████▆▂ ] [ ▅█▂ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▇█ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ██ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▂█▄ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▅█▇▁ ] dim 0964 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂█████▃▁ ] [ ▂▅█▄ ] dim 0965 μ= -0.019 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▁▅██▃ ] dim 0966 μ= +0.012 σ= 0.042 zeros= 0% [ ▂▅██████▄▂ ] [ █▄ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▃ ] dim 0968 μ= -0.011 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁▇█▅ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▆█▇▃ ] dim 0970 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▅█████▆▂▁ ] [ ▁▅█▆▇▂ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▃▅██████▆▃▁▁ ] [ ▃██▁ ] dim 0972 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▄█ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ██ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▁█▆ ] dim 0976 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄███▇▃▁ ] [ ▃██▃ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ ▇█▅ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▂████▆▂ ] [ ▅█ ] dim 0979 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂█▇ ] dim 0980 μ= -0.009 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▁▆█ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▄ ] dim 0982 μ= +0.003 σ= 0.028 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.021 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁▅█▄ ] dim 0987 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ █ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▂██▄ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▅████▇▂▁ ] [ ▁▆█▃ ] dim 0990 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▅████▆▂▁ ] [ ▅█ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▆█▃ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▂████▅▁ ] [ ▅█▆▂ ] dim 0993 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▅█▄ ] dim 0994 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▆█▆▁ ] dim 0995 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▃█████▄▂ ] [ ▂█▁ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁█▄ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ██ ] dim 0998 μ= +0.015 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▇█▁ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▇███▃▁ ] [ ▁▆█▂ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▁▇█▇ ] dim 1001 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▄ ] dim 1002 μ= -0.013 σ= 0.024 zeros= 0% [ ▅███▅▁ ] [ ▆█ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ██▃ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▆▁ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▆ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▇ ] dim 1007 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▁ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▂█▅ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂██▅ ] dim 1010 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁▆█▂ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅█▄ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▄█ ] dim 1013 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▂ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ██▂ ] [ ▅█ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ █▃ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▄█▆ ] dim 1018 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▆▂ ] dim 1019 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▇█ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▁█▇▁ ] dim 1021 μ= +0.033 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▆█▅ ] dim 1022 μ= +0.004 σ= 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.25.08.07.42/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.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 2505301 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3201726699823881 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 25, 2026 9:23:54 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: 78 segments, 7 merges 69.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 25.8s _1ab: 8 segs, 229.5 K docs, 1030.8 MB 22.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 13.7s _1b0: 9 segs, 47.8 K docs, 213.3 MB 11.3s _1b7: 8 segs, 116.6 K docs, 522.7 MB 7.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 2.2s _1bn: 8 segs, 39.6 K docs, 176.8 MB 5.0 sec: 63 segments, 6 merges 74.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 27.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 16.3s _1b7: 8 segs, 116.6 K docs, 522.7 MB 12.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 7.2s _1bn: 8 segs, 39.6 K docs, 176.8 MB 1.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 10.0 sec: 56 segments, 5 merges 79.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 32.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 17.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 12.2s _1bn: 8 segs, 39.6 K docs, 176.8 MB 6.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 15.0 sec: 56 segments, 5 merges 84.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 37.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 22.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 17.2s _1bn: 8 segs, 39.6 K docs, 176.8 MB 11.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 20.0 sec: 56 segments, 5 merges 89.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 42.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 27.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 22.3s _1bn: 8 segs, 39.6 K docs, 176.8 MB 16.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 25.0 sec: 56 segments, 5 merges 94.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 47.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 32.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 27.3s _1bn: 8 segs, 39.6 K docs, 176.8 MB 21.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 30.0 sec: 49 segments, 4 merges 99.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 52.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 37.8s _1bf: 8 segs, 80.1 K docs, 358.8 MB 26.1s _1bo: 8 segs, 68.1 K docs, 304.8 MB 35.1 sec: 35 segments, 2 merges 104.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 57.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 40.1 sec: 35 segments, 2 merges 109.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 62.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 45.1 sec: 35 segments, 2 merges 114.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 67.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 50.1 sec: 35 segments, 2 merges 119.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 72.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 55.1 sec: 35 segments, 2 merges 124.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 77.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 60.1 sec: 35 segments, 2 merges 129.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 82.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 65.1 sec: 35 segments, 2 merges 134.1s _182: 8 segs, 1087.9 K docs, 4896.9 MB 87.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 70.1 sec: 28 segments, 1 merges 92.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 75.1 sec: 28 segments, 1 merges 97.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 80.1 sec: 28 segments, 1 merges 102.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 85.1 sec: 28 segments, 1 merges 107.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 90.1 sec: 28 segments, 1 merges 112.5s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 95.0 sec: 28 segments, 1 merges 117.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 100.0 sec: 28 segments, 1 merges 122.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 105.0 sec: 28 segments, 1 merges 127.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 110.0 sec: 28 segments, 1 merges 132.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 115.0 sec: 28 segments, 1 merges 137.4s _1ai: 8 segs, 819.3 K docs, 3685.3 MB 120.0 sec: 21 segments, 1 merges 3.6s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 125.0 sec: 21 segments, 1 merges 8.6s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 130.0 sec: 21 segments, 1 merges 13.6s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 135.0 sec: 21 segments, 1 merges 18.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 140.0 sec: 21 segments, 1 merges 23.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 145.0 sec: 21 segments, 1 merges 28.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 150.1 sec: 21 segments, 1 merges 33.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 155.1 sec: 21 segments, 1 merges 38.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 160.1 sec: 21 segments, 1 merges 43.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 165.1 sec: 21 segments, 1 merges 48.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 170.1 sec: 21 segments, 1 merges 53.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 175.1 sec: 21 segments, 1 merges 58.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 180.1 sec: 21 segments, 1 merges 63.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 185.0 sec: 21 segments, 1 merges 68.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 190.0 sec: 21 segments, 1 merges 73.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 195.0 sec: 21 segments, 1 merges 78.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 200.0 sec: 21 segments, 1 merges 83.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 205.1 sec: 21 segments, 1 merges 88.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 210.1 sec: 21 segments, 1 merges 93.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 215.1 sec: 21 segments, 1 merges 98.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 220.1 sec: 21 segments, 1 merges 103.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 225.1 sec: 21 segments, 1 merges 108.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 230.1 sec: 21 segments, 1 merges 113.7s _1bp: 4 segs, 1131.7 K docs, 5095.0 MB 235.1 sec: 18 segments, 1 merges 1.7s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 240.1 sec: 18 segments, 1 merges 6.7s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 245.1 sec: 18 segments, 1 merges 11.7s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 250.1 sec: 18 segments, 1 merges 16.7s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 255.1 sec: 18 segments, 1 merges 21.7s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 260.0 sec: 18 segments, 1 merges 26.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 265.0 sec: 18 segments, 1 merges 31.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 270.0 sec: 18 segments, 1 merges 36.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 275.0 sec: 18 segments, 1 merges 41.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 280.0 sec: 18 segments, 1 merges 46.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 285.0 sec: 18 segments, 1 merges 51.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB 290.0 sec: 18 segments, 1 merges 56.6s _1bq: 8 segs, 524.6 K docs, 2357.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 923 seconds reindex takes 923.79 sec index has 11 segments: segments_2: _a4(11.0.0):C1029082 _na(11.0.0):C1108735 _e3(11.0.0):C719021 _182(11.0.0):C1087918 _zm(11.0.0):C661813 _xl(11.0.0):C626348 _1bp(11.0.0):C1131690 _1ai(11.0.0):C819322 _143(11.0.0):C159168 _1bq(11.0.0):C524600 _18n(11.0.0):C132303 _a4: 4637.7 MB _na: 4997.2 MB _e3: 3239.1 MB _182: 4903.2 MB _zm: 2981.2 MB _xl: 2821.3 MB _1bp: 5100.6 MB _1ai: 3691.4 MB _143: 716.2 MB _1bq: 2362.7 MB _18n: 595.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36045.90 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=56520379574 cpu@end=67964073490 deltaMS=11443.693916 thread 14 name=Reference Handler cpu@start=1062401 cpu@end=1062401 deltaMS=0.0 thread 15 name=Finalizer cpu@start=145418 cpu@end=145418 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64333 cpu@end=64333 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3199040 cpu@end=3199040 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14748896959 cpu@end=14750171260 deltaMS=1.274301 thread 42 name=JFR Periodic Tasks cpu@start=73603489100 cpu@end=74154325006 deltaMS=550.835906 thread 45 name=Notification Thread cpu@start=111512 cpu@end=111512 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1079949676069 cpu@end=1079949676069 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1083357372718 cpu@end=1083357372718 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1085192378553 cpu@end=1085192378553 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1081199706328 cpu@end=1081199706328 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1083381671247 cpu@end=1083381671247 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1088164804586 cpu@end=1088164804586 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1082103878044 cpu@end=1082103878044 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1084479115296 cpu@end=1084479115296 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1085173521365 cpu@end=1085173521365 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1083477569520 cpu@end=1083477569520 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1086463294739 cpu@end=1086463294739 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1082848404741 cpu@end=1082848404741 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1083635571746 cpu@end=1083635571746 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1080787458319 cpu@end=1080787458319 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1084538394623 cpu@end=1084538394623 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1082062145285 cpu@end=1082062145285 deltaMS=0.0 Average CPU cores used: 1.04696873764765 completed 1000 searches in 11457 ms: 87 QPS CPU time=11995 ms checking results SUMMARY: 0.897 11.457 11.995 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 55254 923.79 8659.99 0.00 11 36045.90 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1029082 documents Graph level=3 size=64, Fanout min=5, mean=9.25, max=23, meandelta=84685.35 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 9 10 11 12 23 Graph level=2 size=918, Fanout min=7, mean=23.27, max=32, meandelta=40490.19 % 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=31330, Fanout min=3, mean=27.98, max=32, meandelta=33672.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=1029082, Fanout min=1, mean=39.56, max=64, meandelta=24081.77 % 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=64, connectedness=1.00 Graph level=2 size=918, connectedness=1.00 Graph level=1 size=31330, connectedness=1.00 Graph level=0 size=1029082, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1108735 documents Graph level=3 size=63, Fanout min=4, mean=9.65, max=21, meandelta=86011.06 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 8 8 9 10 11 12 13 21 Graph level=2 size=1019, Fanout min=9, mean=23.34, max=32, meandelta=43227.85 % 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=34026, Fanout min=3, mean=28.09, max=32, meandelta=36193.73 % 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=1108735, Fanout min=1, mean=39.57, max=64, meandelta=25941.50 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=63, connectedness=1.00 Graph level=2 size=1019, connectedness=1.00 Graph level=1 size=34026, connectedness=1.00 Graph level=0 size=1108735, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 719021 documents Graph level=3 size=28, Fanout min=2, mean=6.00, max=10, meandelta=64686.71 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 6 8 9 10 Graph level=2 size=587, Fanout min=6, mean=20.93, max=32, meandelta=31209.14 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 22 25 27 31 32 Graph level=1 size=21991, Fanout min=3, mean=27.97, max=32, meandelta=23550.90 % 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=719021, Fanout min=1, mean=39.65, max=64, meandelta=16807.14 % 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=587, connectedness=1.00 Graph level=1 size=21991, connectedness=1.00 Graph level=0 size=719021, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1087918 documents Graph level=3 size=57, Fanout min=4, mean=8.77, max=15, meandelta=95199.54 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 9 9 10 12 13 15 Graph level=2 size=876, Fanout min=7, mean=23.15, max=32, meandelta=43331.40 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 28 32 32 32 Graph level=1 size=32946, Fanout min=3, mean=28.11, max=32, meandelta=35467.99 % 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=1087918, Fanout min=1, mean=39.55, max=64, meandelta=25463.98 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=876, connectedness=1.00 Graph level=1 size=32946, connectedness=1.00 Graph level=0 size=1087918, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 661813 documents Graph level=3 size=28, Fanout min=4, mean=7.21, max=12, meandelta=44871.57 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 7 8 8 10 12 Graph level=2 size=539, Fanout min=6, mean=20.29, max=32, meandelta=29716.00 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 16 18 19 21 24 26 30 32 Graph level=1 size=20155, Fanout min=4, mean=27.98, max=32, meandelta=21723.41 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=661813, Fanout min=1, mean=39.66, max=64, meandelta=15474.18 % 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=539, connectedness=1.00 Graph level=1 size=20155, connectedness=1.00 Graph level=0 size=661813, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 626348 documents Graph level=3 size=21, Fanout min=3, mean=6.19, max=9, meandelta=40052.28 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 6 7 7 8 9 Graph level=2 size=500, Fanout min=7, mean=20.11, max=32, meandelta=28536.99 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 19 21 23 26 30 32 Graph level=1 size=19199, Fanout min=5, mean=27.88, max=32, meandelta=20663.12 % 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=626348, Fanout min=1, mean=39.68, max=64, meandelta=14636.95 % 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=21, connectedness=1.00 Graph level=2 size=500, connectedness=1.00 Graph level=1 size=19199, connectedness=1.00 Graph level=0 size=626348, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1131690 documents Graph level=3 size=52, Fanout min=3, mean=8.15, max=14, meandelta=105728.69 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 7 8 8 9 10 11 14 Graph level=2 size=914, Fanout min=8, mean=23.14, max=32, meandelta=45047.92 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 20 23 25 28 32 32 32 Graph level=1 size=34401, Fanout min=3, mean=28.07, max=32, meandelta=36858.65 % 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=1131690, Fanout min=1, mean=39.50, max=64, meandelta=26514.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=52, connectedness=1.00 Graph level=2 size=914, connectedness=1.00 Graph level=1 size=34401, connectedness=1.00 Graph level=0 size=1131690, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 819322 documents Graph level=3 size=42, Fanout min=2, mean=6.67, max=15, meandelta=92628.66 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 7 8 9 11 15 Graph level=2 size=734, Fanout min=7, mean=22.27, max=32, meandelta=33552.05 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 20 22 24 27 30 32 32 Graph level=1 size=24992, Fanout min=4, mean=27.96, max=32, meandelta=26777.67 % 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=819322, Fanout min=1, mean=39.65, max=64, meandelta=19149.34 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 50 60 64 64 Graph level=3 size=42, connectedness=1.00 Graph level=2 size=734, connectedness=1.00 Graph level=1 size=24992, connectedness=1.00 Graph level=0 size=819322, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 159168 documents Graph level=3 size=4, Fanout min=3, mean=3.00, max=3, meandelta=18736.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 3 3 3 3 3 3 3 3 Graph level=2 size=145, Fanout min=4, mean=13.29, max=32, meandelta=9804.70 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 13 14 15 17 19 32 Graph level=1 size=4954, Fanout min=7, mean=26.87, max=32, meandelta=5414.86 % 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=159168, Fanout min=2, mean=39.23, max=64, meandelta=3768.38 % 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=4, connectedness=1.00 Graph level=2 size=145, connectedness=1.00 Graph level=1 size=4954, connectedness=1.00 Graph level=0 size=159168, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 524600 documents Graph level=3 size=19, Fanout min=3, mean=5.89, max=10, meandelta=25338.22 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 6 7 7 10 Graph level=2 size=371, Fanout min=6, mean=18.59, max=32, meandelta=24854.32 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 21 24 27 32 Graph level=1 size=15986, Fanout min=5, mean=27.87, max=32, meandelta=17281.80 % 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=524600, Fanout min=1, mean=39.67, max=64, meandelta=12266.10 % 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=19, connectedness=1.00 Graph level=2 size=371, connectedness=1.00 Graph level=1 size=15986, connectedness=1.00 Graph level=0 size=524600, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 132303 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=112, Fanout min=3, mean=12.59, max=25, meandelta=8875.87 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 10 12 12 13 14 15 18 25 Graph level=1 size=4146, Fanout min=8, mean=26.66, max=32, meandelta=4529.93 % 0 10 20 30 40 50 60 70 80 90 100 0 17 21 23 26 29 32 32 32 32 32 Graph level=0 size=132303, Fanout min=2, mean=39.15, max=64, meandelta=3141.32 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=112, connectedness=1.00 Graph level=1 size=4146, connectedness=1.00 Graph level=0 size=132303, 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.25.08.07.42/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': 33,674,772.78 msec task-clock:u 128,152,129,331,884 cycles:u (36.37%) 128,070,654,515,644 instructions:u (36.36%) 2,772,653,236,799 cache-references:u (36.36%) 1,244,589,994,127 cache-misses:u (36.36%) 46,424,270,116,356 L1-dcache-loads:u (36.36%) 1,491,849,309,114 L1-dcache-load-misses:u (36.36%) 2,587,131,639,511 L1-icache-loads:u (36.36%) 12,320,234,111 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 23,281,082 faults:u 22,535,443 minor-faults:u 3,795 major-faults:u 10,937,395,502,472 branches:u (36.36%) 91,334,362,949 branch-misses:u (36.36%) 2,043,456,143,365 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1305.300939715 seconds time elapsed 33215.463735000 seconds user 449.150294000 seconds sys took 0:21:45.329753 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=11.457, net_cpu_ms=11.995, 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=55254, index_time_sec=923.79, index_docs_per_sec=8659.99, force_merge_time_sec=0.0, index_num_segments=11, index_size_on_disk_mb=36045.9, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (112, {0: 0, 10: 8, 20: 10, 30: 10, 40: 12, 50: 12, 60: 13, 70: 14, 80: 15, 90: 18, 100: 25}), 1: (4146, {0: 0, 10: 17, 20: 21, 30: 23, 40: 26, 50: 29, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (132303, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 36, 60: 41, 70: 48, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1305, microseconds=329753)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 89 Start: 2026-05-25 13:23:54 (UTC) Duration: 1296 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 32295065 553243863 jdk.FileWrite 17971103 375727997 jdk.FileRead 8003679 182262260 jdk.ObjectAllocationInNewTLAB 62003 1232471 jdk.BooleanFlag 44144 1396613 jdk.CPULoad 24143 482220 jdk.Compilation 6310 162871 jdk.Checkpoint 5561 27108640 jdk.UnsignedIntFlag 4272 144926 jdk.IntFlag 3916 142891 jdk.StringFlag 3026 117374 jdk.ObjectAllocationOutsideTLAB 1144 20523 jdk.CPUInformation 89 133675 jdk.GCConfiguration 89 2311 jdk.JVMInformation 89 84458 jdk.Metadata 89 9836901 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.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32295065 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.41% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.30% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.03% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.04% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.76% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.37% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.25% 403884 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.89% 287632 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.72% 233908 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.57% 182487 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.30% 95667 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.28% 91806 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.28% 90865 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.28% 89081 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.25% 81573 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.25% 79608 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.18% 57461 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 55662 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 54662 sun.nio.ch.NativeThread#current0() [Native code] 0.16% 52312 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.13% 42844 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.12% 39083 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 36704 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 34053 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 31968 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 31510 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 31071 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 28368 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 26056 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 24650 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 22320 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 21184 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 20425 java.util.Arrays#sort():99 [Inlined code] 0.06% 20188 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 15431 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 14442 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14154 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 12904 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 10999 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 9782 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 9618 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9283 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 9188 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8581 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7626 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 7192 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7171 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 6984 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 6841 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.02% 6674 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [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.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32295065 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.24% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 27.27% 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.03% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 4.04% 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.37% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 2.79% 899886 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 1.25% 403743 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.17% 379269 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 0.90% 291897 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.85% 275702 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.71% 230346 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.51% 163457 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.43% 137381 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% 89065 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 81559 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% 79446 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.21% 67200 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% 61216 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.17% 55691 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.16% 52224 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.16% 51578 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 47985 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 46898 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 45907 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.13% 42843 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.13% 42048 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.13% 41631 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.11% 36703 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.10% 31510 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.10% 31058 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.09% 29227 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.09% 27501 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 24642 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% 22320 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 21762 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% 21479 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 21151 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 20424 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.06% 20188 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 19913 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.06% 19859 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.06% 19210 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 18018 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 17048 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% 14660 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% 13984 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.04% 12819 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% 12501 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% 12490 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.03% 11207 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32295065 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 21.67% 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] 21.08% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 15.36% 4M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.40% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 3.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.85% 919369 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.87% 605039 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.70% 550239 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.44% 466579 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.24% 400430 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.18% 380408 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.02% 329694 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.69% 222109 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.61% 197706 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.58% 187267 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.56% 180071 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.55% 177613 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.54% 174989 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.49% 159507 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.46% 147947 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.43% 137895 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.39% 126262 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.39% 125609 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.30% 97910 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.25% 81301 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% 78147 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% 72656 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.19% 60771 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.19% 60643 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.18% 58603 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.18% 57929 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 54092 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.0x0000000016199558#run() [JIT compiled code] 0.17% 53559 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.16% 51081 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.16% 50385 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.14% 45907 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.0x000000001607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 44315 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 41976 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.13% 41958 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.12% 38992 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.0x0000000016199558#run() [JIT compiled code] 0.12% 37426 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.11% 34120 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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% 32502 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 31987 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.10% 30776 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.09% 30615 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.09% 29923 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 28463 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.09% 27697 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000161978d8#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.08% 27405 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63123 events (total: 460754M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.05% 106200M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.38% 103135M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.53% 89982M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.97% 64387M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.69% 30825M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.81% 17541M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.43% 6600M java.lang.Integer#valueOf():1006 [Inlined code] 0.98% 4495M java.util.Arrays#copyOf():3478 [Inlined code] 0.71% 3290M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.71% 3265M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.64% 2935M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 2852M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.60% 2747M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.41% 1884M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.30% 1363M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.27% 1242M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.26% 1185M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 955M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.20% 944M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.19% 891M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 839M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 776M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.16% 730M java.util.ArrayList#grow():240 [Inlined code] 0.15% 706M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 687M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 573M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 563M java.util.HashMap#newNode():1910 [Inlined code] 0.11% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 438M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 426M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 414M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 398M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.09% 396M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 360M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 296M knn.IndexerThread#_run():108 [JIT compiled code] 0.06% 272M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 263M java.util.List#of():935 [Inlined code] 0.05% 207M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 199M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 179M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 175M java.lang.reflect.Array#newArray() [Native code] 0.04% 174M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 149M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 133M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 133M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 128M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63123 events (total: 460754M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.70% 86181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.13% 83513M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.26% 51869M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.61% 39661M 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.57% 34861M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.69% 30825M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.37% 24726M 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.30% 19829M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 19622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.81% 17541M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.40% 6431M 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.93% 4290M 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.62% 2852M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.60% 2747M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.54% 2503M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.41% 1888M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.41% 1884M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1672M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1056M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 1027M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.21% 945M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 908M 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.18% 839M 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% 837M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 798M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.16% 730M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.14% 633M 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.12% 559M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.12% 538M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.11% 529M 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% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 494M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 486M 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% 427M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 426M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.09% 425M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 401M 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.09% 396M 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% 374M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 364M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 360M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 349M 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% 344M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000016199558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 324M 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% 318M 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% 308M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.06% 296M knn.IndexerThread#_run():108 [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.25.08.07.42/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmFalse.jfr is 1098.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63123 events (total: 460754M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.59% 39597M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.69% 30825M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.91% 27213M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 5.82% 26833M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.57% 25686M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 5.44% 25051M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 5.34% 24597M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.28% 24308M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 4.82% 22217M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.76% 21946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.74% 17230M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.73% 17174M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.58% 16481M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.79% 8244M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.41% 6478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.40% 6431M 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.36% 6256M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.25% 5771M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.02% 4691M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.98% 4518M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.96% 4402M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.93% 4290M 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.93% 4286M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.89% 4079M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.88% 4071M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.86% 3946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.72% 3305M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.66% 3039M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.64% 2940M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2897M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 2793M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.61% 2787M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 2676M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.0x0000000016199558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.41% 1884M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.40% 1856M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.38% 1763M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.36% 1645M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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% 1429M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1283M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.27% 1258M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.27% 1226M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.26% 1204M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#call() [Inlined code] 0.23% 1043M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000016199000#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.0x0000000016199558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.20% 908M 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.17% 772M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.16% 730M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 681M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 670M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 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.25.08.07.42/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.216s][info][jfr,startup] Started recording 1. [0.216s][info][jfr,startup] [0.216s][info][jfr,startup] Use jcmd 2523962 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3203560376579382 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 25, 2026 9:54:28 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 81 segments, 7 merges 33.8s _1ba: 8 segs, 186.4 K docs, 836.9 MB 29.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 22.4s _1bp: 11 segs, 56.7 K docs, 253.2 MB 15.4s _1bz: 10 segs, 49.6 K docs, 221.5 MB 9.8s _1c7: 8 segs, 78.2 K docs, 350.0 MB 4.6s _1cf: 8 segs, 75.5 K docs, 338.2 MB 0.0s _1cj: 11 segs, 44.3 K docs, 197.6 MB 5.0 sec: 81 segments, 7 merges 38.8s _1ba: 8 segs, 186.4 K docs, 836.9 MB 34.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 27.4s _1bp: 11 segs, 56.7 K docs, 253.2 MB 20.4s _1bz: 10 segs, 49.6 K docs, 221.5 MB 14.8s _1c7: 8 segs, 78.2 K docs, 350.0 MB 9.6s _1cf: 8 segs, 75.5 K docs, 338.2 MB 5.0s _1cj: 11 segs, 44.3 K docs, 197.6 MB 10.0 sec: 55 segments, 4 merges 39.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 19.8s _1c7: 8 segs, 78.2 K docs, 350.0 MB 14.6s _1cf: 8 segs, 75.5 K docs, 338.2 MB 10.0s _1cj: 11 segs, 44.3 K docs, 197.6 MB 15.0 sec: 31 segments, 2 merges 44.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 5.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 20.0 sec: 31 segments, 2 merges 49.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 10.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 25.1 sec: 31 segments, 2 merges 54.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 15.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 30.1 sec: 31 segments, 2 merges 59.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 20.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 35.1 sec: 31 segments, 2 merges 64.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 25.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 40.1 sec: 31 segments, 2 merges 69.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 30.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 45.1 sec: 31 segments, 2 merges 74.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 35.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 50.1 sec: 31 segments, 2 merges 79.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 40.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 55.1 sec: 31 segments, 2 merges 84.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 45.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 60.1 sec: 31 segments, 2 merges 89.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 50.1s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 65.1 sec: 31 segments, 2 merges 94.6s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 55.1s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 70.0 sec: 31 segments, 2 merges 99.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 60.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 75.0 sec: 31 segments, 2 merges 104.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 65.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 80.0 sec: 31 segments, 2 merges 109.5s _1bg: 8 segs, 835.2 K docs, 3757.4 MB 70.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 85.0 sec: 24 segments, 1 merges 75.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 90.0 sec: 24 segments, 1 merges 80.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 95.0 sec: 24 segments, 1 merges 85.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 100.0 sec: 24 segments, 1 merges 90.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 105.0 sec: 24 segments, 1 merges 95.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 110.0 sec: 24 segments, 1 merges 100.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 115.0 sec: 24 segments, 1 merges 105.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 120.0 sec: 24 segments, 1 merges 110.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 125.1 sec: 24 segments, 1 merges 115.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 130.1 sec: 24 segments, 1 merges 120.1s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 135.0 sec: 24 segments, 1 merges 125.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 140.0 sec: 24 segments, 1 merges 130.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 145.0 sec: 24 segments, 1 merges 135.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 150.0 sec: 24 segments, 1 merges 140.0s _1ck: 4 segs, 1109.9 K docs, 4996.8 MB 155.0 sec: 21 segments, 1 merges 4.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 160.0 sec: 21 segments, 1 merges 9.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 165.0 sec: 21 segments, 1 merges 14.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 170.0 sec: 21 segments, 1 merges 19.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 175.0 sec: 21 segments, 1 merges 24.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 180.0 sec: 21 segments, 1 merges 29.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 185.0 sec: 21 segments, 1 merges 34.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 190.1 sec: 21 segments, 1 merges 39.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 195.1 sec: 21 segments, 1 merges 44.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 200.1 sec: 21 segments, 1 merges 49.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 205.1 sec: 21 segments, 1 merges 54.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 210.1 sec: 21 segments, 1 merges 59.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 215.1 sec: 21 segments, 1 merges 64.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 220.1 sec: 21 segments, 1 merges 69.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 225.1 sec: 21 segments, 1 merges 74.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 230.0 sec: 21 segments, 1 merges 79.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 235.0 sec: 21 segments, 1 merges 84.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 240.0 sec: 21 segments, 1 merges 89.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 245.0 sec: 21 segments, 1 merges 94.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 250.1 sec: 21 segments, 1 merges 99.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 255.1 sec: 21 segments, 1 merges 104.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 260.1 sec: 21 segments, 1 merges 109.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 265.1 sec: 21 segments, 1 merges 114.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 270.1 sec: 21 segments, 1 merges 119.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB 275.1 sec: 21 segments, 1 merges 124.8s _1cl: 6 segs, 1133.6 K docs, 5102.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1040 seconds reindex takes 1040.61 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: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 10.0 sec: 16 segments, 1 merges 10.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 15.0 sec: 16 segments, 1 merges 15.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 20.0 sec: 16 segments, 1 merges 20.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 25.0 sec: 16 segments, 1 merges 25.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 30.0 sec: 16 segments, 1 merges 30.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 35.0 sec: 16 segments, 1 merges 35.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 40.0 sec: 16 segments, 1 merges 40.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 45.0 sec: 16 segments, 1 merges 45.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 50.0 sec: 16 segments, 1 merges 50.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 55.0 sec: 16 segments, 1 merges 55.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 60.0 sec: 16 segments, 1 merges 60.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 65.1 sec: 16 segments, 1 merges 65.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 70.1 sec: 16 segments, 1 merges 70.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 75.1 sec: 16 segments, 1 merges 75.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 80.1 sec: 16 segments, 1 merges 80.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 85.1 sec: 16 segments, 1 merges 85.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 90.1 sec: 16 segments, 1 merges 90.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 95.1 sec: 16 segments, 1 merges 95.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 100.1 sec: 16 segments, 1 merges 100.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 105.1 sec: 16 segments, 1 merges 105.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 110.1 sec: 16 segments, 1 merges 110.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 115.1 sec: 16 segments, 1 merges 115.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 120.0 sec: 16 segments, 1 merges 120.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 125.0 sec: 16 segments, 1 merges 125.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 130.0 sec: 16 segments, 1 merges 130.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 135.0 sec: 16 segments, 1 merges 135.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 140.0 sec: 16 segments, 1 merges 140.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 145.0 sec: 16 segments, 1 merges 145.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 150.0 sec: 16 segments, 1 merges 150.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 155.0 sec: 16 segments, 1 merges 155.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 160.0 sec: 16 segments, 1 merges 160.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 165.0 sec: 16 segments, 1 merges 165.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 170.0 sec: 16 segments, 1 merges 170.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 175.0 sec: 16 segments, 1 merges 175.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 180.1 sec: 16 segments, 1 merges 180.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 185.1 sec: 16 segments, 1 merges 185.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 190.1 sec: 16 segments, 1 merges 190.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 195.1 sec: 16 segments, 1 merges 195.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 200.1 sec: 16 segments, 1 merges 200.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 205.1 sec: 16 segments, 1 merges 205.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 210.1 sec: 16 segments, 1 merges 210.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 215.1 sec: 16 segments, 1 merges 215.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 220.1 sec: 16 segments, 1 merges 220.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 225.1 sec: 16 segments, 1 merges 225.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 230.1 sec: 16 segments, 1 merges 230.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 235.0 sec: 16 segments, 1 merges 235.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 240.0 sec: 16 segments, 1 merges 240.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 245.0 sec: 16 segments, 1 merges 245.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 250.0 sec: 16 segments, 1 merges 250.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 255.0 sec: 16 segments, 1 merges 255.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 260.0 sec: 16 segments, 1 merges 260.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 265.0 sec: 16 segments, 1 merges 265.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 270.0 sec: 16 segments, 1 merges 270.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 275.0 sec: 16 segments, 1 merges 275.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 280.0 sec: 16 segments, 1 merges 280.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 285.0 sec: 16 segments, 1 merges 285.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 290.0 sec: 16 segments, 1 merges 290.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 295.1 sec: 16 segments, 1 merges 295.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 300.1 sec: 16 segments, 1 merges 300.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 305.1 sec: 16 segments, 1 merges 305.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 310.1 sec: 16 segments, 1 merges 310.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 315.1 sec: 16 segments, 1 merges 315.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 320.1 sec: 16 segments, 1 merges 320.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 325.1 sec: 16 segments, 1 merges 325.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 330.1 sec: 16 segments, 1 merges 330.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 335.1 sec: 16 segments, 1 merges 335.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 340.1 sec: 16 segments, 1 merges 340.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 345.1 sec: 16 segments, 1 merges 345.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 350.1 sec: 16 segments, 1 merges 350.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 355.0 sec: 16 segments, 1 merges 355.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 360.0 sec: 16 segments, 1 merges 360.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 365.0 sec: 16 segments, 1 merges 365.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 370.0 sec: 16 segments, 1 merges 370.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 375.0 sec: 16 segments, 1 merges 375.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 380.0 sec: 16 segments, 1 merges 380.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 385.0 sec: 16 segments, 1 merges 385.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 390.0 sec: 16 segments, 1 merges 390.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 395.0 sec: 16 segments, 1 merges 395.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 400.0 sec: 16 segments, 1 merges 400.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 405.0 sec: 16 segments, 1 merges 405.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 410.1 sec: 16 segments, 1 merges 410.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 415.1 sec: 16 segments, 1 merges 415.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 420.1 sec: 16 segments, 1 merges 420.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 425.1 sec: 16 segments, 1 merges 425.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 430.1 sec: 16 segments, 1 merges 430.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 435.1 sec: 16 segments, 1 merges 435.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 440.1 sec: 16 segments, 1 merges 440.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 445.1 sec: 16 segments, 1 merges 445.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 450.1 sec: 16 segments, 1 merges 450.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 455.1 sec: 16 segments, 1 merges 455.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 460.0 sec: 16 segments, 1 merges 460.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 465.0 sec: 16 segments, 1 merges 465.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 470.1 sec: 16 segments, 1 merges 470.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 475.1 sec: 16 segments, 1 merges 475.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 480.1 sec: 16 segments, 1 merges 480.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 485.1 sec: 16 segments, 1 merges 485.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 490.1 sec: 16 segments, 1 merges 490.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 495.1 sec: 16 segments, 1 merges 495.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 500.1 sec: 16 segments, 1 merges 500.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 505.1 sec: 16 segments, 1 merges 505.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 510.1 sec: 16 segments, 1 merges 510.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 515.1 sec: 16 segments, 1 merges 515.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 520.1 sec: 16 segments, 1 merges 520.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 525.1 sec: 16 segments, 1 merges 525.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 530.1 sec: 16 segments, 1 merges 530.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 535.1 sec: 16 segments, 1 merges 535.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 540.1 sec: 16 segments, 1 merges 540.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 545.1 sec: 16 segments, 1 merges 545.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 550.1 sec: 16 segments, 1 merges 550.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 555.1 sec: 16 segments, 1 merges 555.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 560.1 sec: 16 segments, 1 merges 560.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 565.0 sec: 16 segments, 1 merges 565.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 570.0 sec: 16 segments, 1 merges 570.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 575.0 sec: 16 segments, 1 merges 575.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 580.1 sec: 16 segments, 1 merges 580.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 585.1 sec: 16 segments, 1 merges 585.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 590.1 sec: 16 segments, 1 merges 590.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 595.1 sec: 16 segments, 1 merges 595.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 600.1 sec: 16 segments, 1 merges 600.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 605.1 sec: 16 segments, 1 merges 605.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 610.1 sec: 16 segments, 1 merges 610.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 615.1 sec: 16 segments, 1 merges 615.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 620.1 sec: 16 segments, 1 merges 620.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 625.1 sec: 16 segments, 1 merges 625.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 630.1 sec: 16 segments, 1 merges 630.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 635.1 sec: 16 segments, 1 merges 635.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 640.0 sec: 16 segments, 1 merges 640.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 645.1 sec: 16 segments, 1 merges 645.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 650.1 sec: 16 segments, 1 merges 650.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 655.1 sec: 16 segments, 1 merges 655.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 660.1 sec: 16 segments, 1 merges 660.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 665.1 sec: 16 segments, 1 merges 665.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 670.1 sec: 16 segments, 1 merges 670.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 675.1 sec: 16 segments, 1 merges 675.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 680.1 sec: 16 segments, 1 merges 680.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 685.1 sec: 16 segments, 1 merges 685.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 690.1 sec: 16 segments, 1 merges 690.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 695.1 sec: 16 segments, 1 merges 695.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 700.1 sec: 16 segments, 1 merges 700.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 705.0 sec: 16 segments, 1 merges 705.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 710.0 sec: 16 segments, 1 merges 710.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 715.0 sec: 16 segments, 1 merges 715.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 720.0 sec: 16 segments, 1 merges 720.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 725.0 sec: 16 segments, 1 merges 725.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 730.0 sec: 16 segments, 1 merges 730.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 735.0 sec: 16 segments, 1 merges 735.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 740.0 sec: 16 segments, 1 merges 740.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 745.0 sec: 16 segments, 1 merges 745.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 750.0 sec: 16 segments, 1 merges 750.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 755.0 sec: 16 segments, 1 merges 755.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 760.0 sec: 16 segments, 1 merges 760.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 765.0 sec: 16 segments, 1 merges 765.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 770.1 sec: 16 segments, 1 merges 770.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 775.1 sec: 16 segments, 1 merges 775.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 780.1 sec: 16 segments, 1 merges 780.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 785.1 sec: 16 segments, 1 merges 785.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 790.1 sec: 16 segments, 1 merges 790.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 795.1 sec: 16 segments, 1 merges 795.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 800.1 sec: 16 segments, 1 merges 800.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 805.0 sec: 16 segments, 1 merges 805.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 810.0 sec: 16 segments, 1 merges 810.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 815.0 sec: 16 segments, 1 merges 815.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 820.0 sec: 16 segments, 1 merges 820.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 825.0 sec: 16 segments, 1 merges 825.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 830.0 sec: 16 segments, 1 merges 830.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 835.0 sec: 16 segments, 1 merges 835.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 840.0 sec: 16 segments, 1 merges 840.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 845.1 sec: 16 segments, 1 merges 845.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 850.1 sec: 16 segments, 1 merges 850.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 855.1 sec: 16 segments, 1 merges 855.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 860.1 sec: 16 segments, 1 merges 860.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 865.1 sec: 16 segments, 1 merges 865.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 870.1 sec: 16 segments, 1 merges 870.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 875.1 sec: 16 segments, 1 merges 875.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 880.1 sec: 16 segments, 1 merges 880.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 885.1 sec: 16 segments, 1 merges 885.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 890.1 sec: 16 segments, 1 merges 890.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 895.0 sec: 16 segments, 1 merges 895.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 900.0 sec: 16 segments, 1 merges 900.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 905.0 sec: 16 segments, 1 merges 905.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 910.1 sec: 16 segments, 1 merges 910.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 915.1 sec: 16 segments, 1 merges 915.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 920.1 sec: 16 segments, 1 merges 920.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 925.1 sec: 16 segments, 1 merges 925.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 930.1 sec: 16 segments, 1 merges 930.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 935.1 sec: 16 segments, 1 merges 935.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 940.1 sec: 16 segments, 1 merges 940.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 945.1 sec: 16 segments, 1 merges 945.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 950.1 sec: 16 segments, 1 merges 950.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 955.0 sec: 16 segments, 1 merges 955.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 960.1 sec: 16 segments, 1 merges 960.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 965.1 sec: 16 segments, 1 merges 965.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 970.1 sec: 16 segments, 1 merges 970.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 975.1 sec: 16 segments, 1 merges 975.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 980.1 sec: 16 segments, 1 merges 980.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 985.1 sec: 16 segments, 1 merges 985.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 990.1 sec: 16 segments, 1 merges 990.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 995.1 sec: 16 segments, 1 merges 995.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1000.1 sec: 16 segments, 1 merges 1000.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1005.1 sec: 16 segments, 1 merges 1005.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1010.1 sec: 16 segments, 1 merges 1010.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1015.1 sec: 16 segments, 1 merges 1015.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1040.0 sec: 16 segments, 1 merges 1040.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1050.0 sec: 16 segments, 1 merges 1050.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1065.0 sec: 16 segments, 1 merges 1065.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1080.1 sec: 16 segments, 1 merges 1080.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1100.1 sec: 16 segments, 1 merges 1100.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1105.1 sec: 16 segments, 1 merges 1105.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1110.1 sec: 16 segments, 1 merges 1110.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1115.1 sec: 16 segments, 1 merges 1115.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1120.1 sec: 16 segments, 1 merges 1120.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1125.1 sec: 16 segments, 1 merges 1125.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1130.1 sec: 16 segments, 1 merges 1130.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1cm: 16 segs, 8000.0 K docs, 36044.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1140.77 sec index has 1 segments: segments_3: _1cm(11.0.0):C8000000 _1cm: 36186.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.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=49268497332 cpu@end=51621310271 deltaMS=2352.812939 thread 14 name=Reference Handler cpu@start=1353282 cpu@end=1353282 deltaMS=0.0 thread 15 name=Finalizer cpu@start=172788 cpu@end=172788 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=62316 cpu@end=62316 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4119778 cpu@end=4119778 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16515316061 cpu@end=16515634473 deltaMS=0.318412 thread 42 name=JFR Periodic Tasks cpu@start=135735923994 cpu@end=135847198027 deltaMS=111.274033 thread 45 name=Notification Thread cpu@start=94246 cpu@end=94246 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1919295425940 cpu@end=1919295425940 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1919318700657 cpu@end=1919318700657 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1913465673993 cpu@end=1913465673993 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1919634773605 cpu@end=1919634773605 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1917239692365 cpu@end=1917239692365 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1915000752241 cpu@end=1915000752241 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1915573326349 cpu@end=1915573326349 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1917691096977 cpu@end=1917691096977 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1920404406221 cpu@end=1920404406221 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1920839451309 cpu@end=1920839451309 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1916082342769 cpu@end=1916082342769 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1919809606845 cpu@end=1919809606845 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1913327742364 cpu@end=1913327742364 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1912440034424 cpu@end=1912440034424 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1915972313118 cpu@end=1915972313118 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1919309014983 cpu@end=1919309014983 deltaMS=0.0 Average CPU cores used: 1.044294964029393 completed 1000 searches in 2359 ms: 423 QPS CPU time=2463 ms checking results SUMMARY: 0.881 2.359 2.463 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5722 1040.61 7687.83 1140.77 1 36186.17 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=244, Fanout min=6, mean=16.34, max=32, meandelta=419300.56 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 21 23 32 Graph level=2 size=7571, Fanout min=5, mean=27.34, max=32, meandelta=266707.63 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=1 size=246896, Fanout min=1, mean=28.30, max=32, meandelta=258376.94 % 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.75, max=64, meandelta=194114.08 % 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=244, connectedness=1.00 Graph level=2 size=7571, connectedness=1.00 Graph level=1 size=246896, 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.25.08.07.42/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': 49,905,538.10 msec task-clock:u 192,607,131,617,753 cycles:u (36.36%) 189,353,117,496,857 instructions:u (36.36%) 4,623,754,979,902 cache-references:u (36.36%) 1,743,391,607,905 cache-misses:u (36.36%) 69,647,590,408,733 L1-dcache-loads:u (36.36%) 2,045,407,419,648 L1-dcache-load-misses:u (36.36%) 9,112,973,244,083 L1-icache-loads:u (36.36%) 15,994,070,361 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 26,378,547 faults:u 25,416,865 minor-faults:u 18,995 major-faults:u 16,591,585,289,575 branches:u (36.36%) 119,202,358,416 branch-misses:u (36.36%) 3,468,411,793,501 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2535.947326717 seconds time elapsed 49272.313655000 seconds user 619.980473000 seconds sys took 0:42:15.974685 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.359, net_cpu_ms=2.463, avg_cpu_core_count=1.044, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5722, index_time_sec=1040.61, index_docs_per_sec=7687.83, force_merge_time_sec=1140.77, index_num_segments=1, index_size_on_disk_mb=36186.17, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (244, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 16, 60: 17, 70: 18, 80: 21, 90: 23, 100: 32}), 2: (7571, {0: 0, 10: 18, 20: 22, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (246896, {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=2535, microseconds=974685)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 119 Start: 2026-05-25 13:54:28 (UTC) Duration: 2523 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 48008690 822644610 jdk.FileWrite 23184366 489851434 jdk.FileRead 8003675 182350959 jdk.ObjectAllocationInNewTLAB 73354 1454631 jdk.BooleanFlag 59024 1867387 jdk.CPULoad 47334 946045 jdk.Checkpoint 8452 31692802 jdk.Compilation 6347 163723 jdk.UnsignedIntFlag 5712 193778 jdk.IntFlag 5236 191057 jdk.StringFlag 4046 156851 jdk.ObjectAllocationOutsideTLAB 1343 23993 jdk.CPUInformation 119 178734 jdk.GCConfiguration 119 3090 jdk.JVMInformation 119 113165 jdk.Metadata 119 13152710 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.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48008690 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.33% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] 20.17% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] 10.58% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 7.63% 3M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.20% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.07% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.32% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.61% 774050 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 1.01% 482845 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.85% 407461 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.78% 375267 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.66% 314532 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.48% 232407 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.40% 192739 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.28% 133221 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 126174 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.24% 114840 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.23% 111199 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.22% 106480 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 102730 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 85004 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 67119 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 65766 sun.nio.ch.NativeThread#current0() [Native code] 0.11% 50596 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] 0.09% 44795 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 44358 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 44243 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 41081 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.08% 40345 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.08% 40308 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 37413 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 33095 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 30950 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 29778 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 28776 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 27598 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 26237 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.05% 24491 java.util.Arrays#sort():99 [Inlined code] 0.04% 16947 java.util.concurrent.ThreadLocalRandom$Access$1#getThreadLocalRandomProbe():403 [Inlined code] 0.03% 16027 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 15386 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14889 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 14650 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.03% 14073 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.03% 13382 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 13189 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 10919 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9811 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 9791 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 9769 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48008690 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.90% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 20.17% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] 10.58% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 7.60% 3M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 3.07% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 2.55% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 2.32% 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.34% 641827 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 1.19% 572052 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 1.01% 482695 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.69% 329105 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.63% 301209 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.61% 290731 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.60% 288226 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.39% 187873 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% 132891 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.26% 126168 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 106452 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% 101617 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.20% 95701 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% 92854 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.19% 91274 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.18% 85955 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 84881 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.16% 75835 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 67119 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.14% 65957 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% 64418 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.13% 63274 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.11% 53304 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% 50596 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 44795 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 41166 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% 41081 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.08% 40345 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():412 [JIT compiled code] 0.06% 30934 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% 29778 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 28968 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 28766 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% 27603 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.06% 27598 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 27394 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.05% 26212 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 24489 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% 24290 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% 23438 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 21740 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% 21679 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% 20360 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.04% 20339 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48008690 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 25.90% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 14.31% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 9.47% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 9.38% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 4.62% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.62% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 2.77% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.50% 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#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.05% 986551 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.89% 908451 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 1.72% 828012 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.01% 486221 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 1.00% 479639 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 1.00% 478601 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.90% 432772 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.87% 417435 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.81% 389414 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.71% 340077 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.68% 325938 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.64% 305783 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.52% 248165 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [JIT compiled code] 0.48% 228634 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.47% 224456 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.44% 209681 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.41% 196426 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.39% 188381 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.37% 175804 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 158473 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.32% 152093 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.29% 140530 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 129249 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.26% 122624 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [JIT compiled code] 0.22% 106388 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.22% 104597 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.19% 92854 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.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 89571 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.18% 84168 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.17% 83472 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 76837 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [JIT compiled code] 0.16% 76093 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [JIT compiled code] 0.15% 73322 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.15% 70015 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#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% 67242 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.14% 66825 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 0.14% 66627 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.14% 66157 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#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% 65765 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 61681 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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% 59368 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.12% 56363 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74673 events (total: 577133M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.49% 135541M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.40% 135043M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.24% 134123M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.00% 63505M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.43% 31344M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.81% 21997M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.09% 6309M java.util.Arrays#copyOf():3478 [Inlined code] 0.91% 5263M java.lang.Integer#valueOf():1006 [Inlined code] 0.72% 4160M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.67% 3851M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 3738M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.64% 3701M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.57% 3317M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.36% 2104M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.31% 1796M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.28% 1641M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.23% 1300M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 1132M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.19% 1075M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.18% 1036M knn.IndexerThread#_run():108 [JIT compiled code] 0.17% 983M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 940M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 827M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 790M java.util.ArrayList#grow():240 [Inlined code] 0.13% 735M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 707M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 699M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 570M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 465M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 428M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 396M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 385M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 377M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 375M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 346M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 262M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.05% 260M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 238M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 233M java.util.List#of():935 [Inlined code] 0.03% 191M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 177M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 172M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 172M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 170M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 169M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [JIT compiled code] 0.03% 157M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 129M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [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.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74673 events (total: 577133M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.82% 108587M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.78% 108391M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.06% 75382M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.62% 55546M 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% 31344M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.57% 26378M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.42% 25535M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.24% 24494M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 3.81% 21997M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.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% 5155M 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.72% 4160M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.65% 3738M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.65% 3735M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.34% 1971M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1877M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 1796M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.25% 1450M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1381M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1365M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 1075M 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% 1036M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 983M 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.15% 865M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.14% 826M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 790M 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% 760M 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.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():2304 [JIT compiled code] 0.13% 729M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 696M 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.12% 681M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.11% 653M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 647M 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% 624M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 557M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 522M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [JIT compiled code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.09% 514M 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% 465M 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% 432M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 385M 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.07% 377M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 373M 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% 360M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.06% 359M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 350M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.06% 346M 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.0x0000000036182000#concat() [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000361a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [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.25.08.07.42/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q4-fmTrue.jfr is 1473.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74673 events (total: 577133M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.64% 49891M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.51% 49094M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 8.23% 47518M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 6.84% 39476M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.43% 31344M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 4.43% 25547M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 4.32% 24957M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.22% 24377M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 3.92% 22609M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.82% 22070M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.83% 16352M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.73% 15769M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.54% 8859M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.49% 8599M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.46% 8405M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.44% 8286M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.13% 6517M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.01% 5803M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.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.93% 5376M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.89% 5155M 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.84% 4835M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.80% 4594M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.79% 4532M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.75% 4347M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.68% 3942M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.68% 3903M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.47% 2709M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 2658M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 0.46% 2645M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2626M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 0.44% 2549M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.42% 2435M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.42% 2396M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.37% 2129M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.31% 1796M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1511M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 1493M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1337M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 0.23% 1326M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.18% 1036M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 990M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#call() [Inlined code] 0.15% 865M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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.0x00000000361a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 790M 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% 790M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000036199a80#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% 725M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 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.25.08.07.42/bench-knn-q7-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 2557233 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3206857200238672 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 25, 2026 10:49:24 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 124 segments, 13 merges 164.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 98.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 94.4s _1at: 8 segs, 112.9 K docs, 561.2 MB 88.7s _1b1: 8 segs, 39.1 K docs, 193.4 MB 84.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 49.7s _1cu: 9 segs, 45.9 K docs, 227.3 MB 42.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 30.6s _1de: 9 segs, 46.9 K docs, 232.1 MB 23.0s _1dm: 8 segs, 73.7 K docs, 365.9 MB 16.5s _1du: 8 segs, 78.8 K docs, 391.6 MB 10.3s _1e2: 8 segs, 81.1 K docs, 403.0 MB 4.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 0.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 5.0 sec: 110 segments, 11 merges 169.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 103.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 89.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 54.7s _1cu: 9 segs, 45.9 K docs, 227.3 MB 47.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 35.6s _1de: 9 segs, 46.9 K docs, 232.1 MB 28.0s _1dm: 8 segs, 73.7 K docs, 365.9 MB 21.5s _1du: 8 segs, 78.8 K docs, 391.6 MB 15.3s _1e2: 8 segs, 81.1 K docs, 403.0 MB 9.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 5.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 10.0 sec: 110 segments, 11 merges 174.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 108.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 94.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 59.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 52.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 40.6s _1de: 9 segs, 46.9 K docs, 232.1 MB 33.0s _1dm: 8 segs, 73.7 K docs, 365.9 MB 26.6s _1du: 8 segs, 78.8 K docs, 391.6 MB 20.3s _1e2: 8 segs, 81.1 K docs, 403.0 MB 14.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 10.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 15.0 sec: 103 segments, 10 merges 179.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 113.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 99.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 64.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 57.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 45.6s _1de: 9 segs, 46.9 K docs, 232.1 MB 31.6s _1du: 8 segs, 78.8 K docs, 391.6 MB 25.3s _1e2: 8 segs, 81.1 K docs, 403.0 MB 19.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 15.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 20.0 sec: 95 segments, 9 merges 184.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 118.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 104.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 69.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 62.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 36.6s _1du: 8 segs, 78.8 K docs, 391.6 MB 30.3s _1e2: 8 segs, 81.1 K docs, 403.0 MB 24.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 20.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 25.0 sec: 88 segments, 8 merges 189.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 123.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 109.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 74.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 67.5s _1d4: 9 segs, 45.0 K docs, 222.7 MB 35.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 29.2s _1eb: 8 segs, 41.5 K docs, 205.5 MB 25.0s _1ee: 10 segs, 39.1 K docs, 193.8 MB 30.1 sec: 71 segments, 6 merges 194.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 128.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 114.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 79.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 40.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 34.3s _1eb: 8 segs, 41.5 K docs, 205.5 MB 35.1 sec: 64 segments, 6 merges 199.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 133.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 119.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 84.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 45.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 4.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 40.1 sec: 64 segments, 6 merges 204.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 138.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 124.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 89.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 50.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 9.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 45.1 sec: 64 segments, 6 merges 209.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 143.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 129.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 94.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 55.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 14.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 50.1 sec: 64 segments, 6 merges 214.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 148.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 134.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 99.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 60.4s _1e2: 8 segs, 81.1 K docs, 403.0 MB 19.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 55.1 sec: 57 segments, 5 merges 219.3s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 153.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 139.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 104.8s _1cu: 9 segs, 45.9 K docs, 227.3 MB 24.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 60.0 sec: 57 segments, 5 merges 224.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 158.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 144.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 109.7s _1cu: 9 segs, 45.9 K docs, 227.3 MB 29.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 65.0 sec: 57 segments, 5 merges 229.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 163.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 149.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 114.7s _1cu: 9 segs, 45.9 K docs, 227.3 MB 34.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 70.0 sec: 49 segments, 4 merges 234.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 168.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 154.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 39.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 75.0 sec: 49 segments, 4 merges 239.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 173.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 159.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 44.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 80.0 sec: 49 segments, 4 merges 244.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 178.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 164.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 49.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 85.0 sec: 49 segments, 4 merges 249.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 183.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 169.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 54.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 90.0 sec: 49 segments, 4 merges 254.2s _18m: 8 segs, 1025.3 K docs, 5113.6 MB 188.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 174.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 59.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 95.0 sec: 42 segments, 3 merges 193.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 179.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 64.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 100.0 sec: 42 segments, 3 merges 198.6s _1an: 8 segs, 291.8 K docs, 1453.1 MB 184.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 69.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 105.1 sec: 42 segments, 3 merges 203.7s _1an: 8 segs, 291.8 K docs, 1453.1 MB 189.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 74.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 110.1 sec: 35 segments, 2 merges 194.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 79.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 115.1 sec: 35 segments, 2 merges 199.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 84.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 120.1 sec: 35 segments, 2 merges 204.6s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 89.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 125.0 sec: 35 segments, 2 merges 209.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 94.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 130.0 sec: 35 segments, 2 merges 214.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 99.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 135.0 sec: 35 segments, 2 merges 219.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 104.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 140.0 sec: 35 segments, 2 merges 224.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 109.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 145.0 sec: 35 segments, 2 merges 229.5s _1b8: 8 segs, 459.2 K docs, 2288.4 MB 114.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 150.0 sec: 28 segments, 1 merges 119.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 155.0 sec: 28 segments, 1 merges 124.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 160.0 sec: 28 segments, 1 merges 129.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 165.0 sec: 28 segments, 1 merges 134.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 170.0 sec: 28 segments, 1 merges 139.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 175.0 sec: 28 segments, 1 merges 144.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB 180.1 sec: 28 segments, 1 merges 149.8s _1ef: 8 segs, 346.2 K docs, 1723.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1416 seconds reindex takes 1416.84 sec index has 21 segments: segments_2: _ab(11.0.0):C975534 _c3(11.0.0):C339030 _iy(11.0.0):C673854 _sf(11.0.0):C738801 _gm(11.0.0):C355134 _no(11.0.0):C391783 _rs(11.0.0):C311565 _zu(11.0.0):C796001 _vp(11.0.0):C217313 _18m(11.0.0):C1025349 _15y(11.0.0):C352604 _14k(11.0.0):C149086 _15h(11.0.0):C184371 _1b8(11.0.0):C459177 _1an(11.0.0):C291754 _1at(11.0.0):C112888 _1dm(11.0.0):C73673 _1ef(11.0.0):C346197 _1e2(11.0.0):C81134 _1du(11.0.0):C78849 _1cu(11.0.0):C45903 _ab: 4872.2 MB _c3: 1692.0 MB _iy: 3364.4 MB _sf: 3689.0 MB _gm: 1772.4 MB _no: 1955.4 MB _rs: 1554.8 MB _zu: 3974.9 MB _vp: 1084.2 MB _18m: 5121.3 MB _15y: 1759.8 MB _14k: 743.6 MB _15h: 919.7 MB _1b8: 2292.0 MB _1an: 1455.9 MB _1at: 562.9 MB _1dm: 367.2 MB _1ef: 1727.8 MB _1e2: 404.4 MB _1du: 393.0 MB _1cu: 228.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39935.46 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=58912581278 cpu@end=75044952317 deltaMS=16132.371039 thread 14 name=Reference Handler cpu@start=1142999 cpu@end=1142999 deltaMS=0.0 thread 15 name=Finalizer cpu@start=150335 cpu@end=150335 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55116 cpu@end=55116 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6386577 cpu@end=6386577 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19658784132 cpu@end=19660811455 deltaMS=2.027323 thread 42 name=JFR Periodic Tasks cpu@start=108721662878 cpu@end=109544723193 deltaMS=823.060315 thread 45 name=Notification Thread cpu@start=118798 cpu@end=118798 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1568138235672 cpu@end=1568138235672 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1564562354247 cpu@end=1564562354247 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1568748005455 cpu@end=1568748005455 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1564565733989 cpu@end=1564565733989 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1564084360273 cpu@end=1564084360273 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1566160376615 cpu@end=1566160376615 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1565980547530 cpu@end=1565980547530 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1561351151987 cpu@end=1561351151987 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1562045177436 cpu@end=1562045177436 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1563520567414 cpu@end=1563520567414 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1565648377925 cpu@end=1565648377925 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1563653761747 cpu@end=1563653761747 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1564113852284 cpu@end=1564113852284 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1563412493417 cpu@end=1563412493417 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1564369666033 cpu@end=1564369666033 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1566998558959 cpu@end=1566998558959 deltaMS=0.0 Average CPU cores used: 1.0500182334167796 completed 1000 searches in 16149 ms: 61 QPS CPU time=16956 ms checking results SUMMARY: 0.954 16.149 16.956 1.050 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 73667 1416.84 5646.36 0.00 21 39935.46 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 975534 documents Graph level=3 size=53, Fanout min=5, mean=8.72, max=15, meandelta=86333.80 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 7 8 9 10 11 12 15 Graph level=2 size=819, Fanout min=7, mean=22.70, max=32, meandelta=39432.11 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 31 32 32 Graph level=1 size=29795, Fanout min=4, mean=28.04, max=32, meandelta=31924.64 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=975534, Fanout min=1, mean=39.48, max=64, meandelta=22881.33 % 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=819, connectedness=1.00 Graph level=1 size=29795, connectedness=1.00 Graph level=0 size=975534, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 339030 documents Graph level=3 size=19, Fanout min=3, mean=5.79, max=11, meandelta=33031.50 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 8 11 Graph level=2 size=263, Fanout min=6, mean=16.38, max=31, meandelta=16768.09 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 17 19 21 24 31 Graph level=1 size=10305, Fanout min=6, mean=27.59, max=32, meandelta=11189.16 % 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=339030, Fanout min=1, mean=39.54, max=64, meandelta=7958.24 % 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=263, connectedness=1.00 Graph level=1 size=10305, connectedness=1.00 Graph level=0 size=339030, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 673854 documents Graph level=3 size=26, Fanout min=3, mean=5.54, max=9, meandelta=66694.78 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 7 7 7 9 Graph level=2 size=539, Fanout min=6, mean=20.69, max=32, meandelta=29284.50 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 20 21 24 28 31 32 Graph level=1 size=20620, Fanout min=4, mean=27.92, max=32, meandelta=22139.60 % 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=673854, Fanout min=1, mean=39.59, max=64, meandelta=15776.84 % 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=539, connectedness=1.00 Graph level=1 size=20620, connectedness=1.00 Graph level=0 size=673854, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 738801 documents Graph level=3 size=31, Fanout min=4, mean=7.42, max=13, meandelta=78045.13 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 8 8 9 10 13 Graph level=2 size=621, Fanout min=7, mean=21.82, max=32, meandelta=31004.67 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 20 21 23 26 28 32 32 Graph level=1 size=22550, Fanout min=3, mean=27.96, max=32, meandelta=24208.26 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=738801, Fanout min=1, mean=39.61, max=64, meandelta=17288.54 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=31, connectedness=1.00 Graph level=2 size=621, connectedness=1.00 Graph level=1 size=22550, connectedness=1.00 Graph level=0 size=738801, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 355134 documents Graph level=3 size=18, Fanout min=3, mean=5.33, max=8, meandelta=40870.83 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 6 6 7 8 Graph level=2 size=277, Fanout min=6, mean=17.01, max=32, meandelta=17956.05 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 20 22 25 32 Graph level=1 size=10880, Fanout min=8, mean=27.56, max=32, meandelta=11792.29 % 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=355134, Fanout min=1, mean=39.54, max=64, meandelta=8336.36 % 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=18, connectedness=1.00 Graph level=2 size=277, connectedness=1.00 Graph level=1 size=10880, connectedness=1.00 Graph level=0 size=355134, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 391783 documents Graph level=3 size=24, Fanout min=3, mean=5.33, max=11, meandelta=45249.66 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 5 6 8 11 Graph level=2 size=309, Fanout min=7, mean=17.99, max=32, meandelta=17602.19 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 18 20 23 26 32 Graph level=1 size=11898, Fanout min=6, mean=27.62, max=32, meandelta=12952.76 % 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=391783, Fanout min=1, mean=39.56, max=64, meandelta=9187.72 % 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=309, connectedness=1.00 Graph level=1 size=11898, connectedness=1.00 Graph level=0 size=391783, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 311565 documents Graph level=3 size=23, Fanout min=3, mean=6.00, max=9, meandelta=36206.81 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 6 7 7 8 9 Graph level=2 size=252, Fanout min=7, mean=17.15, max=32, meandelta=14913.47 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 17 18 19 21 24 32 Graph level=1 size=9447, Fanout min=8, mean=27.55, max=32, meandelta=10306.31 % 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=311565, Fanout min=1, mean=39.47, max=64, meandelta=7327.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=252, connectedness=1.00 Graph level=1 size=9447, connectedness=1.00 Graph level=0 size=311565, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 796001 documents Graph level=3 size=41, Fanout min=5, mean=8.15, max=17, meandelta=79513.48 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 9 11 17 Graph level=2 size=691, Fanout min=7, mean=22.13, max=32, meandelta=33071.98 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 21 23 26 29 32 32 Graph level=1 size=24304, Fanout min=3, mean=28.05, max=32, meandelta=26053.22 % 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=796001, Fanout min=1, mean=39.59, max=64, meandelta=18629.51 % 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=41, connectedness=1.00 Graph level=2 size=691, connectedness=1.00 Graph level=1 size=24304, connectedness=1.00 Graph level=0 size=796001, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 217313 documents Graph level=3 size=7, Fanout min=3, mean=3.71, max=4, meandelta=24138.81 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 4 4 4 4 4 4 Graph level=2 size=193, Fanout min=5, mean=14.27, max=32, meandelta=12691.01 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 14 16 18 21 32 Graph level=1 size=6722, Fanout min=7, mean=27.19, max=32, meandelta=7299.76 % 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=217313, Fanout min=1, mean=39.34, max=64, meandelta=5131.11 % 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=7, connectedness=1.00 Graph level=2 size=193, connectedness=1.00 Graph level=1 size=6722, connectedness=1.00 Graph level=0 size=217313, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 1025349 documents Graph level=3 size=52, Fanout min=4, mean=8.54, max=16, meandelta=85989.41 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 9 10 12 16 Graph level=2 size=935, Fanout min=8, mean=23.52, max=32, meandelta=39481.57 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 28 32 32 32 Graph level=1 size=31403, Fanout min=3, mean=28.03, max=32, meandelta=33567.00 % 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=1025349, Fanout min=1, mean=39.49, max=64, meandelta=24047.52 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=52, connectedness=1.00 Graph level=2 size=935, connectedness=1.00 Graph level=1 size=31403, connectedness=1.00 Graph level=0 size=1025349, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 352604 documents Graph level=3 size=23, Fanout min=3, mean=5.57, max=11, meandelta=45022.37 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 5 6 7 8 11 Graph level=2 size=303, Fanout min=6, mean=17.24, max=32, meandelta=17282.06 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 18 20 22 25 32 Graph level=1 size=10772, Fanout min=8, mean=27.55, max=32, meandelta=11684.49 % 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=352604, Fanout min=1, mean=39.55, max=64, meandelta=8277.17 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=303, connectedness=1.00 Graph level=1 size=10772, connectedness=1.00 Graph level=0 size=352604, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 149086 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=16931.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 2 2 2 Graph level=2 size=126, Fanout min=6, mean=13.24, max=25, meandelta=9400.41 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 14 15 16 19 25 Graph level=1 size=4632, Fanout min=6, mean=26.90, max=32, meandelta=5061.68 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 29 32 32 32 32 32 Graph level=0 size=149086, Fanout min=1, mean=39.28, max=64, meandelta=3528.31 % 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=4, connectedness=1.00 Graph level=2 size=126, connectedness=1.00 Graph level=1 size=4632, connectedness=1.00 Graph level=0 size=149086, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 184371 documents Graph level=3 size=8, Fanout min=2, mean=3.25, max=5, meandelta=26421.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 3 4 5 Graph level=2 size=167, Fanout min=5, mean=13.89, max=27, meandelta=11335.67 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 15 16 17 19 27 Graph level=1 size=5706, Fanout min=6, mean=27.00, max=32, meandelta=6254.56 % 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=184371, Fanout min=1, mean=39.23, max=64, meandelta=4363.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=167, connectedness=1.00 Graph level=1 size=5706, connectedness=1.00 Graph level=0 size=184371, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 459177 documents Graph level=3 size=26, Fanout min=3, mean=5.69, max=10, meandelta=47575.92 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 7 8 10 Graph level=2 size=376, Fanout min=6, mean=18.69, max=32, meandelta=20723.35 % 0 10 20 30 40 50 60 70 80 90 100 0 11 14 15 17 18 19 21 23 27 32 Graph level=1 size=14042, Fanout min=4, mean=27.70, max=32, meandelta=15166.59 % 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=459177, Fanout min=1, mean=39.53, max=64, meandelta=10774.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=26, connectedness=1.00 Graph level=2 size=376, connectedness=1.00 Graph level=1 size=14042, connectedness=1.00 Graph level=0 size=459177, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 291754 documents Graph level=3 size=11, Fanout min=3, mean=4.55, max=6, meandelta=45927.22 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 5 5 5 5 6 Graph level=2 size=251, Fanout min=6, mean=16.40, max=32, meandelta=14887.96 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 19 21 23 32 Graph level=1 size=9034, Fanout min=7, mean=27.34, max=32, meandelta=9728.00 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=0 size=291754, Fanout min=1, mean=39.48, max=64, meandelta=6860.54 % 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=11, connectedness=1.00 Graph level=2 size=251, connectedness=1.00 Graph level=1 size=9034, connectedness=1.00 Graph level=0 size=291754, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 112888 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=21203.75 % 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=101, Fanout min=4, mean=11.56, max=21, meandelta=8305.01 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 21 Graph level=1 size=3489, Fanout min=7, mean=26.49, max=32, meandelta=3901.92 % 0 10 20 30 40 50 60 70 80 90 100 0 18 20 23 25 28 32 32 32 32 32 Graph level=0 size=112888, Fanout min=1, mean=38.93, max=64, meandelta=2690.87 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=101, connectedness=1.00 Graph level=1 size=3489, connectedness=1.00 Graph level=0 size=112888, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 73673 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=61, Fanout min=4, mean=9.77, max=16, meandelta=6341.06 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 14 16 Graph level=1 size=2282, Fanout min=8, mean=25.68, max=32, meandelta=2604.62 % 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=73673, Fanout min=3, mean=38.79, max=64, meandelta=1762.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=61, connectedness=1.00 Graph level=1 size=2282, connectedness=1.00 Graph level=0 size=73673, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 346197 documents Graph level=3 size=22, Fanout min=3, mean=5.64, max=9, meandelta=39696.58 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 6 6 6 7 8 9 Graph level=2 size=287, Fanout min=8, mean=17.11, max=32, meandelta=16140.98 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 18 19 22 24 32 Graph level=1 size=10556, Fanout min=7, mean=27.57, max=32, meandelta=11439.38 % 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=346197, Fanout min=1, mean=39.53, max=64, meandelta=8127.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=22, connectedness=1.00 Graph level=2 size=287, connectedness=1.00 Graph level=1 size=10556, connectedness=1.00 Graph level=0 size=346197, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 81134 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=16628.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=70, Fanout min=4, mean=10.00, max=20, meandelta=6727.81 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 10 11 12 14 20 Graph level=1 size=2466, Fanout min=7, mean=26.12, max=32, meandelta=2818.09 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 31 32 32 32 32 Graph level=0 size=81134, Fanout min=3, mean=38.68, max=64, meandelta=1945.82 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 41 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=70, connectedness=1.00 Graph level=1 size=2466, connectedness=1.00 Graph level=0 size=81134, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 78849 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=18076.60 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=67, Fanout min=5, mean=9.43, max=18, meandelta=6820.84 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 9 10 12 13 18 Graph level=1 size=2403, Fanout min=9, mean=26.04, max=32, meandelta=2744.36 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 31 32 32 32 32 Graph level=0 size=78849, Fanout min=2, mean=38.62, max=64, meandelta=1894.26 % 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=4, connectedness=1.00 Graph level=2 size=67, connectedness=1.00 Graph level=1 size=2403, connectedness=1.00 Graph level=0 size=78849, connectedness=1.00 Leaf 20 has 4 layers Leaf 20 has 45903 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=41, Fanout min=4, mean=8.15, max=14, meandelta=4569.45 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 8 9 9 11 14 Graph level=1 size=1400, Fanout min=8, mean=24.97, max=32, meandelta=1660.65 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 23 26 28 31 32 32 32 Graph level=0 size=45903, Fanout min=3, mean=38.08, max=64, meandelta=1116.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=41, connectedness=1.00 Graph level=1 size=1400, connectedness=1.00 Graph level=0 size=45903, 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.25.08.07.42/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': 49,934,926.80 msec task-clock:u 191,257,829,098,442 cycles:u (36.36%) 110,026,540,216,840 instructions:u (36.36%) 3,315,307,698,069 cache-references:u (36.36%) 1,484,839,188,770 cache-misses:u (36.36%) 39,940,297,888,992 L1-dcache-loads:u (36.36%) 1,465,574,580,882 L1-dcache-load-misses:u (36.36%) 2,128,856,928,681 L1-icache-loads:u (36.36%) 11,858,699,404 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,148,153 faults:u 6,316,021 minor-faults:u 1,129 major-faults:u 11,171,710,555,664 branches:u (36.36%) 85,308,247,958 branch-misses:u (36.36%) 2,805,059,366,394 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1694.451229566 seconds time elapsed 49422.580255000 seconds user 498.377844000 seconds sys took 0:28:14.479537 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=16.149, net_cpu_ms=16.956, avg_cpu_core_count=1.05, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=73667, index_time_sec=1416.84, index_docs_per_sec=5646.36, force_merge_time_sec=0.0, index_num_segments=21, index_size_on_disk_mb=39935.46, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (41, {0: 0, 10: 5, 20: 6, 30: 7, 40: 8, 50: 8, 60: 8, 70: 9, 80: 9, 90: 11, 100: 14}), 1: (1400, {0: 0, 10: 16, 20: 19, 30: 21, 40: 23, 50: 26, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (45903, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1694, microseconds=479537)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 111 Start: 2026-05-25 14:49:24 (UTC) Duration: 1683 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 47784868 819758672 jdk.FileWrite 19002365 397483094 jdk.FileRead 8003677 182849112 jdk.ObjectAllocationInNewTLAB 60556 1206881 jdk.BooleanFlag 55056 1741715 jdk.CPULoad 31141 622184 jdk.Checkpoint 7492 32343206 jdk.Compilation 6033 155887 jdk.UnsignedIntFlag 5328 180738 jdk.IntFlag 4884 178201 jdk.StringFlag 3774 146402 jdk.ObjectAllocationOutsideTLAB 1109 19893 jdk.CPUInformation 111 166718 jdk.GCConfiguration 111 2882 jdk.JVMInformation 111 103337 jdk.Metadata 111 12268494 jdk.GarbageCollection 44 1055 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.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 47784868 events (total: 47M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.18% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.92% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.89% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.65% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.03% 968215 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.46% 696262 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.74% 352131 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.65% 312438 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.65% 310021 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.48% 231018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.41% 194066 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 171621 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.30% 142259 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.24% 112838 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 108743 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 96555 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 94573 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 82185 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 80390 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 69042 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 62069 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 53516 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 53275 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 47973 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.08% 40430 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 35487 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 34714 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 31318 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 29094 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 28177 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 27785 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 27447 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 24891 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 24447 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.04% 19781 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 16506 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 16151 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15835 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 14793 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14635 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 12964 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 12022 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 11750 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 10613 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10061 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 9708 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 9645 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 8879 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 7105 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 6205 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 47784868 events (total: 47M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.44% 26M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.92% 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.89% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 3.65% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.84% 880659 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.45% 692624 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.25% 598194 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.74% 352131 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.65% 312489 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.65% 309821 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.54% 256559 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.52% 248229 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.47% 222690 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.36% 171617 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 146308 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.30% 141805 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.24% 112815 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% 98012 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.20% 94425 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 69846 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% 66761 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.12% 58912 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 55941 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% 53931 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.11% 53710 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% 52923 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 47964 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 45879 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% 43099 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% 40421 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% 36102 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% 35487 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 34711 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 33949 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 28954 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 27774 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% 27447 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.05% 26091 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 25666 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 24432 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 23092 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 22184 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% 20960 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.04% 19619 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 18777 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 16542 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% 16255 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.03% 16182 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 16026 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% 14159 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 47784868 events (total: 47M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 27.32% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.57% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 11.44% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 2.83% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.98% 470137 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.94% 447413 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.90% 428569 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.63% 301173 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000421970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.63% 299782 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.56% 265800 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000421970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.55% 264814 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.55% 264096 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.35% 166850 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.34% 160249 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.33% 156860 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.32% 152498 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 144306 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.29% 138087 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.29% 137616 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.28% 131920 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.26% 125651 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000421970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.24% 112743 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% 109793 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.21% 101899 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.19% 89029 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.15% 72661 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 69846 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 69260 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 68629 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 64386 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000421970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 62848 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.13% 61767 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 59445 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 57095 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 55850 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.12% 55715 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000421970b0#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% 55069 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.11% 52500 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.0x0000000042199558#run() [JIT compiled code] 0.11% 51471 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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% 51083 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.10% 49247 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 48241 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.0x0000000042199558#run() [JIT compiled code] 0.10% 46880 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 45687 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 42707 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 42149 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.08% 40258 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 36333 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.07% 33987 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61638 events (total: 436556M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.39% 97739M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 21.92% 95680M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.47% 80610M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.79% 64556M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.52% 32830M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.45% 19424M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.91% 8317M java.lang.Integer#valueOf():1006 [Inlined code] 0.75% 3267M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.70% 3049M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 2821M java.util.Arrays#copyOf():3478 [Inlined code] 0.60% 2608M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.54% 2341M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.51% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.42% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.29% 1253M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.29% 1251M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.23% 1014M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 913M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.21% 901M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 882M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 783M java.util.ArrayList#grow():240 [Inlined code] 0.17% 722M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 678M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 623M knn.IndexerThread#_run():108 [JIT compiled code] 0.14% 595M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.13% 559M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 484M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.08% 369M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 353M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 341M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 338M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 311M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 305M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 295M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 291M java.util.HashMap#resize():711 [JIT compiled code] 0.06% 281M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 280M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 273M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 246M java.util.List#of():935 [Inlined code] 0.05% 212M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 195M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 188M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 188M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 182M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 135M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 127M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 107M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61638 events (total: 436556M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.00% 78585M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.92% 78223M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.05% 48233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.11% 39752M 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.48% 32647M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 6.79% 29642M 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.68% 24803M 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.45% 19424M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.33% 18923M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.00% 17452M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.88% 8187M 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.60% 2608M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.54% 2377M 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.54% 2341M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.48% 2091M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.47% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.42% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.41% 1791M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.37% 1622M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.27% 1157M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 1135M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.21% 913M 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.19% 830M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 807M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.18% 783M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.17% 722M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 623M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 592M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.13% 558M 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% 501M 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% 437M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.10% 425M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 384M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 369M 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% 367M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.08% 355M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000042199558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 337M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 327M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 319M 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% 311M 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% 295M 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% 292M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 280M 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% 277M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 273M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 271M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 260M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.06% 259M 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.25.08.07.42/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmFalse.jfr is 1382.10 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61638 events (total: 436556M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.09% 39688M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.48% 32647M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 5.83% 25437M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.67% 24770M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 5.59% 24404M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 5.20% 22687M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.06% 22091M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 5.00% 21842M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.94% 21580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 4.93% 21521M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.78% 16489M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.66% 15961M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.07% 13420M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.90% 8314M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.88% 8187M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.39% 6065M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.30% 5680M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.27% 5563M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.07% 4666M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.97% 4213M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.96% 4172M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.93% 4056M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.90% 3942M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.86% 3745M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.82% 3586M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.65% 2858M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.64% 2779M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2771M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 2654M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.57% 2492M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.55% 2406M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.54% 2377M 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.54% 2361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.53% 2300M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.0x0000000042199558#run() [Interpreted code] 0.45% 1967M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.42% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.41% 1803M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.37% 1634M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1220M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.25% 1085M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.23% 1005M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.22% 953M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#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.21% 913M 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 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.20% 866M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] 0.18% 783M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 755M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.17% 748M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000042199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.16% 677M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 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.25.08.07.42/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 2581703 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3209296507106762 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 25, 2026 11:30:04 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 81 segments, 7 merges 85.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 30.8s _1dh: 8 segs, 77.5 K docs, 384.8 MB 26.0s _1dn: 8 segs, 154.9 K docs, 770.7 MB 21.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 17.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 11.0s _1ed: 10 segs, 50.7 K docs, 251.3 MB 0.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 5.0 sec: 81 segments, 7 merges 90.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 35.8s _1dh: 8 segs, 77.5 K docs, 384.8 MB 31.0s _1dn: 8 segs, 154.9 K docs, 770.7 MB 26.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 22.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 16.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 5.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 10.0 sec: 81 segments, 7 merges 95.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 40.9s _1dh: 8 segs, 77.5 K docs, 384.8 MB 36.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 31.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 27.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 21.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 10.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 15.0 sec: 81 segments, 7 merges 100.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 45.9s _1dh: 8 segs, 77.5 K docs, 384.8 MB 41.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 36.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 32.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 26.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 15.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 20.0 sec: 81 segments, 7 merges 105.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 50.9s _1dh: 8 segs, 77.5 K docs, 384.8 MB 46.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 41.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 37.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 31.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 20.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 25.0 sec: 74 segments, 6 merges 110.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 51.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 46.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 42.4s _1e2: 11 segs, 54.9 K docs, 271.8 MB 36.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 25.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 30.0 sec: 64 segments, 5 merges 115.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 56.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 51.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 41.1s _1ed: 10 segs, 50.7 K docs, 251.3 MB 30.0s _1em: 13 segs, 53.7 K docs, 266.0 MB 35.1 sec: 55 segments, 4 merges 120.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 61.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 56.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 35.1s _1em: 13 segs, 53.7 K docs, 266.0 MB 40.1 sec: 55 segments, 4 merges 125.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 66.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 61.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 40.1s _1em: 13 segs, 53.7 K docs, 266.0 MB 45.1 sec: 43 segments, 3 merges 130.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 71.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 66.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 50.1 sec: 43 segments, 3 merges 135.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 76.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 71.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 55.1 sec: 43 segments, 3 merges 140.9s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 81.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 76.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 60.1 sec: 43 segments, 3 merges 145.9s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 86.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 81.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 65.1 sec: 43 segments, 3 merges 150.9s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 91.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 86.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 70.1 sec: 43 segments, 3 merges 155.9s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 96.1s _1dn: 8 segs, 154.9 K docs, 770.7 MB 91.9s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 75.0 sec: 43 segments, 3 merges 160.8s _1bp: 8 segs, 980.0 K docs, 4887.0 MB 101.0s _1dn: 8 segs, 154.9 K docs, 770.7 MB 96.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 80.0 sec: 29 segments, 2 merges 101.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 1.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 85.0 sec: 29 segments, 2 merges 106.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 6.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 90.0 sec: 29 segments, 2 merges 111.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 11.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 95.0 sec: 29 segments, 2 merges 116.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 16.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 100.0 sec: 29 segments, 2 merges 121.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 21.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 105.0 sec: 29 segments, 2 merges 126.8s _1dt: 8 segs, 397.0 K docs, 1977.5 MB 26.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 110.0 sec: 22 segments, 1 merges 31.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 115.0 sec: 22 segments, 1 merges 36.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 120.0 sec: 22 segments, 1 merges 41.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 125.0 sec: 22 segments, 1 merges 46.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 130.1 sec: 22 segments, 1 merges 51.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 135.1 sec: 22 segments, 1 merges 56.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 140.1 sec: 22 segments, 1 merges 61.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 145.1 sec: 22 segments, 1 merges 66.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 150.1 sec: 22 segments, 1 merges 71.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 155.1 sec: 22 segments, 1 merges 76.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 160.1 sec: 22 segments, 1 merges 81.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 165.1 sec: 22 segments, 1 merges 86.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 170.1 sec: 22 segments, 1 merges 91.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 175.1 sec: 22 segments, 1 merges 96.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 180.1 sec: 22 segments, 1 merges 101.9s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 185.0 sec: 22 segments, 1 merges 106.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 190.0 sec: 22 segments, 1 merges 111.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 195.0 sec: 22 segments, 1 merges 116.8s _1en: 8 segs, 1004.9 K docs, 5013.0 MB 200.0 sec: 15 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1516 seconds reindex takes 1516.65 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 15 segments, 1 merges 5.0 sec: 15 segments, 1 merges 5.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 10.0 sec: 15 segments, 1 merges 10.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 15.0 sec: 15 segments, 1 merges 15.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 20.0 sec: 15 segments, 1 merges 20.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 25.0 sec: 15 segments, 1 merges 25.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 30.0 sec: 15 segments, 1 merges 30.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 35.0 sec: 15 segments, 1 merges 35.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 40.0 sec: 15 segments, 1 merges 40.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 45.0 sec: 15 segments, 1 merges 45.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 50.0 sec: 15 segments, 1 merges 50.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 55.0 sec: 15 segments, 1 merges 55.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 60.0 sec: 15 segments, 1 merges 60.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 65.1 sec: 15 segments, 1 merges 65.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 70.1 sec: 15 segments, 1 merges 70.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 75.1 sec: 15 segments, 1 merges 75.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 80.1 sec: 15 segments, 1 merges 80.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 85.1 sec: 15 segments, 1 merges 85.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 90.1 sec: 15 segments, 1 merges 90.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 95.1 sec: 15 segments, 1 merges 95.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 100.1 sec: 15 segments, 1 merges 100.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 105.1 sec: 15 segments, 1 merges 105.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 110.1 sec: 15 segments, 1 merges 110.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 115.1 sec: 15 segments, 1 merges 115.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 120.1 sec: 15 segments, 1 merges 120.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 125.0 sec: 15 segments, 1 merges 125.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 130.0 sec: 15 segments, 1 merges 130.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 135.0 sec: 15 segments, 1 merges 135.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 140.0 sec: 15 segments, 1 merges 140.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 145.0 sec: 15 segments, 1 merges 145.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 150.0 sec: 15 segments, 1 merges 150.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 155.0 sec: 15 segments, 1 merges 155.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 160.0 sec: 15 segments, 1 merges 160.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 165.0 sec: 15 segments, 1 merges 165.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 170.0 sec: 15 segments, 1 merges 170.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 175.0 sec: 15 segments, 1 merges 175.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 180.1 sec: 15 segments, 1 merges 180.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 185.1 sec: 15 segments, 1 merges 185.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 190.1 sec: 15 segments, 1 merges 190.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 195.1 sec: 15 segments, 1 merges 195.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 200.1 sec: 15 segments, 1 merges 200.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 205.1 sec: 15 segments, 1 merges 205.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 210.1 sec: 15 segments, 1 merges 210.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 215.1 sec: 15 segments, 1 merges 215.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 220.1 sec: 15 segments, 1 merges 220.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 225.1 sec: 15 segments, 1 merges 225.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 230.1 sec: 15 segments, 1 merges 230.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 235.1 sec: 15 segments, 1 merges 235.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 240.0 sec: 15 segments, 1 merges 240.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 245.0 sec: 15 segments, 1 merges 245.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 250.0 sec: 15 segments, 1 merges 250.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 255.0 sec: 15 segments, 1 merges 255.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 260.0 sec: 15 segments, 1 merges 260.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 265.0 sec: 15 segments, 1 merges 265.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 270.0 sec: 15 segments, 1 merges 270.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 275.0 sec: 15 segments, 1 merges 275.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 280.0 sec: 15 segments, 1 merges 280.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 285.0 sec: 15 segments, 1 merges 285.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 290.0 sec: 15 segments, 1 merges 290.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 295.1 sec: 15 segments, 1 merges 295.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 300.1 sec: 15 segments, 1 merges 300.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 305.1 sec: 15 segments, 1 merges 305.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 310.1 sec: 15 segments, 1 merges 310.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 315.1 sec: 15 segments, 1 merges 315.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 320.1 sec: 15 segments, 1 merges 320.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 325.1 sec: 15 segments, 1 merges 325.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 330.1 sec: 15 segments, 1 merges 330.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 335.1 sec: 15 segments, 1 merges 335.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 340.1 sec: 15 segments, 1 merges 340.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 345.1 sec: 15 segments, 1 merges 345.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 350.1 sec: 15 segments, 1 merges 350.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 355.0 sec: 15 segments, 1 merges 355.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 360.0 sec: 15 segments, 1 merges 360.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 365.0 sec: 15 segments, 1 merges 365.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 370.0 sec: 15 segments, 1 merges 370.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 375.0 sec: 15 segments, 1 merges 375.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 380.0 sec: 15 segments, 1 merges 380.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 385.0 sec: 15 segments, 1 merges 385.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 390.1 sec: 15 segments, 1 merges 390.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 395.1 sec: 15 segments, 1 merges 395.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 400.1 sec: 15 segments, 1 merges 400.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 405.0 sec: 15 segments, 1 merges 405.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 410.0 sec: 15 segments, 1 merges 410.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 415.0 sec: 15 segments, 1 merges 415.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 420.0 sec: 15 segments, 1 merges 420.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 425.0 sec: 15 segments, 1 merges 425.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 430.0 sec: 15 segments, 1 merges 430.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 435.0 sec: 15 segments, 1 merges 435.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 440.0 sec: 15 segments, 1 merges 440.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 445.0 sec: 15 segments, 1 merges 445.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 450.1 sec: 15 segments, 1 merges 450.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 455.1 sec: 15 segments, 1 merges 455.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 460.1 sec: 15 segments, 1 merges 460.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 465.1 sec: 15 segments, 1 merges 465.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 470.1 sec: 15 segments, 1 merges 470.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 475.1 sec: 15 segments, 1 merges 475.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 480.1 sec: 15 segments, 1 merges 480.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 485.1 sec: 15 segments, 1 merges 485.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 490.1 sec: 15 segments, 1 merges 490.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 495.1 sec: 15 segments, 1 merges 495.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 500.1 sec: 15 segments, 1 merges 500.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 505.1 sec: 15 segments, 1 merges 505.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 510.0 sec: 15 segments, 1 merges 510.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 515.0 sec: 15 segments, 1 merges 515.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 520.0 sec: 15 segments, 1 merges 520.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 525.0 sec: 15 segments, 1 merges 525.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 530.0 sec: 15 segments, 1 merges 530.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 535.0 sec: 15 segments, 1 merges 535.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 540.0 sec: 15 segments, 1 merges 540.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 545.0 sec: 15 segments, 1 merges 545.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 550.0 sec: 15 segments, 1 merges 550.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 555.1 sec: 15 segments, 1 merges 555.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 560.1 sec: 15 segments, 1 merges 560.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 565.1 sec: 15 segments, 1 merges 565.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 570.1 sec: 15 segments, 1 merges 570.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 575.1 sec: 15 segments, 1 merges 575.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 580.1 sec: 15 segments, 1 merges 580.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 585.1 sec: 15 segments, 1 merges 585.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 590.1 sec: 15 segments, 1 merges 590.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 595.1 sec: 15 segments, 1 merges 595.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 600.1 sec: 15 segments, 1 merges 600.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 605.1 sec: 15 segments, 1 merges 605.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 610.0 sec: 15 segments, 1 merges 610.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 615.0 sec: 15 segments, 1 merges 615.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 620.0 sec: 15 segments, 1 merges 620.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 625.0 sec: 15 segments, 1 merges 625.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 630.0 sec: 15 segments, 1 merges 630.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 635.0 sec: 15 segments, 1 merges 635.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 640.0 sec: 15 segments, 1 merges 640.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 645.0 sec: 15 segments, 1 merges 645.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 650.0 sec: 15 segments, 1 merges 650.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 655.0 sec: 15 segments, 1 merges 655.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 660.1 sec: 15 segments, 1 merges 660.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 665.1 sec: 15 segments, 1 merges 665.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 670.1 sec: 15 segments, 1 merges 670.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 675.1 sec: 15 segments, 1 merges 675.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 680.1 sec: 15 segments, 1 merges 680.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 685.1 sec: 15 segments, 1 merges 685.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 690.1 sec: 15 segments, 1 merges 690.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 695.0 sec: 15 segments, 1 merges 695.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 700.0 sec: 15 segments, 1 merges 700.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 705.0 sec: 15 segments, 1 merges 705.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 710.1 sec: 15 segments, 1 merges 710.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 715.1 sec: 15 segments, 1 merges 715.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 720.1 sec: 15 segments, 1 merges 720.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 725.1 sec: 15 segments, 1 merges 725.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 730.1 sec: 15 segments, 1 merges 730.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 735.1 sec: 15 segments, 1 merges 735.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 740.1 sec: 15 segments, 1 merges 740.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 745.1 sec: 15 segments, 1 merges 745.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 750.1 sec: 15 segments, 1 merges 750.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 755.1 sec: 15 segments, 1 merges 755.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 760.0 sec: 15 segments, 1 merges 760.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 765.0 sec: 15 segments, 1 merges 765.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 770.0 sec: 15 segments, 1 merges 770.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 775.0 sec: 15 segments, 1 merges 775.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 780.0 sec: 15 segments, 1 merges 780.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 785.0 sec: 15 segments, 1 merges 785.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 790.0 sec: 15 segments, 1 merges 790.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 795.0 sec: 15 segments, 1 merges 795.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 800.0 sec: 15 segments, 1 merges 800.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 805.0 sec: 15 segments, 1 merges 805.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 810.1 sec: 15 segments, 1 merges 810.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 815.1 sec: 15 segments, 1 merges 815.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 820.1 sec: 15 segments, 1 merges 820.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 825.0 sec: 15 segments, 1 merges 825.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 830.0 sec: 15 segments, 1 merges 830.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 835.0 sec: 15 segments, 1 merges 835.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 840.0 sec: 15 segments, 1 merges 840.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 845.0 sec: 15 segments, 1 merges 845.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 850.0 sec: 15 segments, 1 merges 850.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 855.0 sec: 15 segments, 1 merges 855.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 860.0 sec: 15 segments, 1 merges 860.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 865.0 sec: 15 segments, 1 merges 865.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 870.0 sec: 15 segments, 1 merges 870.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 875.0 sec: 15 segments, 1 merges 875.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 880.0 sec: 15 segments, 1 merges 880.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 885.0 sec: 15 segments, 1 merges 885.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 890.0 sec: 15 segments, 1 merges 890.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 895.0 sec: 15 segments, 1 merges 895.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 900.0 sec: 15 segments, 1 merges 900.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 905.0 sec: 15 segments, 1 merges 905.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 910.0 sec: 15 segments, 1 merges 910.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 915.0 sec: 15 segments, 1 merges 915.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 920.0 sec: 15 segments, 1 merges 920.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 925.1 sec: 15 segments, 1 merges 925.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 930.1 sec: 15 segments, 1 merges 930.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 935.1 sec: 15 segments, 1 merges 935.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 940.1 sec: 15 segments, 1 merges 940.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 945.1 sec: 15 segments, 1 merges 945.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 950.1 sec: 15 segments, 1 merges 950.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 955.1 sec: 15 segments, 1 merges 955.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 960.1 sec: 15 segments, 1 merges 960.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 965.1 sec: 15 segments, 1 merges 965.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 970.1 sec: 15 segments, 1 merges 970.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 975.1 sec: 15 segments, 1 merges 975.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 980.1 sec: 15 segments, 1 merges 980.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 985.1 sec: 15 segments, 1 merges 985.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 990.1 sec: 15 segments, 1 merges 990.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 995.1 sec: 15 segments, 1 merges 995.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1000.0 sec: 15 segments, 1 merges 1000.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1005.0 sec: 15 segments, 1 merges 1005.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1010.0 sec: 15 segments, 1 merges 1010.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1015.0 sec: 15 segments, 1 merges 1015.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1020.0 sec: 15 segments, 1 merges 1020.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1025.0 sec: 15 segments, 1 merges 1025.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1030.0 sec: 15 segments, 1 merges 1030.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1035.0 sec: 15 segments, 1 merges 1035.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1040.0 sec: 15 segments, 1 merges 1040.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1045.0 sec: 15 segments, 1 merges 1045.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1050.0 sec: 15 segments, 1 merges 1050.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1055.1 sec: 15 segments, 1 merges 1055.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1060.1 sec: 15 segments, 1 merges 1060.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1065.1 sec: 15 segments, 1 merges 1065.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1070.1 sec: 15 segments, 1 merges 1070.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1075.0 sec: 15 segments, 1 merges 1075.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1080.0 sec: 15 segments, 1 merges 1080.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1085.0 sec: 15 segments, 1 merges 1085.0s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1090.1 sec: 15 segments, 1 merges 1090.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1095.1 sec: 15 segments, 1 merges 1095.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1100.1 sec: 15 segments, 1 merges 1100.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1105.1 sec: 15 segments, 1 merges 1105.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB 1110.1 sec: 15 segments, 1 merges 1110.1s _1eo: 15 segs, 8000.0 K docs, 39946.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1116.81 sec index has 1 segments: segments_3: _1eo(11.0.0):C8000000 _1eo: 40090.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.51 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=48907579278 cpu@end=51414242616 deltaMS=2506.663338 thread 14 name=Reference Handler cpu@start=1941849 cpu@end=1941849 deltaMS=0.0 thread 15 name=Finalizer cpu@start=136932 cpu@end=136932 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=162848 cpu@end=162848 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=9848877 cpu@end=9848877 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20102681164 cpu@end=20103213687 deltaMS=0.532523 thread 42 name=JFR Periodic Tasks cpu@start=172918070716 cpu@end=173038092531 deltaMS=120.021815 thread 45 name=Notification Thread cpu@start=141203 cpu@end=141203 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2379926818069 cpu@end=2379926818069 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2385442147046 cpu@end=2385442147046 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2384579373065 cpu@end=2384579373065 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2381528997407 cpu@end=2381528997407 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2387749171511 cpu@end=2387749171511 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2392727081958 cpu@end=2392727081958 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2386325937152 cpu@end=2386325937152 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2387859932477 cpu@end=2387859932477 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2388743824938 cpu@end=2388743824938 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2384998168259 cpu@end=2384998168259 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2391944354875 cpu@end=2391944354875 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2389029934920 cpu@end=2389029934920 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2387985968852 cpu@end=2387985968852 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2388402028673 cpu@end=2388402028673 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2383132327738 cpu@end=2383132327738 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2385817247469 cpu@end=2385817247469 deltaMS=0.0 Average CPU cores used: 1.0454565330031165 completed 1000 searches in 2512 ms: 398 QPS CPU time=2626 ms checking results SUMMARY: 0.929 2.512 2.626 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5677 1516.65 5274.78 1116.81 1 40090.51 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=247, Fanout min=6, mean=16.23, max=32, meandelta=402991.53 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 19 20 23 32 Graph level=2 size=7654, Fanout min=7, mean=27.32, max=32, meandelta=268259.41 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=247029, Fanout min=1, mean=28.30, max=32, meandelta=258363.28 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.65, max=64, meandelta=194615.17 % 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=247, connectedness=1.00 Graph level=2 size=7654, connectedness=1.00 Graph level=1 size=247029, 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.25.08.07.42/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,698,184.47 msec task-clock:u 253,823,703,328,141 cycles:u (36.36%) 171,730,531,515,649 instructions:u (36.36%) 5,069,716,848,355 cache-references:u (36.36%) 2,313,698,424,310 cache-misses:u (36.36%) 60,273,241,640,817 L1-dcache-loads:u (36.36%) 2,041,219,594,260 L1-dcache-load-misses:u (36.36%) 2,859,747,738,646 L1-icache-loads:u (36.36%) 16,864,796,043 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 16,307,948 faults:u 15,135,931 minor-faults:u 51,358 major-faults:u 17,734,654,835,836 branches:u (36.36%) 118,046,335,962 branch-misses:u (36.36%) 3,482,742,684,844 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2914.773509339 seconds time elapsed 64962.005790000 seconds user 722.218949000 seconds sys took 0:48:34.802912 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.512, net_cpu_ms=2.626, 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=5677, index_time_sec=1516.65, index_docs_per_sec=5274.78, force_merge_time_sec=1116.81, index_num_segments=1, index_size_on_disk_mb=40090.51, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (247, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 15, 60: 17, 70: 19, 80: 20, 90: 23, 100: 32}), 2: (7654, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247029, {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=2914, microseconds=802912)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 144 Start: 2026-05-25 15:30:04 (UTC) Duration: 2899 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 63012715 1080673798 jdk.FileWrite 25230682 550683781 jdk.FileRead 8003673 183048395 jdk.ObjectAllocationInNewTLAB 72525 1439437 jdk.BooleanFlag 71424 2260112 jdk.CPULoad 54105 1081465 jdk.Checkpoint 10292 35342316 jdk.UnsignedIntFlag 6912 234528 jdk.IntFlag 6336 231232 jdk.Compilation 5974 154253 jdk.StringFlag 4896 189851 jdk.ObjectAllocationOutsideTLAB 1254 22396 jdk.CPUInformation 144 216284 jdk.GCConfiguration 144 3740 jdk.JVMInformation 144 134348 jdk.Metadata 144 15915885 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63012715 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.84% 36M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.59% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 13.03% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.78% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.49% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.01% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.93% 589051 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.68% 426410 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.68% 425601 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.57% 357032 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 250732 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.35% 223235 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.29% 180672 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 161951 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 160856 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 138089 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.21% 134685 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 128329 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 128305 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 107957 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 86035 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 83284 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 60479 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.08% 53151 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 49552 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 46486 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 44896 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.07% 41521 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 40217 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 38612 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 36477 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 31192 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 31080 java.util.Arrays#sort():99 [Inlined code] 0.05% 29716 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 28848 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 24770 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 24017 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 21263 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 17385 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 17287 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16560 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 15442 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 14266 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 14256 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 12239 org.apache.lucene.store.DataOutput#writeBytes():54 [Inlined code] 0.02% 11641 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9687 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 9687 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.01% 9096 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 7895 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63012715 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.84% 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():328 [JIT compiled code] 14.58% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 13.03% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.78% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.49% 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():247 [JIT compiled code] 2.03% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.57% 989013 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.93% 588930 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.75% 472791 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.55% 344936 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.53% 331170 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.44% 275823 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.39% 248247 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% 223223 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 201288 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.29% 180514 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.26% 161761 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.26% 160840 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 137507 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.19% 117659 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% 95904 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% 92914 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 84503 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 78461 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.12% 72682 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% 70955 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.11% 68000 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.11% 66685 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 53150 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 49551 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.07% 46486 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 44822 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% 40217 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 39948 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.06% 38967 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.06% 38606 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% 35439 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 31438 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 31080 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% 29999 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 28844 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.04% 28256 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 27610 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 24407 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.04% 24041 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 24002 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 22691 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.04% 22516 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% 21191 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% 20440 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63012715 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.77% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.72% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.03% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.97% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 2.11% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.59% 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 1.31% 825854 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.76% 479591 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.76% 475751 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.71% 448063 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.65% 406932 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.61% 382025 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.50% 315612 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.49% 308003 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.45% 284391 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.0x00000000921a1f08#run() [JIT compiled code] 0.43% 273636 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.42% 266469 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.28% 177771 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 167314 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.26% 160758 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% 153316 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.23% 145711 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.22% 138723 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.22% 136415 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.19% 117659 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.0x000000009207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 116722 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.17% 105845 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 105732 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.0x00000000921a1f08#run() [JIT compiled code] 0.17% 105362 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 98963 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.15% 97313 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.15% 95272 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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% 84851 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 83400 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.0x00000000921a1f08#run() [JIT compiled code] 0.12% 73816 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 73447 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#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.12% 73058 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#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.12% 72564 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.10% 64929 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 64184 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.10% 60586 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 60110 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.0x00000000921a1f08#run() [JIT compiled code] 0.09% 59298 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.09% 57776 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.09% 56788 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.09% 55196 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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% 54783 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009219d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 50409 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.07% 46638 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.07% 45846 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73753 events (total: 567872M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.36% 132665M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.26% 132095M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.11% 131229M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 11.18% 63470M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.55% 31541M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.15% 23591M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.06% 6014M java.util.Arrays#copyOf():3478 [Inlined code] 0.97% 5497M java.lang.Integer#valueOf():1006 [Inlined code] 0.76% 4333M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3886M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.66% 3768M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 3596M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.43% 2417M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.42% 2405M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.32% 1831M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.32% 1792M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.22% 1245M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 1050M java.util.ArrayList#grow():240 [Inlined code] 0.16% 918M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 885M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 872M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 826M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.13% 747M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 725M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 631M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 627M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 571M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 519M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 384M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 377M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 368M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 348M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 345M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 273M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 256M java.util.List#of():935 [Inlined code] 0.05% 256M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 229M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 226M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 220M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 213M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 201M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 180M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 143M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 141M java.util.HashMap#resize():711 [JIT compiled code] 0.02% 137M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 125M java.util.concurrent.FutureTask#awaitDone():487 [Interpreted code] 0.02% 112M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [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.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73753 events (total: 567872M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.03% 108039M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.00% 107913M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.87% 73101M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.41% 53453M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.86% 38973M 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.55% 31541M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.31% 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.31% 24493M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 24049M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.15% 23591M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.98% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.95% 5413M 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.76% 4333M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.68% 3886M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.63% 3579M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.39% 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.34% 1940M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1831M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 1831M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1516M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1445M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1238M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 1050M 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% 1007M 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.16% 885M 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% 856M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 826M 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% 765M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 747M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.11% 627M 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% 571M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 568M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 550M 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% 541M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 489M 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% 475M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 437M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 428M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.07% 395M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.07% 384M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 374M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 368M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000921a1f08#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 340M 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.06% 339M 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% 330M 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] 0.06% 319M 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.05% 311M 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% 273M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [JIT compiled code] at java.lang.ThreadLocal#get():193 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.25.08.07.42/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q7-fmTrue.jfr is 1784.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73753 events (total: 567872M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.79% 49910M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 8.74% 49648M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 8.52% 48385M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.85% 38909M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.83% 38809M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 4.88% 27705M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.28% 24315M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.11% 23330M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 3.98% 22584M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 3.95% 22431M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.84% 21791M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.88% 16349M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.55% 14471M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.56% 8840M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.47% 8356M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.43% 8147M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.28% 7273M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.26% 7160M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.25% 7100M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.99% 5602M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.98% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.95% 5413M 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.91% 5175M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.85% 4822M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.77% 4344M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.76% 4333M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.76% 4313M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.71% 4043M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.67% 3810M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.62% 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#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.53% 3008M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.51% 2888M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.50% 2826M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2637M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.46% 2609M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.43% 2454M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.40% 2294M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.0x00000000921a1f08#run() [Interpreted code] 0.32% 1831M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1721M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.29% 1620M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 1448M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 1448M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.25% 1405M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1221M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.20% 1127M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#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.19% 1050M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 969M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] 0.14% 766M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a19b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 2620248 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3213186008148950 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 25, 2026 12:34:53 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: 208 segments, 24 merges 616.4s _16l: 8 segs, 219.4 K docs, 874.7 MB 575.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 408.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 343.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 330.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 316.8s _1b7: 8 segs, 38.0 K docs, 150.4 MB 256.8s _1bx: 8 segs, 79.3 K docs, 315.1 MB 224.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 210.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 193.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 175.1s _1cz: 8 segs, 87.8 K docs, 349.2 MB 153.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 139.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 123.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 102.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 90.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 78.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 65.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 54.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 42.3s _1ex: 8 segs, 39.5 K docs, 156.5 MB 30.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 17.6s _1fe: 8 segs, 193.4 K docs, 771.2 MB 4.9s _1fn: 9 segs, 44.4 K docs, 175.7 MB 5.0 sec: 201 segments, 23 merges 621.4s _16l: 8 segs, 219.4 K docs, 874.7 MB 580.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 413.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 348.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 335.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 261.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 229.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 215.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 198.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 180.1s _1cz: 8 segs, 87.8 K docs, 349.2 MB 158.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 144.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 128.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 107.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 95.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 83.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 70.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 59.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 47.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 35.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 22.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 10.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 5.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 10.0 sec: 201 segments, 23 merges 626.4s _16l: 8 segs, 219.4 K docs, 874.7 MB 585.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 418.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 353.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 340.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 266.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 234.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 220.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 203.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 185.2s _1cz: 8 segs, 87.8 K docs, 349.2 MB 163.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 149.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 133.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 112.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 100.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 88.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 75.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 64.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 52.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 40.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 27.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 15.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 10.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 15.0 sec: 201 segments, 23 merges 631.4s _16l: 8 segs, 219.4 K docs, 874.7 MB 590.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 423.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 358.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 345.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 271.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 239.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 225.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 208.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 190.2s _1cz: 8 segs, 87.8 K docs, 349.2 MB 169.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 154.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 138.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 117.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 105.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 93.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 80.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 69.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 57.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 45.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 32.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 20.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 15.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 20.0 sec: 201 segments, 23 merges 636.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 595.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 428.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 363.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 350.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 276.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 244.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 230.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 213.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 195.2s _1cz: 8 segs, 87.8 K docs, 349.2 MB 174.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 159.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 143.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 122.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 110.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 98.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 85.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 74.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 62.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 50.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 37.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 25.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 20.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 25.0 sec: 194 segments, 22 merges 641.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 600.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 433.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 368.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 355.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 281.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 249.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 235.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 218.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 179.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 164.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 148.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 127.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 115.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 103.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 90.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 79.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 67.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 55.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 42.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 30.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 25.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 30.0 sec: 194 segments, 22 merges 646.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 605.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 438.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 373.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 360.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 286.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 254.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 240.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 223.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 184.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 169.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 153.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 132.6s _1dw: 8 segs, 39.9 K docs, 157.8 MB 120.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 108.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 95.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 84.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 72.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 60.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 47.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 35.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 30.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 35.0 sec: 194 segments, 22 merges 651.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 610.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 443.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 378.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 365.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 291.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 259.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 245.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 228.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 189.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 174.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 158.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 137.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 125.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 113.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 100.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 89.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 77.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 65.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 52.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 40.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 35.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 40.1 sec: 194 segments, 22 merges 656.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 615.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 448.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 383.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 370.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 296.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 264.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 250.7s _1cj: 8 segs, 73.2 K docs, 291.0 MB 233.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 194.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 179.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 163.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 142.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 130.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 118.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 105.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 94.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 82.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 70.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 57.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 45.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 40.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 45.1 sec: 194 segments, 22 merges 661.5s _16l: 8 segs, 219.4 K docs, 874.7 MB 620.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 453.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 388.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 375.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 301.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 269.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 255.8s _1cj: 8 segs, 73.2 K docs, 291.0 MB 238.7s _1cr: 8 segs, 78.8 K docs, 313.3 MB 199.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 184.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 168.5s _1dn: 8 segs, 77.5 K docs, 308.1 MB 147.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 135.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 123.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 110.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 99.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 87.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 75.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 62.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 50.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 45.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 50.1 sec: 180 segments, 20 merges 625.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 458.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 393.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 380.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 306.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 274.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 260.8s _1cj: 8 segs, 73.2 K docs, 291.0 MB 243.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 204.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 189.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 152.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 140.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 128.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 115.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 104.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 92.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 80.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 67.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 55.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 50.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 55.1 sec: 180 segments, 20 merges 630.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 463.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 398.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 385.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 311.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 279.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 265.8s _1cj: 8 segs, 73.2 K docs, 291.0 MB 248.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 209.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 194.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 157.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 145.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 133.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 120.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 109.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 97.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 85.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 72.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 60.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 55.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 60.1 sec: 180 segments, 20 merges 635.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 468.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 403.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 390.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 316.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 284.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 270.8s _1cj: 8 segs, 73.2 K docs, 291.0 MB 253.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 214.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 199.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 162.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 150.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 138.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 125.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 114.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 102.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 90.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 77.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 65.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 60.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 65.1 sec: 180 segments, 20 merges 640.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 473.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 408.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 395.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 321.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 289.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 275.8s _1cj: 8 segs, 73.2 K docs, 291.0 MB 258.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 219.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 204.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 167.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 155.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 143.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 130.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 119.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 107.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 95.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 82.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 70.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 65.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 70.1 sec: 173 segments, 19 merges 645.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 478.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 413.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 400.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 326.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 294.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 263.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 224.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 209.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 172.7s _1dw: 8 segs, 39.9 K docs, 157.8 MB 160.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 148.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 135.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 124.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 112.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 100.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 87.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 75.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 70.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 75.1 sec: 166 segments, 18 merges 650.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 483.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 418.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 405.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 331.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 299.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 268.8s _1cr: 8 segs, 78.8 K docs, 313.3 MB 229.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 214.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 165.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 153.7s _1ea: 10 segs, 48.4 K docs, 191.5 MB 140.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 129.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 117.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 105.1s _1f6: 8 segs, 39.9 K docs, 158.0 MB 92.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 80.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 75.1s _1fq: 10 segs, 37.9 K docs, 150.0 MB 80.0 sec: 159 segments, 17 merges 655.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 488.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 423.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 410.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 336.8s _1bx: 8 segs, 79.3 K docs, 315.1 MB 304.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 233.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 219.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 170.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 158.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 145.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 134.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 122.3s _1ex: 8 segs, 39.5 K docs, 156.5 MB 110.0s _1f6: 8 segs, 39.9 K docs, 158.0 MB 97.6s _1fe: 8 segs, 193.4 K docs, 771.2 MB 84.9s _1fn: 9 segs, 44.4 K docs, 175.7 MB 80.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 85.0 sec: 152 segments, 16 merges 660.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 493.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 428.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 415.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 341.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 309.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 238.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 224.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 175.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 163.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 150.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 139.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 127.4s _1ex: 8 segs, 39.5 K docs, 156.5 MB 102.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 90.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 85.0s _1fq: 10 segs, 37.9 K docs, 150.0 MB 90.0 sec: 136 segments, 15 merges 665.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 498.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 433.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 420.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 346.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 314.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 243.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 229.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 180.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 168.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 155.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 144.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 107.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 95.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 4.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 95.0 sec: 136 segments, 15 merges 670.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 503.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 438.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 425.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 351.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 319.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 249.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 234.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 185.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 173.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 160.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 149.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 112.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 100.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 9.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 100.0 sec: 136 segments, 15 merges 675.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 508.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 443.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 430.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 356.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 324.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 254.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 239.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 190.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 178.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 165.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 154.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 117.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 105.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 14.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 105.0 sec: 136 segments, 15 merges 680.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 513.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 448.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 435.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 361.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 329.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 259.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 244.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 195.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 183.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 170.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 159.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 122.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 110.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 19.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 110.0 sec: 136 segments, 15 merges 685.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 518.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 453.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 440.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 366.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 334.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 264.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 249.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 200.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 188.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 175.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 164.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 127.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 115.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 24.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 115.0 sec: 136 segments, 15 merges 690.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 523.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 458.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 445.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 371.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 339.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 269.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 254.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 205.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 193.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 180.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 169.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 132.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 120.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 29.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 120.0 sec: 136 segments, 15 merges 695.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 528.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 463.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 450.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 376.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 344.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 274.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 259.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 210.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 198.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 185.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 174.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 137.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 125.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 34.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 125.0 sec: 136 segments, 15 merges 700.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 533.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 468.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 455.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 381.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 349.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 279.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 264.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 215.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 203.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 190.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 179.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 142.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 130.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 39.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 130.1 sec: 136 segments, 15 merges 705.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 538.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 473.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 460.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 386.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 354.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 284.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 269.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 220.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 208.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 195.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 184.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 147.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 135.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 44.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 135.1 sec: 136 segments, 15 merges 710.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 543.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 478.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 465.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 391.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 359.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 289.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 274.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 225.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 213.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 200.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 189.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 152.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 140.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 49.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 140.1 sec: 136 segments, 15 merges 715.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 548.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 483.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 470.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 396.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 364.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 294.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 279.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 230.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 218.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 205.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 194.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 157.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 145.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 54.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 145.1 sec: 136 segments, 15 merges 720.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 553.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 488.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 475.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 401.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 369.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 299.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 284.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 235.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 223.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 210.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 199.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 162.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 150.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 59.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 150.1 sec: 136 segments, 15 merges 725.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 558.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 493.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 480.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 406.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 374.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 304.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 289.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 240.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 228.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 215.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 204.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 167.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 155.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 64.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 155.1 sec: 136 segments, 15 merges 730.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 563.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 498.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 485.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 411.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 379.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 309.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 294.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 245.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 233.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 220.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 209.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 172.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 160.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 69.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 160.1 sec: 136 segments, 15 merges 735.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 568.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 503.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 490.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 416.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 384.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 314.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 299.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 250.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 238.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 225.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 214.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 177.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 165.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 74.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 165.1 sec: 136 segments, 15 merges 740.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 573.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 508.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 495.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 421.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 389.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 319.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 304.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 255.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 243.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 230.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 219.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 182.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 170.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 79.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 170.1 sec: 136 segments, 15 merges 745.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 578.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 513.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 500.7s _1az: 8 segs, 196.2 K docs, 782.1 MB 426.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 394.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 324.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 309.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 260.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 248.7s _1ea: 10 segs, 48.4 K docs, 191.5 MB 235.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 224.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 187.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 175.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 84.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 175.0 sec: 136 segments, 15 merges 750.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 583.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 518.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 505.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 431.8s _1bx: 8 segs, 79.3 K docs, 315.1 MB 399.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 328.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 314.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 265.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 253.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 240.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 229.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 192.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 179.9s _1fn: 9 segs, 44.4 K docs, 175.7 MB 89.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 180.0 sec: 136 segments, 15 merges 755.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 588.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 523.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 510.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 436.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 404.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 333.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 319.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 270.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 258.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 245.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 234.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 197.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 185.0s _1fn: 9 segs, 44.4 K docs, 175.7 MB 94.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 185.0 sec: 128 segments, 14 merges 760.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 593.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 528.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 515.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 441.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 409.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 338.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 324.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 275.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 263.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 250.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 239.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 202.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 99.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 190.0 sec: 128 segments, 14 merges 765.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 598.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 533.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 520.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 446.9s _1bx: 8 segs, 79.3 K docs, 315.1 MB 414.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 343.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 329.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 280.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 268.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 255.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 244.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 207.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 104.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 195.0 sec: 121 segments, 13 merges 770.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 603.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 538.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 525.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 419.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 349.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 334.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 285.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 273.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 260.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 249.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 212.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 109.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 200.0 sec: 121 segments, 13 merges 775.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 608.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 543.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 530.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 424.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 354.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 339.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 290.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 278.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 265.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 254.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 217.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 114.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 205.0 sec: 121 segments, 13 merges 780.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 613.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 548.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 535.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 429.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 359.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 344.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 295.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 283.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 270.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 259.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 222.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 119.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 210.0 sec: 121 segments, 13 merges 785.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 618.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 553.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 540.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 434.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 364.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 349.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 300.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 288.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 275.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 264.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 227.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 124.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 215.1 sec: 121 segments, 13 merges 790.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 623.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 558.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 545.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 439.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 369.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 354.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 305.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 293.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 280.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 269.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 232.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 129.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 220.1 sec: 121 segments, 13 merges 795.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 628.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 563.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 550.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 444.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 374.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 359.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 310.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 298.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 285.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 274.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 237.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 134.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 225.1 sec: 121 segments, 13 merges 800.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 633.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 568.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 555.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 449.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 379.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 364.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 315.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 303.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 290.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 279.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 242.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 139.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 230.1 sec: 121 segments, 13 merges 805.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 638.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 573.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 560.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 454.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 384.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 369.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 320.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 308.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 295.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 284.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 247.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 144.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 235.1 sec: 121 segments, 13 merges 810.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 643.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 578.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 565.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 459.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 389.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 374.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 325.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 313.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 300.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 289.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 252.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 149.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 240.1 sec: 121 segments, 13 merges 815.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 648.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 583.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 570.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 464.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 394.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 379.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 330.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 318.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 305.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 294.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 257.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 154.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 245.1 sec: 121 segments, 13 merges 820.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 653.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 588.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 575.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 469.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 399.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 384.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 335.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 323.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 310.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 299.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 262.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 159.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 250.1 sec: 121 segments, 13 merges 825.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 658.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 593.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 580.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 474.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 404.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 389.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 340.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 328.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 315.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 304.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 267.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 164.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 255.1 sec: 121 segments, 13 merges 830.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 663.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 598.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 585.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 479.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 409.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 394.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 345.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 333.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 320.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 309.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 272.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 169.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 260.1 sec: 121 segments, 13 merges 835.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 668.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 603.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 590.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 484.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 414.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 399.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 350.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 338.7s _1ea: 10 segs, 48.4 K docs, 191.5 MB 325.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 314.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 277.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 174.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 265.1 sec: 121 segments, 13 merges 840.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 673.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 608.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 595.7s _1az: 8 segs, 196.2 K docs, 782.1 MB 489.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 419.0s _1d8: 8 segs, 38.5 K docs, 152.3 MB 404.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 355.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 343.7s _1ea: 10 segs, 48.4 K docs, 191.5 MB 330.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 319.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 282.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 179.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 270.0 sec: 121 segments, 13 merges 845.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 678.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 613.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 600.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 494.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 423.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 409.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 360.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 348.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 335.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 324.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 287.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 184.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 275.0 sec: 121 segments, 13 merges 850.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 683.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 618.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 605.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 499.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 428.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 414.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 365.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 353.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 340.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 329.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 292.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 189.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 280.0 sec: 121 segments, 13 merges 855.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 688.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 623.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 610.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 504.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 433.9s _1d8: 8 segs, 38.5 K docs, 152.3 MB 419.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 370.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 358.6s _1ea: 10 segs, 48.4 K docs, 191.5 MB 345.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 334.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 297.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 194.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 285.0 sec: 105 segments, 11 merges 860.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 693.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 628.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 615.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 509.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 424.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 375.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 350.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 339.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 302.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 199.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 290.0 sec: 105 segments, 11 merges 865.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 698.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 633.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 620.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 514.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 429.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 380.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 355.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 344.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 307.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 204.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 295.0 sec: 105 segments, 11 merges 870.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 703.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 638.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 625.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 519.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 434.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 385.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 360.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 349.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 312.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 209.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 300.0 sec: 105 segments, 11 merges 875.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 708.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 643.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 630.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 524.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 439.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 390.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 365.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 354.8s _1eo: 8 segs, 148.8 K docs, 592.8 MB 317.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 214.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 305.0 sec: 105 segments, 11 merges 880.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 713.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 648.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 635.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 529.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 444.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 395.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 370.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 359.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 322.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 219.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 310.0 sec: 105 segments, 11 merges 885.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 718.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 653.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 640.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 534.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 449.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 400.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 375.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 364.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 327.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 224.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 315.1 sec: 105 segments, 11 merges 890.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 723.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 658.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 645.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 539.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 454.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 405.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 380.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 369.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 332.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 229.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 320.1 sec: 105 segments, 11 merges 895.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 728.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 663.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 650.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 544.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 459.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 410.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 385.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 374.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 337.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 234.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 325.1 sec: 105 segments, 11 merges 900.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 733.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 668.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 655.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 549.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 464.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 415.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 390.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 379.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 342.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 239.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 330.1 sec: 105 segments, 11 merges 905.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 738.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 673.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 660.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 554.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 469.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 420.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 395.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 384.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 347.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 244.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 335.1 sec: 105 segments, 11 merges 910.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 743.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 678.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 665.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 559.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 474.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 425.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 400.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 389.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 352.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 249.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 340.1 sec: 105 segments, 11 merges 915.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 748.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 683.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 670.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 564.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 479.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 430.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 405.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 394.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 357.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 254.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 345.1 sec: 105 segments, 11 merges 920.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 753.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 688.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 675.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 569.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 484.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 435.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 410.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 399.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 362.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 259.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 350.1 sec: 105 segments, 11 merges 925.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 758.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 693.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 680.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 574.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 489.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 440.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 415.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 404.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 367.7s _1fe: 8 segs, 193.4 K docs, 771.2 MB 264.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 355.1 sec: 98 segments, 10 merges 930.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 763.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 698.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 685.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 579.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 494.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 445.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 420.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 409.9s _1eo: 8 segs, 148.8 K docs, 592.8 MB 269.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 360.1 sec: 91 segments, 9 merges 935.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 768.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 703.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 690.7s _1az: 8 segs, 196.2 K docs, 782.1 MB 584.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 499.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 450.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 425.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 274.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 365.0 sec: 91 segments, 9 merges 940.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 773.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 708.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 695.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 589.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 504.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 455.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 430.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 279.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 370.0 sec: 91 segments, 9 merges 945.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 778.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 713.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 700.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 594.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 509.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 460.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 435.1s _1ei: 8 segs, 211.9 K docs, 845.1 MB 284.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 375.0 sec: 91 segments, 9 merges 950.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 783.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 718.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 705.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 599.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 514.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 465.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 440.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 289.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 380.0 sec: 91 segments, 9 merges 955.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 788.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 723.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 710.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 604.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 519.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 470.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 445.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 294.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 385.0 sec: 91 segments, 9 merges 960.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 793.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 728.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 715.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 609.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 524.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 475.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 450.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 299.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 390.0 sec: 91 segments, 9 merges 965.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 798.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 733.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 720.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 614.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 529.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 480.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 455.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 304.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 395.0 sec: 91 segments, 9 merges 970.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 803.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 738.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 725.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 619.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 534.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 485.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 460.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 309.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 400.0 sec: 91 segments, 9 merges 975.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 808.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 743.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 730.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 624.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 539.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 490.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 465.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 314.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 405.0 sec: 91 segments, 9 merges 980.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 813.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 748.5s _1ar: 8 segs, 125.2 K docs, 498.6 MB 735.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 629.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 544.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 495.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 470.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 319.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 410.0 sec: 91 segments, 9 merges 985.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 818.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 753.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 740.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 634.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 549.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 500.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 475.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 324.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 415.1 sec: 91 segments, 9 merges 990.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 823.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 758.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 745.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 639.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 554.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 505.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 480.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 329.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 420.1 sec: 91 segments, 9 merges 995.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 828.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 763.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 750.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 644.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 559.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 510.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 485.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 334.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 425.1 sec: 91 segments, 9 merges 1000.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 833.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 768.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 755.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 649.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 564.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 515.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 490.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 339.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 430.1 sec: 91 segments, 9 merges 1005.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 838.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 773.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 760.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 654.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 569.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 520.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 495.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 344.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 435.1 sec: 91 segments, 9 merges 1010.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 843.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 778.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 765.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 659.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 574.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 525.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 500.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 349.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 440.1 sec: 91 segments, 9 merges 1015.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 848.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 783.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 770.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 664.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 579.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 530.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 505.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 354.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 445.1 sec: 91 segments, 9 merges 1020.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 853.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 788.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 775.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 669.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 584.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 535.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 510.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 359.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 450.1 sec: 91 segments, 9 merges 1025.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 858.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 793.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 780.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 674.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 589.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 540.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 515.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 364.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 455.1 sec: 91 segments, 9 merges 1030.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 863.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 798.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 785.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 679.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 594.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 545.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 520.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 369.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 460.1 sec: 91 segments, 9 merges 1035.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 868.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 803.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 790.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 684.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 599.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 550.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 525.2s _1ei: 8 segs, 211.9 K docs, 845.1 MB 374.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 465.1 sec: 84 segments, 9 merges 1040.8s _179: 8 segs, 792.3 K docs, 3165.6 MB 873.8s _19t: 8 segs, 178.4 K docs, 711.2 MB 808.6s _1ar: 8 segs, 125.2 K docs, 498.6 MB 795.7s _1az: 8 segs, 196.2 K docs, 782.1 MB 689.6s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 604.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 555.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 379.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 1.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 470.0 sec: 77 segments, 8 merges 1045.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 878.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 800.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 694.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 609.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 560.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 384.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 6.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 475.0 sec: 77 segments, 8 merges 1050.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 883.7s _19t: 8 segs, 178.4 K docs, 711.2 MB 805.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 699.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 614.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 565.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 389.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 11.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 480.0 sec: 70 segments, 7 merges 1055.7s _179: 8 segs, 792.3 K docs, 3165.6 MB 810.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 704.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 619.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 570.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 394.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 16.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 485.0 sec: 63 segments, 6 merges 815.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 709.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 624.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 575.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 399.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 21.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 490.0 sec: 63 segments, 6 merges 820.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 714.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 629.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 580.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 404.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 26.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 495.0 sec: 63 segments, 6 merges 825.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 719.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 634.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 585.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 409.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 31.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 500.0 sec: 63 segments, 6 merges 830.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 724.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 639.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 590.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 414.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 36.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 505.0 sec: 63 segments, 6 merges 835.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 729.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 644.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 595.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 419.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 41.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 510.0 sec: 63 segments, 6 merges 840.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 734.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 649.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 600.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 424.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 46.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 515.0 sec: 63 segments, 6 merges 845.6s _1az: 8 segs, 196.2 K docs, 782.1 MB 739.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 654.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 605.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 429.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 51.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 520.0 sec: 56 segments, 5 merges 744.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 659.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 610.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 434.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 56.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 525.1 sec: 56 segments, 5 merges 749.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 664.3s _1df: 8 segs, 108.5 K docs, 431.6 MB 615.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 439.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 61.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 530.1 sec: 56 segments, 5 merges 754.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 669.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 620.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 444.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 66.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 535.1 sec: 56 segments, 5 merges 759.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 674.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 625.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 449.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 71.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 540.1 sec: 56 segments, 5 merges 764.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 679.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 630.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 454.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 76.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 545.1 sec: 56 segments, 5 merges 769.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 684.4s _1df: 8 segs, 108.5 K docs, 431.6 MB 635.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 459.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 81.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 550.1 sec: 49 segments, 4 merges 774.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 640.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 464.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 86.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 555.1 sec: 49 segments, 4 merges 779.5s _1cd: 8 segs, 364.2 K docs, 1453.9 MB 645.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 469.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 91.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 560.1 sec: 42 segments, 3 merges 650.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 474.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 96.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 565.1 sec: 42 segments, 3 merges 655.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 479.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 101.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 570.1 sec: 42 segments, 3 merges 660.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 484.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 106.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 575.1 sec: 42 segments, 3 merges 665.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 489.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 111.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 580.0 sec: 42 segments, 3 merges 670.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 494.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 116.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 585.0 sec: 42 segments, 3 merges 675.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 499.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 121.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 590.0 sec: 42 segments, 3 merges 680.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 504.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 126.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 595.0 sec: 42 segments, 3 merges 685.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 509.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 131.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 600.0 sec: 42 segments, 3 merges 690.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 514.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 136.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 605.0 sec: 42 segments, 3 merges 695.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 519.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 141.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 610.0 sec: 42 segments, 3 merges 700.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 524.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 146.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 615.0 sec: 42 segments, 3 merges 705.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 529.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 151.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 620.0 sec: 42 segments, 3 merges 710.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 534.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 156.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 625.0 sec: 42 segments, 3 merges 715.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 539.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 161.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 630.1 sec: 42 segments, 3 merges 720.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 544.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 166.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 635.1 sec: 42 segments, 3 merges 725.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 549.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 171.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 640.1 sec: 42 segments, 3 merges 730.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 554.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 176.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 645.1 sec: 42 segments, 3 merges 735.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 559.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 181.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 650.1 sec: 42 segments, 3 merges 740.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 564.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 186.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 655.1 sec: 42 segments, 3 merges 745.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 569.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 191.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 660.1 sec: 42 segments, 3 merges 750.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 574.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 196.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 665.1 sec: 42 segments, 3 merges 755.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 579.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 201.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 670.1 sec: 42 segments, 3 merges 760.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 584.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 206.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 675.0 sec: 42 segments, 3 merges 765.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 589.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 211.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 680.0 sec: 42 segments, 3 merges 770.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 594.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 216.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 685.0 sec: 42 segments, 3 merges 775.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 599.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 221.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 690.0 sec: 42 segments, 3 merges 780.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 604.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 226.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 695.0 sec: 42 segments, 3 merges 785.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 609.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 231.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 700.0 sec: 42 segments, 3 merges 790.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 614.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 236.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 705.0 sec: 42 segments, 3 merges 795.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 619.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 241.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 710.0 sec: 42 segments, 3 merges 800.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 624.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 246.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 715.0 sec: 42 segments, 3 merges 805.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 629.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 251.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 720.0 sec: 42 segments, 3 merges 810.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 634.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 256.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 725.1 sec: 42 segments, 3 merges 815.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 639.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 261.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 730.1 sec: 42 segments, 3 merges 820.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 644.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 266.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 735.1 sec: 42 segments, 3 merges 825.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 649.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 271.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 740.1 sec: 42 segments, 3 merges 830.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 654.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 276.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 745.1 sec: 42 segments, 3 merges 835.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 659.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 281.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 750.1 sec: 42 segments, 3 merges 840.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 664.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 286.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 755.1 sec: 42 segments, 3 merges 845.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 669.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 291.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 760.1 sec: 42 segments, 3 merges 850.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 674.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 296.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 765.1 sec: 42 segments, 3 merges 855.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 679.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 301.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 770.1 sec: 42 segments, 3 merges 860.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 684.5s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 306.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 775.0 sec: 42 segments, 3 merges 865.5s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 689.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 311.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 780.0 sec: 42 segments, 3 merges 870.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 694.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 316.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 785.0 sec: 42 segments, 3 merges 875.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 699.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 321.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 790.0 sec: 42 segments, 3 merges 880.6s _1e2: 8 segs, 825.2 K docs, 3296.5 MB 704.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 326.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 795.0 sec: 35 segments, 2 merges 709.4s _1fr: 8 segs, 473.1 K docs, 1887.4 MB 331.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 800.0 sec: 28 segments, 1 merges 336.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 805.0 sec: 28 segments, 1 merges 341.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 810.1 sec: 28 segments, 1 merges 346.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 815.1 sec: 28 segments, 1 merges 351.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 820.1 sec: 28 segments, 1 merges 356.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 825.1 sec: 28 segments, 1 merges 361.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 830.1 sec: 28 segments, 1 merges 366.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 835.1 sec: 28 segments, 1 merges 371.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 840.1 sec: 28 segments, 1 merges 376.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 845.1 sec: 28 segments, 1 merges 381.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 850.1 sec: 28 segments, 1 merges 386.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 855.1 sec: 28 segments, 1 merges 391.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 860.1 sec: 28 segments, 1 merges 396.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 865.1 sec: 28 segments, 1 merges 401.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 870.1 sec: 28 segments, 1 merges 406.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 875.0 sec: 28 segments, 1 merges 411.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 880.0 sec: 28 segments, 1 merges 416.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 885.0 sec: 28 segments, 1 merges 421.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 890.0 sec: 28 segments, 1 merges 426.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 895.0 sec: 28 segments, 1 merges 431.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 900.0 sec: 28 segments, 1 merges 436.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 905.0 sec: 28 segments, 1 merges 441.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 910.0 sec: 28 segments, 1 merges 446.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 915.0 sec: 28 segments, 1 merges 451.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 920.0 sec: 28 segments, 1 merges 456.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 925.0 sec: 28 segments, 1 merges 461.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 930.0 sec: 28 segments, 1 merges 466.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 935.1 sec: 28 segments, 1 merges 471.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 940.1 sec: 28 segments, 1 merges 476.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 945.1 sec: 28 segments, 1 merges 481.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 950.1 sec: 28 segments, 1 merges 486.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 955.1 sec: 28 segments, 1 merges 491.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 960.1 sec: 28 segments, 1 merges 496.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 965.1 sec: 28 segments, 1 merges 501.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 970.1 sec: 28 segments, 1 merges 506.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 975.1 sec: 28 segments, 1 merges 511.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 980.1 sec: 28 segments, 1 merges 516.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 985.1 sec: 28 segments, 1 merges 521.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 990.1 sec: 28 segments, 1 merges 526.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 995.1 sec: 28 segments, 1 merges 531.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1000.0 sec: 28 segments, 1 merges 536.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1005.0 sec: 28 segments, 1 merges 541.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1010.0 sec: 28 segments, 1 merges 546.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1015.0 sec: 28 segments, 1 merges 551.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1020.0 sec: 28 segments, 1 merges 556.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1025.0 sec: 28 segments, 1 merges 561.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1030.1 sec: 28 segments, 1 merges 566.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1035.1 sec: 28 segments, 1 merges 571.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1040.1 sec: 28 segments, 1 merges 576.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1045.1 sec: 28 segments, 1 merges 581.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1050.1 sec: 28 segments, 1 merges 586.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1055.0 sec: 28 segments, 1 merges 591.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1060.0 sec: 28 segments, 1 merges 596.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1065.0 sec: 28 segments, 1 merges 601.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1070.0 sec: 28 segments, 1 merges 606.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1075.0 sec: 28 segments, 1 merges 611.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1080.0 sec: 28 segments, 1 merges 616.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1085.1 sec: 28 segments, 1 merges 621.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1090.1 sec: 28 segments, 1 merges 626.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1095.1 sec: 28 segments, 1 merges 631.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1100.1 sec: 28 segments, 1 merges 636.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1105.1 sec: 28 segments, 1 merges 641.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1110.1 sec: 28 segments, 1 merges 646.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1115.1 sec: 28 segments, 1 merges 651.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1120.1 sec: 28 segments, 1 merges 656.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1125.1 sec: 28 segments, 1 merges 661.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1130.1 sec: 28 segments, 1 merges 666.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1135.1 sec: 28 segments, 1 merges 671.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1140.1 sec: 28 segments, 1 merges 676.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1145.0 sec: 28 segments, 1 merges 681.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1150.0 sec: 28 segments, 1 merges 686.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1155.0 sec: 28 segments, 1 merges 691.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1160.0 sec: 28 segments, 1 merges 696.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1165.0 sec: 28 segments, 1 merges 701.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1170.0 sec: 28 segments, 1 merges 706.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1175.0 sec: 28 segments, 1 merges 711.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1180.0 sec: 28 segments, 1 merges 716.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1185.0 sec: 28 segments, 1 merges 721.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1190.0 sec: 28 segments, 1 merges 726.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1195.0 sec: 28 segments, 1 merges 731.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1200.0 sec: 28 segments, 1 merges 736.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1205.0 sec: 28 segments, 1 merges 741.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1210.1 sec: 28 segments, 1 merges 746.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1215.1 sec: 28 segments, 1 merges 751.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1220.1 sec: 28 segments, 1 merges 756.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1225.1 sec: 28 segments, 1 merges 761.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1230.1 sec: 28 segments, 1 merges 766.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1235.1 sec: 28 segments, 1 merges 771.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1240.1 sec: 28 segments, 1 merges 776.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1245.1 sec: 28 segments, 1 merges 781.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1250.1 sec: 28 segments, 1 merges 786.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1255.1 sec: 28 segments, 1 merges 791.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1260.1 sec: 28 segments, 1 merges 796.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1265.1 sec: 28 segments, 1 merges 801.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1270.1 sec: 28 segments, 1 merges 806.3s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1275.0 sec: 28 segments, 1 merges 811.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1280.0 sec: 28 segments, 1 merges 816.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1285.0 sec: 28 segments, 1 merges 821.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1290.0 sec: 28 segments, 1 merges 826.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1295.0 sec: 28 segments, 1 merges 831.2s _1fs: 8 segs, 1262.3 K docs, 5044.4 MB 1300.0 sec: 21 segments, 1 merges 0.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1305.0 sec: 21 segments, 1 merges 5.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1310.1 sec: 21 segments, 1 merges 10.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1315.1 sec: 21 segments, 1 merges 15.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1320.1 sec: 21 segments, 1 merges 20.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1325.0 sec: 21 segments, 1 merges 25.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1330.0 sec: 21 segments, 1 merges 30.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1335.0 sec: 21 segments, 1 merges 35.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1340.0 sec: 21 segments, 1 merges 40.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1345.0 sec: 21 segments, 1 merges 45.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1350.0 sec: 21 segments, 1 merges 50.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1355.0 sec: 21 segments, 1 merges 55.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1360.0 sec: 21 segments, 1 merges 60.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1365.0 sec: 21 segments, 1 merges 65.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1370.0 sec: 21 segments, 1 merges 70.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1375.0 sec: 21 segments, 1 merges 75.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1380.0 sec: 21 segments, 1 merges 80.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1385.1 sec: 21 segments, 1 merges 85.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1390.1 sec: 21 segments, 1 merges 90.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1395.1 sec: 21 segments, 1 merges 95.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1400.1 sec: 21 segments, 1 merges 100.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1405.1 sec: 21 segments, 1 merges 105.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1410.1 sec: 21 segments, 1 merges 110.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1415.1 sec: 21 segments, 1 merges 115.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1420.1 sec: 21 segments, 1 merges 120.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1425.1 sec: 21 segments, 1 merges 125.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1430.1 sec: 21 segments, 1 merges 130.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1435.1 sec: 21 segments, 1 merges 135.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1440.1 sec: 21 segments, 1 merges 140.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1445.1 sec: 21 segments, 1 merges 145.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1450.0 sec: 21 segments, 1 merges 150.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1455.0 sec: 21 segments, 1 merges 155.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1460.0 sec: 21 segments, 1 merges 160.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1465.0 sec: 21 segments, 1 merges 165.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1470.0 sec: 21 segments, 1 merges 170.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1475.0 sec: 21 segments, 1 merges 175.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1480.0 sec: 21 segments, 1 merges 180.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1485.0 sec: 21 segments, 1 merges 185.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1490.0 sec: 21 segments, 1 merges 190.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1495.0 sec: 21 segments, 1 merges 195.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1500.0 sec: 21 segments, 1 merges 200.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1505.0 sec: 21 segments, 1 merges 205.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1510.1 sec: 21 segments, 1 merges 210.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1515.1 sec: 21 segments, 1 merges 215.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1520.1 sec: 21 segments, 1 merges 220.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1525.1 sec: 21 segments, 1 merges 225.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1530.1 sec: 21 segments, 1 merges 230.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1535.1 sec: 21 segments, 1 merges 235.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1540.1 sec: 21 segments, 1 merges 240.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1545.1 sec: 21 segments, 1 merges 245.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1550.1 sec: 21 segments, 1 merges 250.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1555.1 sec: 21 segments, 1 merges 255.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1560.1 sec: 21 segments, 1 merges 260.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1565.1 sec: 21 segments, 1 merges 265.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1570.0 sec: 21 segments, 1 merges 270.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1575.0 sec: 21 segments, 1 merges 275.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1580.0 sec: 21 segments, 1 merges 280.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1585.0 sec: 21 segments, 1 merges 285.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1590.0 sec: 21 segments, 1 merges 290.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1595.0 sec: 21 segments, 1 merges 295.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1600.0 sec: 21 segments, 1 merges 300.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1605.0 sec: 21 segments, 1 merges 305.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1610.0 sec: 21 segments, 1 merges 310.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1615.0 sec: 21 segments, 1 merges 315.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1620.0 sec: 21 segments, 1 merges 320.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1625.1 sec: 21 segments, 1 merges 325.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1630.1 sec: 21 segments, 1 merges 330.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1635.1 sec: 21 segments, 1 merges 335.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1640.1 sec: 21 segments, 1 merges 340.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1645.1 sec: 21 segments, 1 merges 345.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1650.1 sec: 21 segments, 1 merges 350.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1655.1 sec: 21 segments, 1 merges 355.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1660.1 sec: 21 segments, 1 merges 360.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1665.1 sec: 21 segments, 1 merges 365.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1670.1 sec: 21 segments, 1 merges 370.3s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1675.0 sec: 21 segments, 1 merges 375.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1680.0 sec: 21 segments, 1 merges 380.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1685.0 sec: 21 segments, 1 merges 385.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1690.0 sec: 21 segments, 1 merges 390.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1695.0 sec: 21 segments, 1 merges 395.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1700.0 sec: 21 segments, 1 merges 400.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1705.0 sec: 21 segments, 1 merges 405.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1710.0 sec: 21 segments, 1 merges 410.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1715.0 sec: 21 segments, 1 merges 415.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1720.0 sec: 21 segments, 1 merges 420.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1725.0 sec: 21 segments, 1 merges 425.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1730.1 sec: 21 segments, 1 merges 430.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1735.1 sec: 21 segments, 1 merges 435.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1740.1 sec: 21 segments, 1 merges 440.2s _1ft: 5 segs, 1247.1 K docs, 4986.2 MB 1745.1 sec: 17 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3094 seconds reindex takes 3094.82 sec index has 17 segments: segments_2: _e7(11.0.0):C912734 _1ft(11.0.0):C1247128 _179(11.0.0):C792341 _1fs(11.0.0):C1262303 _vq(11.0.0):C454195 _10l(11.0.0):C445955 _tz(11.0.0):C438640 _vj(11.0.0):C242803 _1e2(11.0.0):C825169 _16l(11.0.0):C219384 _1az(11.0.0):C196152 _19t(11.0.0):C178432 _1ar(11.0.0):C125237 _1fr(11.0.0):C473055 _1df(11.0.0):C108484 _1d8(11.0.0):C38460 _1ex(11.0.0):C39528 _e7: 3653.0 MB _1ft: 4993.7 MB _179: 3170.7 MB _1fs: 5054.5 MB _vq: 1816.6 MB _10l: 1783.7 MB _tz: 1754.4 MB _vj: 970.7 MB _1e2: 3302.1 MB _16l: 877.0 MB _1az: 784.0 MB _19t: 713.1 MB _1ar: 500.3 MB _1fr: 1892.1 MB _1df: 433.3 MB _1d8: 153.3 MB _1ex: 157.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32009.98 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=55270446922 cpu@end=68194098153 deltaMS=12923.651231 thread 14 name=Reference Handler cpu@start=2561744 cpu@end=2561744 deltaMS=0.0 thread 15 name=Finalizer cpu@start=147463 cpu@end=147463 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64974 cpu@end=64974 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=26644606 cpu@end=26644606 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=53744558971 cpu@end=53746022349 deltaMS=1.463378 thread 42 name=JFR Periodic Tasks cpu@start=370322156683 cpu@end=370946948252 deltaMS=624.791569 thread 45 name=Notification Thread cpu@start=105186 cpu@end=105186 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4789627721025 cpu@end=4789627721025 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4777475060939 cpu@end=4777475060939 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4785360054649 cpu@end=4785360054649 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4785893277906 cpu@end=4785893277906 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4787790290147 cpu@end=4787790290147 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4784676283415 cpu@end=4784676283415 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4786459479598 cpu@end=4786459479598 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4791968342421 cpu@end=4791968342421 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4795160203711 cpu@end=4795160203711 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4783003157199 cpu@end=4783003157199 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4786005455088 cpu@end=4786005455088 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4789114236653 cpu@end=4789114236653 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4785903529564 cpu@end=4785903529564 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4787064743552 cpu@end=4787064743552 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4785054023795 cpu@end=4785054023795 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4787878326085 cpu@end=4787878326085 deltaMS=0.0 Average CPU cores used: 1.0473972297959475 completed 1000 searches in 12936 ms: 77 QPS CPU time=13549 ms checking results SUMMARY: 0.976 12.936 13.549 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 64704 3094.82 2584.97 0.00 17 32009.98 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 912734 documents Graph level=3 size=47, Fanout min=4, mean=8.98, max=17, meandelta=78295.26 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 8 9 9 9 10 11 12 17 Graph level=2 size=802, Fanout min=8, mean=22.66, max=32, meandelta=36595.98 % 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=27898, Fanout min=3, mean=27.97, max=32, meandelta=29832.20 % 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=912734, Fanout min=1, mean=39.50, max=64, meandelta=21402.41 % 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=802, connectedness=1.00 Graph level=1 size=27898, connectedness=1.00 Graph level=0 size=912734, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1247128 documents Graph level=3 size=60, Fanout min=5, mean=9.40, max=17, meandelta=103356.09 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 11 12 13 17 Graph level=2 size=1159, Fanout min=8, mean=24.15, max=32, meandelta=47212.42 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 31 32 32 32 Graph level=1 size=38280, Fanout min=4, mean=28.17, max=32, meandelta=40600.54 % 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=1247128, Fanout min=1, mean=39.41, max=64, meandelta=29282.91 % 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=60, connectedness=1.00 Graph level=2 size=1159, connectedness=1.00 Graph level=1 size=38280, connectedness=1.00 Graph level=0 size=1247128, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 792341 documents Graph level=3 size=38, Fanout min=4, mean=7.63, max=12, meandelta=83120.01 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 7 8 10 10 12 Graph level=2 size=665, Fanout min=7, mean=21.43, max=32, meandelta=32954.14 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 23 26 29 32 32 Graph level=1 size=24209, Fanout min=5, mean=27.93, max=32, meandelta=25959.55 % 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=792341, Fanout min=1, mean=39.57, max=64, meandelta=18557.87 % 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=38, connectedness=1.00 Graph level=2 size=665, connectedness=1.00 Graph level=1 size=24209, connectedness=1.00 Graph level=0 size=792341, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1262303 documents Graph level=3 size=56, Fanout min=3, mean=8.39, max=16, meandelta=107025.18 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 10 11 12 16 Graph level=2 size=1144, Fanout min=7, mean=23.79, max=32, meandelta=47912.04 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 27 30 32 32 32 Graph level=1 size=38721, Fanout min=3, mean=28.11, max=32, meandelta=41166.88 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1262303, Fanout min=1, mean=39.41, max=64, meandelta=29641.87 % 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=56, connectedness=1.00 Graph level=2 size=1144, connectedness=1.00 Graph level=1 size=38721, connectedness=1.00 Graph level=0 size=1262303, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 454195 documents Graph level=3 size=26, Fanout min=3, mean=5.85, max=12, meandelta=51812.01 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 6 7 8 12 Graph level=2 size=375, Fanout min=6, mean=18.51, max=32, meandelta=20674.19 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 19 21 23 27 32 Graph level=1 size=13808, Fanout min=7, mean=27.69, max=32, meandelta=14978.44 % 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=454195, Fanout min=1, mean=39.56, max=64, meandelta=10653.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=26, connectedness=1.00 Graph level=2 size=375, connectedness=1.00 Graph level=1 size=13808, connectedness=1.00 Graph level=0 size=454195, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 445955 documents Graph level=3 size=24, Fanout min=3, mean=5.92, max=9, meandelta=48668.62 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 6 7 8 9 Graph level=2 size=362, Fanout min=7, mean=18.37, max=32, meandelta=19429.40 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 15 16 18 20 22 23 27 32 Graph level=1 size=13579, Fanout min=6, mean=27.73, max=32, meandelta=14661.90 % 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=445955, Fanout min=1, mean=39.56, max=64, meandelta=10456.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=362, connectedness=1.00 Graph level=1 size=13579, connectedness=1.00 Graph level=0 size=445955, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 438640 documents Graph level=3 size=25, Fanout min=3, mean=6.40, max=11, meandelta=46141.78 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 7 7 8 8 11 Graph level=2 size=336, Fanout min=6, mean=18.43, max=32, meandelta=20520.81 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 21 23 27 32 Graph level=1 size=13244, Fanout min=8, mean=27.69, max=32, meandelta=14454.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=438640, Fanout min=1, mean=39.55, max=64, meandelta=10291.41 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=25, connectedness=1.00 Graph level=2 size=336, connectedness=1.00 Graph level=1 size=13244, connectedness=1.00 Graph level=0 size=438640, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 242803 documents Graph level=3 size=8, Fanout min=2, mean=3.25, max=5, meandelta=35618.12 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 4 5 5 Graph level=2 size=213, Fanout min=6, mean=15.32, max=32, meandelta=13035.75 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 13 14 16 17 19 22 32 Graph level=1 size=7510, Fanout min=8, mean=27.38, max=32, meandelta=8093.37 % 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=242803, Fanout min=1, mean=39.43, max=64, meandelta=5717.95 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=213, connectedness=1.00 Graph level=1 size=7510, connectedness=1.00 Graph level=0 size=242803, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 825169 documents Graph level=3 size=35, Fanout min=3, mean=7.94, max=14, meandelta=80287.58 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 7 8 8 9 11 11 14 Graph level=2 size=688, Fanout min=8, mean=21.90, max=32, meandelta=32844.78 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 18 19 21 23 26 30 32 32 Graph level=1 size=25256, Fanout min=2, mean=27.95, max=32, meandelta=26989.31 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=825169, Fanout min=1, mean=39.56, max=64, meandelta=19330.13 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=35, connectedness=1.00 Graph level=2 size=688, connectedness=1.00 Graph level=1 size=25256, connectedness=1.00 Graph level=0 size=825169, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 219384 documents Graph level=3 size=9, Fanout min=1, mean=4.22, max=6, meandelta=21700.55 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 3 4 4 4 5 5 6 6 Graph level=2 size=199, Fanout min=6, mean=15.17, max=32, meandelta=12169.31 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 16 17 19 22 32 Graph level=1 size=6787, Fanout min=8, mean=27.23, max=32, meandelta=7364.68 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=219384, Fanout min=1, mean=39.38, max=64, meandelta=5175.17 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=199, connectedness=1.00 Graph level=1 size=6787, connectedness=1.00 Graph level=0 size=219384, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 196152 documents Graph level=3 size=9, Fanout min=2, mean=3.56, max=5, meandelta=32613.69 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 4 4 4 5 5 Graph level=2 size=184, Fanout min=5, mean=15.32, max=32, meandelta=11183.89 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 17 18 21 32 Graph level=1 size=6031, Fanout min=8, mean=27.17, max=32, meandelta=6611.47 % 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=196152, Fanout min=1, mean=39.29, max=64, meandelta=4639.07 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=184, connectedness=1.00 Graph level=1 size=6031, connectedness=1.00 Graph level=0 size=196152, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 178432 documents Graph level=3 size=8, Fanout min=2, mean=3.00, max=5, meandelta=25408.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 5 Graph level=2 size=160, Fanout min=6, mean=13.02, max=30, meandelta=11616.73 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 12 13 14 16 19 30 Graph level=1 size=5507, Fanout min=8, mean=27.19, max=32, meandelta=6005.73 % 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=178432, Fanout min=1, mean=39.29, max=64, meandelta=4218.74 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=160, connectedness=1.00 Graph level=1 size=5507, connectedness=1.00 Graph level=0 size=178432, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 125237 documents Graph level=3 size=8, Fanout min=2, mean=3.50, max=4, meandelta=20137.82 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 4 4 4 4 4 4 Graph level=2 size=119, Fanout min=4, mean=12.27, max=28, meandelta=8553.14 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 10 12 13 14 16 17 28 Graph level=1 size=3812, Fanout min=8, mean=26.83, max=32, meandelta=4261.43 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=125237, Fanout min=2, mean=38.97, max=64, meandelta=2982.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=119, connectedness=1.00 Graph level=1 size=3812, connectedness=1.00 Graph level=0 size=125237, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 473055 documents Graph level=3 size=15, Fanout min=3, mean=4.53, max=8, meandelta=53402.57 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 3 4 5 5 5 6 8 Graph level=2 size=438, Fanout min=6, mean=19.87, max=32, meandelta=20987.43 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 21 23 26 29 32 Graph level=1 size=14628, Fanout min=5, mean=27.78, max=32, meandelta=15572.06 % 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=473055, Fanout min=1, mean=39.53, max=64, meandelta=11099.98 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=438, connectedness=1.00 Graph level=1 size=14628, connectedness=1.00 Graph level=0 size=473055, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 108484 documents Graph level=3 size=6, Fanout min=1, mean=2.00, max=3, meandelta=13526.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 3 3 Graph level=2 size=101, Fanout min=4, mean=11.31, max=22, meandelta=7992.87 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 15 22 Graph level=1 size=3337, Fanout min=7, mean=26.75, max=32, meandelta=3715.47 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=108484, Fanout min=2, mean=39.01, max=64, meandelta=2580.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=101, connectedness=1.00 Graph level=1 size=3337, connectedness=1.00 Graph level=0 size=108484, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 38460 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=3, mean=6.71, max=12, meandelta=4414.59 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 6 6 7 7 8 9 12 Graph level=1 size=1188, Fanout min=7, mean=24.16, max=32, meandelta=1442.92 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 25 27 30 32 32 32 Graph level=0 size=38460, Fanout min=1, mean=37.87, max=64, meandelta=940.91 % 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=31, connectedness=1.00 Graph level=1 size=1188, connectedness=1.00 Graph level=0 size=38460, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 39528 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=4, mean=7.19, max=11, meandelta=4531.52 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 7 8 9 10 11 Graph level=1 size=1218, Fanout min=10, mean=24.17, max=32, meandelta=1481.68 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=0 size=39528, Fanout min=3, mean=37.92, max=64, meandelta=966.47 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1218, connectedness=1.00 Graph level=0 size=39528, 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.25.08.07.42/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': 171,422,985.85 msec task-clock:u 645,788,088,140,374 cycles:u (36.36%) 46,831,768,276,587 instructions:u (36.36%) 9,376,633,809,677 cache-references:u (36.36%) 2,303,077,203,364 cache-misses:u (36.36%) 26,221,772,494,961 L1-dcache-loads:u (36.36%) 2,676,345,287,200 L1-dcache-load-misses:u (36.36%) 3,013,410,554,781 L1-icache-loads:u (36.36%) 31,669,290,951 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,304,108 faults:u 11,625,057 minor-faults:u 128 major-faults:u 4,705,466,989,895 branches:u (36.36%) 81,669,759,626 branch-misses:u (36.36%) 9,485,954,190,006 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 4934.827694298 seconds time elapsed 170434.664412000 seconds user 952.376253000 seconds sys took 1:22:14.853755 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.976, cpu_time_ms=12.936, net_cpu_ms=13.549, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=64704, index_time_sec=3094.82, index_docs_per_sec=2584.97, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=32009.98, 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: 5, 20: 5, 30: 6, 40: 6, 50: 7, 60: 7, 70: 8, 80: 9, 90: 10, 100: 11}), 1: (1218, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 24, 60: 27, 70: 30, 80: 32, 90: 32, 100: 32}), 0: (39528, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=4934, microseconds=853755)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-25 17:00:52 (UTC) Duration: 3359 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 104272617 1823053641 jdk.FileWrite 8323910 179149513 jdk.FileRead 3324459 78113069 jdk.BooleanFlag 81344 2582228 jdk.CPULoad 61728 1244332 jdk.ObjectAllocationInNewTLAB 41282 823840 jdk.Checkpoint 11337 34927605 jdk.UnsignedIntFlag 7872 267896 jdk.IntFlag 7216 264076 jdk.StringFlag 5576 217216 jdk.Compilation 1188 32484 jdk.ObjectAllocationOutsideTLAB 958 17997 jdk.CPUInformation 164 246340 jdk.GCConfiguration 164 4276 jdk.JVMInformation 164 148596 jdk.Metadata 164 18126440 jdk.GarbageCollection 25 610 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.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104272617 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.20% 86M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.93% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.37% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.32% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.21% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.63% 658597 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.37% 390854 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.27% 282475 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.17% 175758 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 147209 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.14% 142446 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.12% 125169 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.12% 121724 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.12% 120666 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.06% 66744 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 51957 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 47208 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 42285 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 39326 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 31610 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 27964 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 26062 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 24990 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.02% 24519 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 22854 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.02% 21047 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20997 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 20507 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 19912 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 19698 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 19610 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 18922 java.util.Objects#checkIndex():365 [Inlined code] 0.02% 17966 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16333 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 15680 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.01% 15542 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 14398 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 13532 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 12048 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 11368 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10672 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 9959 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 9337 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 9018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8172 java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():645 [Inlined code] 0.01% 7506 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.01% 7198 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.01% 6747 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 0.01% 6175 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():234 [Inlined code] 0.01% 5871 org.apache.lucene.util.hnsw.NeighborArray#removeIndex():248 [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.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104272617 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 77.40% 80M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.93% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.78% 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.49% 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.21% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.16% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.69% 717542 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.35% 361424 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.27% 282196 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.26% 276214 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.24% 254202 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.20% 206394 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.17% 175491 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% 172753 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.12% 129375 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.12% 125436 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 125020 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 70046 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 66744 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% 58572 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 55489 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 48813 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 44992 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 42284 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.04% 39249 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.03% 31610 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.03% 31516 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 27964 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.03% 27493 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 25984 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% 25752 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.02% 23846 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 22854 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.02% 20372 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.02% 19912 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 19439 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 18514 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% 18427 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.02% 18257 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 18033 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.02% 16333 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 15754 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 15702 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 15594 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 15363 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.01% 13527 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 13154 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.01% 12555 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.01% 12291 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.0x0000000038175610#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12230 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104272617 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 60.82% 63M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 11.21% 11M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 8.47% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 4.04% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 2.22% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.25% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.93% 968482 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.80% 830471 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.76% 791907 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.59% 616933 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.50% 519873 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.48% 496771 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.38% 394578 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.36% 379635 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.28% 295483 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.26% 276214 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.24% 246002 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.23% 239891 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.22% 233314 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.19% 201556 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 181416 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 173428 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.15% 157471 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.0x00000000381a0fd8#run() [JIT compiled code] 0.14% 149639 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.14% 145669 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 127516 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.10% 107805 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 105154 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 100605 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 98935 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.0x000000003807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 86296 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.0x00000000381a0fd8#run() [JIT compiled code] 0.07% 76556 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 72411 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 66744 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.05% 56843 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 55573 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.05% 49049 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.04% 45816 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.04% 44325 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.04% 42268 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% 41614 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 39201 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% 37305 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.03% 35597 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.03% 34470 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.03% 33552 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.03% 32662 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 31808 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.03% 29862 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42230 events (total: 231376M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.84% 64418M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.32% 58594M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 25.12% 58124M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.02% 13930M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.42% 7914M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 3.18% 7348M java.lang.Integer#valueOf():1006 [Inlined code] 1.25% 2899M java.util.Arrays#copyOf():3478 [Inlined code] 0.81% 1882M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.77% 1773M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.75% 1742M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.70% 1618M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.45% 1042M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.41% 956M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.31% 721M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.30% 698M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.26% 606M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.17% 398M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 372M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.16% 368M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.16% 366M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 359M java.util.ArrayList#grow():240 [Inlined code] 0.14% 335M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 315M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.13% 306M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 295M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.13% 289M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.12% 271M java.util.HashMap#newNode():1910 [Inlined code] 0.11% 266M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.10% 228M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.09% 216M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 183M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.08% 175M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [JIT compiled code] 0.07% 171M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():615 [JIT compiled code] 0.07% 162M java.util.HashMap#resize():711 [JIT compiled code] 0.07% 160M knn.IndexerThread#_run():108 [JIT compiled code] 0.05% 122M java.util.List#of():935 [Inlined code] 0.05% 110M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 94M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 93M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 90M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 87M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 76M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 76M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 73M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 68M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.03% 60M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 60M knn.IndexerThread#_run():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42230 events (total: 231376M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.50% 47439M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.27% 46894M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.16% 39698M 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.68% 24720M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 6.02% 13930M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.85% 11229M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.78% 11055M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.42% 7914M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 3.16% 7310M 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.21% 2808M 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.81% 1882M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.70% 1618M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.40% 922M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 909M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.38% 885M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.30% 686M 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.28% 649M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 628M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 535M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.20% 468M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.18% 405M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 368M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.16% 366M 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% 359M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.14% 335M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 315M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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.13% 295M 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% 269M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 242M 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% 230M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 221M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.10% 220M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.09% 216M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 210M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 205M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.09% 204M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 201M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 201M 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.0x0000000038182000#concat() [Inlined code] 0.08% 175M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [JIT compiled code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.07% 171M 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.07% 171M 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.0x0000000038092000#concat() [Inlined code] 0.07% 171M 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 [Inlined code] at org.apache.lucene.index.CodecReader$1#document():101 [Inlined code] 0.07% 160M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 152M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 131M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] 0.05% 122M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.05% 110M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 103M 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% 103M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.25.08.07.42/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmFalse.jfr is 2040.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42230 events (total: 231376M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 39634M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 12.63% 29214M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 12.40% 28699M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 7.12% 16474M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.02% 13930M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 3.89% 8990M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.80% 8799M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.56% 8245M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.16% 7310M 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.23% 5160M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.17% 5015M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.60% 3691M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.58% 3659M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 1.54% 3567M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 1.52% 3516M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.43% 3313M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.36% 3146M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.29% 2993M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.21% 2808M 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.86% 2000M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.86% 1985M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.72% 1670M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.69% 1601M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] 0.69% 1595M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.58% 1334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.52% 1205M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 781M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 776M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.31% 708M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 706M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.30% 686M 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.29% 663M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.28% 637M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.27% 615M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.20% 460M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 450M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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% 368M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.16% 366M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 359M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 350M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 345M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 339M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.12% 281M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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% 265M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.11% 253M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.10% 233M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.10% 231M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.0x00000000381a0fd8#run() [JIT compiled code] 0.10% 230M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.10% 229M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.10% 221M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381a0a80#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.25.08.07.42/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 2683923 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3219737358061653 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 25, 2026 2:24:05 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: 250 segments, 27 merges 1043.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 904.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 885.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 763.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 742.1s _17t: 12 segs, 58.3 K docs, 230.7 MB 545.8s _1a3: 8 segs, 122.1 K docs, 486.0 MB 526.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 477.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 428.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 411.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 392.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 371.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 325.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 304.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 257.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 225.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 194.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 175.7s _1e1: 8 segs, 38.2 K docs, 151.2 MB 154.3s _1e9: 8 segs, 73.3 K docs, 291.2 MB 133.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 113.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 88.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 64.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 39.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 20.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 3.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 5.0 sec: 250 segments, 27 merges 1048.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 909.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 890.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 768.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 747.1s _17t: 12 segs, 58.3 K docs, 230.7 MB 550.8s _1a3: 8 segs, 122.1 K docs, 486.0 MB 531.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 482.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 433.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 416.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 397.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 376.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 330.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 309.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 262.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 230.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 199.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 180.7s _1e1: 8 segs, 38.2 K docs, 151.2 MB 159.3s _1e9: 8 segs, 73.3 K docs, 291.2 MB 138.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 118.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 93.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 69.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 45.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 25.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 8.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 5.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 10.0 sec: 250 segments, 27 merges 1053.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 914.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 895.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 773.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 752.1s _17t: 12 segs, 58.3 K docs, 230.7 MB 555.9s _1a3: 8 segs, 122.1 K docs, 486.0 MB 536.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 487.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 438.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 421.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 402.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 381.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 335.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 314.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 267.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 235.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 204.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 185.7s _1e1: 8 segs, 38.2 K docs, 151.2 MB 164.3s _1e9: 8 segs, 73.3 K docs, 291.2 MB 143.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 123.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 98.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 74.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 50.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 30.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 13.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 10.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 15.1 sec: 250 segments, 27 merges 1058.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 920.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 900.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 778.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 757.2s _17t: 12 segs, 58.3 K docs, 230.7 MB 560.9s _1a3: 8 segs, 122.1 K docs, 486.0 MB 541.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 492.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 443.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 426.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 407.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 386.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 340.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 319.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 272.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 240.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 209.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 190.7s _1e1: 8 segs, 38.2 K docs, 151.2 MB 169.4s _1e9: 8 segs, 73.3 K docs, 291.2 MB 148.5s _1ei: 8 segs, 38.6 K docs, 152.6 MB 128.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 103.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 79.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 55.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 35.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 18.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 15.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 20.1 sec: 243 segments, 26 merges 1063.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 925.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 905.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 783.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 762.2s _17t: 12 segs, 58.3 K docs, 230.7 MB 565.9s _1a3: 8 segs, 122.1 K docs, 486.0 MB 546.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 497.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 448.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 431.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 412.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 391.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 345.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 324.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 277.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 245.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 214.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 174.4s _1e9: 8 segs, 73.3 K docs, 291.2 MB 153.5s _1ei: 8 segs, 38.6 K docs, 152.6 MB 133.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 108.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 84.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 60.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 40.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 23.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 20.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 25.1 sec: 243 segments, 26 merges 1068.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 930.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 910.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 788.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 767.2s _17t: 12 segs, 58.3 K docs, 230.7 MB 570.9s _1a3: 8 segs, 122.1 K docs, 486.0 MB 551.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 502.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 453.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 436.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 417.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 396.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 350.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 329.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 282.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 250.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 219.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 179.4s _1e9: 8 segs, 73.3 K docs, 291.2 MB 158.5s _1ei: 8 segs, 38.6 K docs, 152.6 MB 138.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 113.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 89.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 65.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 45.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 28.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 25.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 30.1 sec: 243 segments, 26 merges 1073.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 935.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 915.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 793.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 772.2s _17t: 12 segs, 58.3 K docs, 230.7 MB 575.9s _1a3: 8 segs, 122.1 K docs, 486.0 MB 556.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 507.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 458.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 441.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 422.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 401.9s _1c1: 8 segs, 38.1 K docs, 150.9 MB 355.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 334.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 287.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 255.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 224.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 184.4s _1e9: 8 segs, 73.3 K docs, 291.2 MB 163.5s _1ei: 8 segs, 38.6 K docs, 152.6 MB 143.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 118.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 94.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 70.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 50.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 33.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 30.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 35.0 sec: 243 segments, 26 merges 1078.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 939.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 920.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 798.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 777.1s _17t: 12 segs, 58.3 K docs, 230.7 MB 580.8s _1a3: 8 segs, 122.1 K docs, 486.0 MB 561.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 512.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 463.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 446.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 427.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 406.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 360.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 339.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 292.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 260.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 229.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 189.3s _1e9: 8 segs, 73.3 K docs, 291.2 MB 168.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 148.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 123.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 99.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 74.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 55.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 38.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 35.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 40.0 sec: 232 segments, 25 merges 1083.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 944.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 925.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 803.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 585.8s _1a3: 8 segs, 122.1 K docs, 486.0 MB 566.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 517.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 468.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 451.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 432.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 411.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 365.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 344.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 297.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 265.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 234.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 194.3s _1e9: 8 segs, 73.3 K docs, 291.2 MB 173.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 153.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 128.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 104.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 80.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 60.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 43.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 40.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 45.0 sec: 218 segments, 23 merges 1088.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 949.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 930.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 808.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 571.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 522.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 473.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 456.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 437.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 416.8s _1c1: 8 segs, 38.1 K docs, 150.9 MB 370.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 349.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 302.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 270.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 239.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 178.4s _1ei: 8 segs, 38.6 K docs, 152.6 MB 158.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 133.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 109.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 85.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 65.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 48.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 45.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 50.1 sec: 204 segments, 21 merges 1093.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 955.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 935.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 813.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 576.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 527.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 478.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 461.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 442.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 375.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 354.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 307.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 275.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 244.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 163.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 138.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 114.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 90.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 70.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 53.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 50.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 55.1 sec: 204 segments, 21 merges 1098.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 960.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 940.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 818.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 581.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 532.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 483.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 466.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 447.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 380.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 359.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 312.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 280.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 249.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 168.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 143.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 119.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 95.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 75.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 58.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 55.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 60.1 sec: 204 segments, 21 merges 1103.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 965.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 945.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 823.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 586.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 537.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 488.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 471.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 452.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 385.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 364.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 317.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 285.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 254.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 173.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 148.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 124.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 100.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 80.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 63.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 60.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 65.0 sec: 204 segments, 21 merges 1108.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 969.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 950.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 828.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 591.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 542.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 493.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 476.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 457.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 390.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 369.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 322.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 290.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 259.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 178.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 153.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 129.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 104.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 85.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 68.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 65.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 70.0 sec: 204 segments, 21 merges 1113.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 974.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 955.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 833.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 596.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 547.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 498.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 481.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 462.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 395.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 374.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 327.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 295.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 264.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 183.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 158.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 134.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 110.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 90.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 73.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 70.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 75.0 sec: 204 segments, 21 merges 1118.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 979.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 960.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 838.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 601.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 552.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 503.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 486.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 467.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 400.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 379.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 332.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 300.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 269.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 188.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 163.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 139.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 115.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 95.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 78.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 75.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 80.0 sec: 204 segments, 21 merges 1123.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 985.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 965.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 843.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 606.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 557.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 508.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 491.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 472.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 405.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 384.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 337.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 305.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 274.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 193.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 168.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 144.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 120.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 100.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 83.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 80.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 85.1 sec: 204 segments, 21 merges 1128.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 990.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 970.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 848.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 611.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 562.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 513.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 496.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 477.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 410.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 389.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 342.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 310.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 279.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 198.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 173.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 149.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 125.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 105.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 88.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 85.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 90.1 sec: 204 segments, 21 merges 1133.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 995.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 975.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 853.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 616.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 567.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 518.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 501.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 482.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 415.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 394.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 347.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 315.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 284.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 203.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 178.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 154.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 130.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 110.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 93.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 90.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 95.1 sec: 204 segments, 21 merges 1138.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1000.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 980.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 858.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 621.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 572.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 523.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 506.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 487.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 420.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 399.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 352.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 320.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 289.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 208.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 183.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 159.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 135.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 115.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 98.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 95.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 100.1 sec: 204 segments, 21 merges 1143.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1005.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 985.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 863.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 626.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 577.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 528.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 511.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 492.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 425.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 404.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 357.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 325.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 294.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 213.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 188.5s _1ey: 8 segs, 74.6 K docs, 296.5 MB 164.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 140.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 120.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 103.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 100.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 105.0 sec: 204 segments, 21 merges 1148.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1009.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 990.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 868.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 631.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 582.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 533.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 516.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 497.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 430.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 409.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 362.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 330.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 299.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 218.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 193.4s _1ey: 8 segs, 74.6 K docs, 296.5 MB 169.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 144.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 125.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 108.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 105.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 110.0 sec: 197 segments, 20 merges 1153.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1014.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 995.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 873.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 636.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 587.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 538.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 521.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 502.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 435.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 414.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 367.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 335.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 304.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 223.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 174.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 150.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 130.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 113.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 110.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 115.0 sec: 197 segments, 20 merges 1158.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1020.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1000.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 878.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 641.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 592.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 543.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 526.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 507.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 440.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 419.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 372.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 340.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 309.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 228.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 179.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 155.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 135.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 118.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 115.0s _1fw: 8 segs, 29.7 K docs, 117.5 MB 120.1 sec: 197 segments, 20 merges 1163.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1025.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1005.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 883.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 646.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 597.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 548.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 531.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 512.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 445.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 424.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 377.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 345.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 314.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 233.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 184.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 160.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 140.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 123.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 120.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 125.1 sec: 197 segments, 20 merges 1168.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1030.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1010.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 888.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 651.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 602.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 553.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 536.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 517.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 450.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 429.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 382.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 350.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 319.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 238.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 189.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 165.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 145.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 128.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 125.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 130.1 sec: 197 segments, 20 merges 1173.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1035.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1015.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 893.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 656.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 607.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 558.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 541.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 522.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 455.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 434.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 387.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 355.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 324.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 243.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 194.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 170.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 150.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 133.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 130.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 135.1 sec: 197 segments, 20 merges 1178.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1040.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1020.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 898.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 661.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 612.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 563.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 546.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 527.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 460.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 439.1s _1cq: 14 segs, 66.2 K docs, 261.9 MB 392.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 360.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 330.0s _1ds: 10 segs, 48.6 K docs, 192.5 MB 248.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 199.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 175.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 155.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 138.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 135.1s _1fw: 8 segs, 29.7 K docs, 117.5 MB 140.0 sec: 190 segments, 20 merges 1183.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1044.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1025.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 903.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 666.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 617.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 568.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 551.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 532.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 465.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 444.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 397.7s _1d4: 13 segs, 62.5 K docs, 247.2 MB 365.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 334.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 253.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 204.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 180.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 160.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 143.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 1.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 145.0 sec: 190 segments, 20 merges 1188.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1049.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1030.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 908.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 671.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 622.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 573.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 556.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 537.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 470.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 449.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 402.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 370.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 339.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 258.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 209.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 185.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 165.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 148.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 6.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 150.0 sec: 190 segments, 20 merges 1193.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1054.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1035.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 913.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 676.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 627.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 578.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 561.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 542.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 475.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 454.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 407.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 375.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 344.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 263.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 214.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 190.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 170.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 153.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 11.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 155.0 sec: 190 segments, 20 merges 1198.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1060.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1040.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 918.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 681.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 632.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 583.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 566.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 547.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 480.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 459.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 412.8s _1d4: 13 segs, 62.5 K docs, 247.2 MB 380.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 349.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 268.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 219.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 195.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 175.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 158.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 16.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 160.1 sec: 178 segments, 19 merges 1203.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1065.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1045.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 923.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 686.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 637.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 588.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 571.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 552.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 485.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 464.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 385.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 354.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 273.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 224.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 200.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 180.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 163.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 21.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 165.1 sec: 178 segments, 19 merges 1208.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1070.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1050.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 928.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 691.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 642.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 593.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 576.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 557.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 490.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 469.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 390.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 359.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 278.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 229.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 205.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 185.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 168.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 26.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 170.1 sec: 178 segments, 19 merges 1213.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1075.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1055.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 933.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 696.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 647.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 598.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 581.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 562.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 495.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 474.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 395.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 364.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 283.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 234.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 210.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 190.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 173.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 31.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 175.1 sec: 178 segments, 19 merges 1218.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1080.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1060.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 938.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 701.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 652.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 603.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 586.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 567.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 500.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 479.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 400.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 369.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 288.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 239.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 215.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 195.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 178.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 36.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 180.1 sec: 178 segments, 19 merges 1223.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1085.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1065.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 943.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 706.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 657.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 608.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 591.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 572.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 505.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 484.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 405.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 374.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 293.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 244.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 220.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 200.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 183.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 41.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 185.0 sec: 178 segments, 19 merges 1228.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1089.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1070.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 948.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 711.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 662.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 613.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 596.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 577.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 510.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 489.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 410.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 379.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 298.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 249.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 224.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 205.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 188.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 46.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 190.0 sec: 178 segments, 19 merges 1233.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1094.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1075.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 953.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 716.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 667.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 618.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 601.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 582.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 515.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 494.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 415.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 384.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 303.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 254.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 230.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 210.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 193.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 51.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 195.0 sec: 178 segments, 19 merges 1238.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1099.9s _15r: 8 segs, 175.5 K docs, 699.3 MB 1080.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 958.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 721.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 672.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 623.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 606.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 587.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 520.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 499.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 420.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 389.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 308.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 259.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 235.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 215.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 198.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 56.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 200.0 sec: 178 segments, 19 merges 1243.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1105.0s _15r: 8 segs, 175.5 K docs, 699.3 MB 1085.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 963.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 726.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 677.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 628.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 611.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 592.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 525.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 504.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 425.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 394.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 313.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 264.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 240.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 220.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 203.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 61.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 205.1 sec: 171 segments, 18 merges 1248.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1090.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 968.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 731.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 682.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 633.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 616.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 597.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 530.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 509.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 430.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 399.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 318.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 269.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 245.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 225.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 208.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 66.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 210.1 sec: 171 segments, 18 merges 1253.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1095.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 973.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 736.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 687.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 638.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 621.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 602.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 535.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 514.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 435.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 404.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 323.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 274.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 250.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 230.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 213.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 71.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 215.1 sec: 171 segments, 18 merges 1258.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1100.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 978.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 741.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 692.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 643.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 626.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 607.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 540.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 519.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 440.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 409.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 328.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 279.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 255.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 235.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 218.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 76.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 220.1 sec: 171 segments, 18 merges 1263.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1105.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 983.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 746.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 697.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 648.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 631.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 612.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 545.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 524.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 445.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 414.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 333.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 284.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 260.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 240.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 223.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 81.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 225.1 sec: 171 segments, 18 merges 1268.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1110.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 988.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 751.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 702.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 653.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 636.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 617.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 550.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 529.1s _1cq: 14 segs, 66.2 K docs, 261.9 MB 450.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 420.0s _1ds: 10 segs, 48.6 K docs, 192.5 MB 338.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 289.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 265.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 245.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 228.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 86.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 230.0 sec: 171 segments, 18 merges 1273.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1115.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 993.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 756.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 707.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 658.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 641.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 622.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 555.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 534.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 455.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 424.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 343.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 294.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 269.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 250.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 233.5s _1fv: 8 segs, 37.4 K docs, 148.2 MB 91.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 235.0 sec: 171 segments, 18 merges 1278.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1120.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 998.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 761.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 712.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 663.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 646.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 627.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 560.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 539.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 460.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 429.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 348.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 299.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 275.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 255.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 238.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 96.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 240.0 sec: 171 segments, 18 merges 1283.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1125.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1003.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 766.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 717.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 668.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 651.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 632.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 565.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 544.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 465.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 434.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 353.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 304.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 280.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 260.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 243.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 101.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 245.0 sec: 171 segments, 18 merges 1288.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1130.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1008.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 771.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 722.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 673.7s _1bc: 8 segs, 37.4 K docs, 148.0 MB 656.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 637.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 570.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 549.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 470.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 439.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 358.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 309.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 285.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 265.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 248.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 106.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 250.0 sec: 171 segments, 18 merges 1293.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1135.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1013.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 776.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 727.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 678.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 661.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 642.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 575.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 554.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 475.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 444.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 363.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 314.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 290.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 270.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 253.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 111.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 255.1 sec: 171 segments, 18 merges 1298.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1140.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1018.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 781.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 732.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 683.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 666.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 647.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 580.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 559.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 480.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 449.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 368.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 319.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 295.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 275.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 258.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 116.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 260.1 sec: 171 segments, 18 merges 1303.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1145.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1023.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 786.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 737.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 688.8s _1bc: 8 segs, 37.4 K docs, 148.0 MB 671.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 652.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 585.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 564.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 485.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 454.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 373.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 324.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 300.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 280.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 263.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 121.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 265.1 sec: 164 segments, 17 merges 1308.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1150.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1028.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 791.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 742.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 676.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 657.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 590.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 569.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 490.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 459.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 378.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 329.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 305.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 285.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 268.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 126.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 270.1 sec: 164 segments, 17 merges 1313.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1155.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1033.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 796.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 747.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 681.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 662.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 595.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 574.1s _1cq: 14 segs, 66.2 K docs, 261.9 MB 495.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 465.0s _1ds: 10 segs, 48.6 K docs, 192.5 MB 383.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 334.1s _1f6: 8 segs, 73.4 K docs, 291.8 MB 310.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 290.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 273.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 131.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 275.0 sec: 164 segments, 17 merges 1318.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1160.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1038.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 801.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 752.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 686.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 667.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 600.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 579.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 500.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 469.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 388.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 339.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 314.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 295.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 278.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 136.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 280.0 sec: 164 segments, 17 merges 1323.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1165.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1043.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 806.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 757.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 691.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 672.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 605.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 584.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 505.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 474.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 393.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 344.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 320.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 300.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 283.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 141.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 285.0 sec: 164 segments, 17 merges 1328.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1170.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1048.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 811.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 762.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 696.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 677.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 610.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 589.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 510.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 479.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 398.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 349.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 325.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 305.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 288.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 146.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 290.0 sec: 164 segments, 17 merges 1333.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1175.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1053.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 816.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 767.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 701.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 682.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 615.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 594.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 515.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 484.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 403.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 354.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 330.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 310.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 293.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 151.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 295.1 sec: 164 segments, 17 merges 1338.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1180.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1058.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 821.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 772.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 706.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 687.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 620.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 599.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 520.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 489.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 408.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 359.0s _1f6: 8 segs, 73.4 K docs, 291.8 MB 335.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 315.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 298.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 156.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 300.0 sec: 157 segments, 16 merges 1343.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1185.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1063.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 826.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 777.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 711.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 692.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 625.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 604.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 525.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 494.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 413.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 340.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 320.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 303.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 161.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 305.0 sec: 157 segments, 16 merges 1348.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1190.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1068.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 831.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 782.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 716.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 697.0s _1bs: 8 segs, 76.9 K docs, 305.6 MB 630.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 609.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 530.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 499.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 418.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 345.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 325.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 308.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 166.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 310.0 sec: 157 segments, 16 merges 1353.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1195.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1073.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 836.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 787.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 721.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 702.1s _1bs: 8 segs, 76.9 K docs, 305.6 MB 635.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 614.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 535.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 504.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 423.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 350.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 330.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 313.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 171.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 315.0 sec: 150 segments, 15 merges 1358.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1200.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1078.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 841.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 792.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 726.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 640.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 619.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 540.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 509.9s _1ds: 10 segs, 48.6 K docs, 192.5 MB 428.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 355.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 335.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 318.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 176.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 320.1 sec: 141 segments, 14 merges 1363.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1205.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1083.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 846.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 797.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 731.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 645.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 624.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 545.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 433.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 360.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 340.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 323.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 181.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 325.1 sec: 141 segments, 14 merges 1368.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1210.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1088.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 851.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 802.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 736.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 650.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 629.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 550.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 438.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 365.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 345.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 328.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 186.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 330.1 sec: 141 segments, 14 merges 1373.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1215.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1093.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 856.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 807.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 741.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 655.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 634.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 555.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 443.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 370.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 350.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 333.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 191.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 335.1 sec: 141 segments, 14 merges 1378.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1220.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1098.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 861.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 812.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 746.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 660.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 639.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 560.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 448.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 375.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 355.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 338.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 196.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 340.1 sec: 141 segments, 14 merges 1383.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1225.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1103.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 866.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 817.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 751.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 665.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 644.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 565.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 453.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 380.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 360.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 343.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 201.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 345.1 sec: 141 segments, 14 merges 1388.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1230.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1108.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 871.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 822.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 756.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 670.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 649.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 570.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 458.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 385.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 365.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 348.6s _1fv: 8 segs, 37.4 K docs, 148.2 MB 206.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 350.0 sec: 134 segments, 13 merges 1393.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1235.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1113.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 876.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 827.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 761.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 675.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 654.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 575.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 463.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 389.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 370.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 211.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 355.0 sec: 134 segments, 13 merges 1398.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1240.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1118.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 881.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 832.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 766.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 680.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 659.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 580.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 468.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 394.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 375.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 216.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 360.0 sec: 134 segments, 13 merges 1403.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1245.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1123.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 886.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 837.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 771.8s _1bk: 8 segs, 73.7 K docs, 292.7 MB 685.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 664.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 585.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 473.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 400.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 380.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 221.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 365.0 sec: 134 segments, 13 merges 1408.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1250.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1128.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 891.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 842.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 776.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 690.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 669.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 590.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 478.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 405.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 385.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 226.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 370.0 sec: 134 segments, 13 merges 1413.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1255.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1133.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 896.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 847.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 781.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 695.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 674.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 595.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 483.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 410.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 390.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 231.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 375.0 sec: 134 segments, 13 merges 1418.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1260.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1138.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 901.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 852.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 786.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 700.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 679.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 600.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 488.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 415.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 395.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 236.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 380.1 sec: 134 segments, 13 merges 1423.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1265.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1143.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 906.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 857.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 791.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 705.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 684.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 605.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 493.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 420.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 400.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 241.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 385.1 sec: 134 segments, 13 merges 1428.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1270.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1148.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 911.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 862.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 796.9s _1bk: 8 segs, 73.7 K docs, 292.7 MB 710.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 689.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 610.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 498.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 425.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 405.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 246.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 390.1 sec: 127 segments, 13 merges 1433.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1275.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1153.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 916.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 867.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 715.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 694.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 615.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 503.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 430.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 410.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 251.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 2.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 395.1 sec: 127 segments, 13 merges 1438.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1280.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1158.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 921.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 872.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 720.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 699.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 620.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 508.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 435.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 415.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 256.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 7.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 400.1 sec: 127 segments, 13 merges 1443.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1285.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1163.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 926.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 877.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 725.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 704.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 625.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 513.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 440.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 420.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 261.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 12.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 405.1 sec: 127 segments, 13 merges 1448.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1290.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1168.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 931.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 882.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 730.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 709.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 630.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 518.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 445.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 425.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 266.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 17.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 410.0 sec: 127 segments, 13 merges 1453.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1295.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1173.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 936.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 887.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 735.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 714.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 635.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 523.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 449.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 430.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 271.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 22.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 415.0 sec: 127 segments, 13 merges 1458.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1300.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1178.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 941.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 892.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 740.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 719.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 640.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 528.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 455.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 435.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 276.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 27.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 420.0 sec: 127 segments, 13 merges 1463.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1305.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1183.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 946.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 897.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 745.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 724.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 645.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 533.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 460.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 440.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 281.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 32.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 425.0 sec: 127 segments, 13 merges 1468.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1310.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1188.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 951.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 902.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 750.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 729.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 650.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 538.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 465.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 445.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 286.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 37.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 430.1 sec: 127 segments, 13 merges 1473.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1315.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1193.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 956.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 907.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 755.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 734.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 655.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 543.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 470.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 450.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 291.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 42.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 435.1 sec: 127 segments, 13 merges 1478.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1320.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1198.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 961.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 912.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 760.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 739.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 660.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 548.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 475.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 455.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 296.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 47.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 440.1 sec: 127 segments, 13 merges 1483.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1325.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1203.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 966.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 917.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 765.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 744.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 665.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 553.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 480.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 460.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 301.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 52.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 445.1 sec: 127 segments, 13 merges 1488.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1330.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1208.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 971.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 922.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 770.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 749.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 670.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 558.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 485.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 465.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 306.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 57.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 450.1 sec: 127 segments, 13 merges 1493.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1335.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1213.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 976.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 927.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 775.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 754.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 675.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 563.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 490.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 470.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 311.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 62.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 455.0 sec: 127 segments, 13 merges 1498.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1340.7s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1218.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 981.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 932.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 780.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 759.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 680.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 568.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 494.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 475.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 316.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 67.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 460.0 sec: 127 segments, 13 merges 1503.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1345.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1223.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 986.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 937.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 785.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 764.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 685.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 573.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 500.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 480.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 321.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 72.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 465.0 sec: 127 segments, 13 merges 1508.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1350.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1228.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 991.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 942.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 790.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 769.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 690.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 578.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 505.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 485.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 326.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 77.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 470.0 sec: 127 segments, 13 merges 1513.7s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1355.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1233.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 996.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 947.4s _1au: 9 segs, 43.7 K docs, 173.0 MB 795.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 774.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 695.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 583.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 510.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 490.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 331.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 82.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 475.1 sec: 127 segments, 13 merges 1518.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1360.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1238.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1001.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 952.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 800.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 779.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 700.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 588.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 515.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 495.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 336.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 87.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 480.1 sec: 127 segments, 13 merges 1523.8s _13l: 8 segs, 816.0 K docs, 3259.7 MB 1365.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1243.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1006.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 957.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 805.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 784.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 705.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 593.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 520.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 500.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 341.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 92.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 485.1 sec: 120 segments, 12 merges 1370.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1248.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1011.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 962.5s _1au: 9 segs, 43.7 K docs, 173.0 MB 810.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 789.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 710.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 598.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 525.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 505.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 346.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 97.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 490.1 sec: 112 segments, 11 merges 1375.8s _15y: 8 segs, 325.1 K docs, 1297.4 MB 1253.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1016.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 815.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 794.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 715.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 603.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 530.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 510.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 351.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 102.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 495.1 sec: 105 segments, 10 merges 1258.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1021.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 820.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 799.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 720.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 608.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 535.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 515.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 356.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 107.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 500.1 sec: 105 segments, 10 merges 1263.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1026.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 825.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 804.0s _1cq: 14 segs, 66.2 K docs, 261.9 MB 725.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 613.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 540.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 520.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 361.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 112.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 505.0 sec: 92 segments, 9 merges 1268.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1031.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 830.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 730.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 618.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 544.9s _1ff: 8 segs, 38.7 K docs, 153.3 MB 525.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 366.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 117.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 510.0 sec: 92 segments, 9 merges 1273.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1036.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 835.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 735.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 623.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 550.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 530.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 371.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 122.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 515.0 sec: 92 segments, 9 merges 1278.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1041.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 840.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 740.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 628.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 555.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 535.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 376.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 127.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 520.0 sec: 92 segments, 9 merges 1283.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1046.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 845.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 745.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 633.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 560.0s _1ff: 8 segs, 38.7 K docs, 153.3 MB 540.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 381.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 132.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 525.0 sec: 85 segments, 8 merges 1288.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1051.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 850.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 750.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 638.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 545.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 386.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 137.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 530.0 sec: 85 segments, 8 merges 1293.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1056.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 855.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 755.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 643.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 550.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 391.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 142.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 535.0 sec: 85 segments, 8 merges 1298.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1061.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 860.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 760.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 648.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 555.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 396.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 147.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 540.0 sec: 85 segments, 8 merges 1303.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1066.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 865.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 765.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 653.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 560.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 401.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 152.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 545.0 sec: 85 segments, 8 merges 1308.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1071.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 870.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 770.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 658.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 565.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 406.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 157.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 550.0 sec: 85 segments, 8 merges 1313.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1076.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 875.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 775.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 663.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 570.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 411.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 162.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 555.1 sec: 85 segments, 8 merges 1318.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1081.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 880.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 780.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 668.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 575.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 416.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 167.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 560.1 sec: 85 segments, 8 merges 1323.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1086.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 885.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 785.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 673.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 580.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 421.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 172.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 565.1 sec: 85 segments, 8 merges 1328.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1091.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 890.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 790.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 678.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 585.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 426.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 177.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 570.1 sec: 85 segments, 8 merges 1333.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1096.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 895.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 795.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 683.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 590.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 431.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 182.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 575.1 sec: 85 segments, 8 merges 1338.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1101.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 900.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 800.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 688.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 595.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 436.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 187.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 580.1 sec: 85 segments, 8 merges 1343.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1106.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 905.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 805.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 693.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 600.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 441.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 192.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 585.1 sec: 85 segments, 8 merges 1348.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1111.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 910.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 810.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 698.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 605.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 446.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 197.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 590.1 sec: 85 segments, 8 merges 1353.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1116.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 915.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 815.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 703.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 610.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 451.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 202.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 595.1 sec: 85 segments, 8 merges 1358.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1121.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 920.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 820.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 708.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 615.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 456.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 207.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 600.1 sec: 85 segments, 8 merges 1363.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1126.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 925.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 825.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 713.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 620.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 461.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 212.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 605.1 sec: 85 segments, 8 merges 1368.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1131.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 930.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 830.3s _1dh: 12 segs, 56.8 K docs, 225.0 MB 718.9s _1eq: 8 segs, 72.2 K docs, 286.7 MB 625.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 466.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 217.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 610.0 sec: 85 segments, 8 merges 1373.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1136.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 935.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 835.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 723.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 630.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 471.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 222.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 615.0 sec: 85 segments, 8 merges 1378.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1141.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 940.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 840.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 728.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 635.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 476.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 227.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 620.0 sec: 85 segments, 8 merges 1383.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1146.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 945.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 845.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 733.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 640.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 481.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 232.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 625.0 sec: 85 segments, 8 merges 1388.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1151.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 950.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 850.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 738.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 645.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 486.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 237.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 630.0 sec: 85 segments, 8 merges 1393.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1156.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 955.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 855.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 743.8s _1eq: 8 segs, 72.2 K docs, 286.7 MB 650.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 491.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 242.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 635.0 sec: 78 segments, 7 merges 1398.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1161.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 960.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 860.2s _1dh: 12 segs, 56.8 K docs, 225.0 MB 655.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 496.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 247.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 640.0 sec: 67 segments, 6 merges 1403.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1166.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 965.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 660.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 501.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 252.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 645.0 sec: 67 segments, 6 merges 1408.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1171.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 970.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 665.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 506.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 257.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 650.0 sec: 67 segments, 6 merges 1413.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1176.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 975.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 670.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 511.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 262.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 655.0 sec: 67 segments, 6 merges 1418.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1181.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 980.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 675.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 516.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 267.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 660.0 sec: 67 segments, 6 merges 1423.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1186.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 985.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 680.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 521.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 272.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 665.0 sec: 67 segments, 6 merges 1428.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1191.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 990.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 685.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 526.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 277.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 670.1 sec: 67 segments, 6 merges 1433.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1196.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 995.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 690.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 531.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 282.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 675.1 sec: 67 segments, 6 merges 1438.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1201.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1000.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 695.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 536.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 287.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 680.1 sec: 67 segments, 6 merges 1443.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1206.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1005.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 700.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 541.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 292.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 685.1 sec: 67 segments, 6 merges 1448.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1211.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1010.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 705.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 546.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 297.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 690.1 sec: 67 segments, 6 merges 1453.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1216.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1015.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 710.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 551.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 302.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 695.1 sec: 67 segments, 6 merges 1458.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1221.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1020.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 715.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 556.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 307.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 700.1 sec: 67 segments, 6 merges 1463.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1226.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1025.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 720.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 561.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 312.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 705.0 sec: 67 segments, 6 merges 1468.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1231.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1030.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 725.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 566.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 317.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 710.0 sec: 67 segments, 6 merges 1473.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1236.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1035.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 730.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 571.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 322.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 715.0 sec: 67 segments, 6 merges 1478.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1241.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1040.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 735.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 576.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 327.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 720.0 sec: 67 segments, 6 merges 1483.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1246.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1045.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 740.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 581.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 332.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 725.0 sec: 67 segments, 6 merges 1488.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1251.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1050.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 745.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 586.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 337.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 730.0 sec: 67 segments, 6 merges 1493.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1256.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1055.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 750.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 591.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 342.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 735.0 sec: 67 segments, 6 merges 1498.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1261.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1060.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 755.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 596.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 347.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 740.1 sec: 67 segments, 6 merges 1503.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1266.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1065.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 760.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 601.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 352.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 745.1 sec: 67 segments, 6 merges 1508.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1271.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1070.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 765.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 606.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 357.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 750.1 sec: 67 segments, 6 merges 1513.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1276.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1075.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 770.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 611.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 362.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 755.1 sec: 67 segments, 6 merges 1518.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1281.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1080.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 775.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 616.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 367.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 760.1 sec: 67 segments, 6 merges 1523.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1286.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1085.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 780.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 621.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 372.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 765.1 sec: 67 segments, 6 merges 1528.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1291.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1090.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 785.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 626.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 377.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 770.1 sec: 67 segments, 6 merges 1533.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1296.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1095.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 790.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 631.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 382.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 775.1 sec: 67 segments, 6 merges 1538.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1301.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1100.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 795.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 636.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 387.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 780.1 sec: 67 segments, 6 merges 1543.9s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1306.8s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1105.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 800.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 641.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 392.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 785.0 sec: 67 segments, 6 merges 1548.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1311.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1110.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 805.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 646.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 397.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 790.0 sec: 67 segments, 6 merges 1553.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1316.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1115.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 810.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 651.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 402.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 795.0 sec: 67 segments, 6 merges 1558.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1321.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1120.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 815.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 656.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 407.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 800.0 sec: 67 segments, 6 merges 1563.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1326.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1125.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 820.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 661.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 412.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 805.0 sec: 67 segments, 6 merges 1568.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1331.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1130.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 825.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 666.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 417.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 810.0 sec: 67 segments, 6 merges 1573.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1336.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1135.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 830.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 671.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 422.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 815.0 sec: 67 segments, 6 merges 1578.8s _17l: 8 segs, 928.8 K docs, 3711.0 MB 1341.7s _1ab: 8 segs, 175.5 K docs, 699.7 MB 1140.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 835.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 676.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 427.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 820.0 sec: 53 segments, 5 merges 1145.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 840.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 681.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 432.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 1.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 825.0 sec: 53 segments, 5 merges 1150.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 845.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 686.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 437.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 6.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 830.1 sec: 53 segments, 5 merges 1155.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 850.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 691.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 442.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 11.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 835.1 sec: 53 segments, 5 merges 1160.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 855.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 696.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 447.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 16.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 840.1 sec: 53 segments, 5 merges 1165.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 860.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 701.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 452.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 21.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 845.1 sec: 53 segments, 5 merges 1170.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 865.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 706.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 457.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 26.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 850.1 sec: 53 segments, 5 merges 1175.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 870.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 711.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 462.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 31.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 855.1 sec: 53 segments, 5 merges 1180.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 875.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 716.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 467.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 36.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 860.0 sec: 53 segments, 5 merges 1185.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 880.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 721.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 472.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 41.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 865.0 sec: 53 segments, 5 merges 1190.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 885.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 726.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 477.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 46.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 870.0 sec: 53 segments, 5 merges 1195.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 890.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 731.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 482.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 51.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 875.0 sec: 53 segments, 5 merges 1200.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 895.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 736.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 487.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 56.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 880.0 sec: 53 segments, 5 merges 1205.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 900.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 741.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 492.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 61.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 885.0 sec: 53 segments, 5 merges 1210.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 905.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 746.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 497.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 66.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 890.0 sec: 53 segments, 5 merges 1215.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 910.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 751.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 502.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 71.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 895.0 sec: 53 segments, 5 merges 1220.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 915.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 756.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 507.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 76.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 900.1 sec: 53 segments, 5 merges 1225.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 920.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 761.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 512.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 81.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 905.1 sec: 53 segments, 5 merges 1230.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 925.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 766.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 517.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 86.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 910.1 sec: 53 segments, 5 merges 1235.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 930.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 771.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 522.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 91.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 915.1 sec: 53 segments, 5 merges 1240.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 935.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 776.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 527.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 96.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 920.1 sec: 53 segments, 5 merges 1245.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 940.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 781.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 532.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 101.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 925.1 sec: 53 segments, 5 merges 1250.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 945.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 786.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 537.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 106.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 930.1 sec: 53 segments, 5 merges 1255.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 950.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 791.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 542.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 111.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 935.1 sec: 53 segments, 5 merges 1260.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 955.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 796.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 547.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 116.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 940.1 sec: 53 segments, 5 merges 1265.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 960.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 801.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 552.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 121.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 945.1 sec: 53 segments, 5 merges 1270.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 965.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 806.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 557.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 126.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 950.1 sec: 53 segments, 5 merges 1275.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 970.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 811.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 562.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 131.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 955.1 sec: 53 segments, 5 merges 1280.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 975.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 816.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 567.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 136.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 960.0 sec: 53 segments, 5 merges 1285.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 980.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 821.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 572.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 141.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 965.1 sec: 53 segments, 5 merges 1290.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 985.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 826.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 577.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 146.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 970.1 sec: 53 segments, 5 merges 1295.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 990.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 831.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 582.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 151.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 975.1 sec: 53 segments, 5 merges 1300.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 995.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 836.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 587.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 156.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 980.1 sec: 53 segments, 5 merges 1305.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1000.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 841.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 592.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 161.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 985.1 sec: 53 segments, 5 merges 1310.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1005.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 846.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 597.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 166.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 990.1 sec: 53 segments, 5 merges 1315.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1010.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 851.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 602.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 171.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 995.1 sec: 53 segments, 5 merges 1320.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1015.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 856.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 607.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 176.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1000.1 sec: 53 segments, 5 merges 1325.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1020.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 861.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 612.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 181.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1005.0 sec: 53 segments, 5 merges 1330.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1025.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 866.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 617.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 186.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1010.0 sec: 53 segments, 5 merges 1335.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1030.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 871.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 622.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 191.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1015.0 sec: 53 segments, 5 merges 1340.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1035.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 876.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 627.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 196.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1020.0 sec: 53 segments, 5 merges 1345.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1040.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 881.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 632.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 201.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1025.0 sec: 53 segments, 5 merges 1350.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1045.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 886.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 637.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 206.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1030.0 sec: 53 segments, 5 merges 1355.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1050.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 891.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 642.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 211.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1035.0 sec: 53 segments, 5 merges 1360.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1055.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 896.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 647.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 216.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1040.0 sec: 53 segments, 5 merges 1365.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1060.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 901.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 652.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 221.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1045.0 sec: 53 segments, 5 merges 1370.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1065.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 906.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 657.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 226.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1050.0 sec: 53 segments, 5 merges 1375.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1070.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 911.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 662.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 231.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1055.0 sec: 53 segments, 5 merges 1380.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1075.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 916.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 667.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 236.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1060.1 sec: 53 segments, 5 merges 1385.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1080.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 921.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 672.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 241.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1065.1 sec: 53 segments, 5 merges 1390.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1085.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 926.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 677.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 246.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1070.1 sec: 53 segments, 5 merges 1395.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1090.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 931.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 682.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 251.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1075.1 sec: 53 segments, 5 merges 1400.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1095.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 936.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 687.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 256.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1080.1 sec: 53 segments, 5 merges 1405.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1100.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 941.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 692.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 261.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1085.1 sec: 53 segments, 5 merges 1410.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1105.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 946.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 697.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 266.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1090.1 sec: 53 segments, 5 merges 1415.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1110.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 951.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 702.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 271.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1095.1 sec: 53 segments, 5 merges 1420.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1115.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 956.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 707.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 276.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1100.1 sec: 53 segments, 5 merges 1425.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1120.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 961.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 712.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 281.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1105.1 sec: 53 segments, 5 merges 1430.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1125.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 966.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 717.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 286.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1110.1 sec: 53 segments, 5 merges 1435.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1130.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 971.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 722.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 291.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1115.1 sec: 53 segments, 5 merges 1440.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1135.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 976.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 727.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 296.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1120.0 sec: 53 segments, 5 merges 1445.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1140.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 981.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 732.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 301.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1125.0 sec: 53 segments, 5 merges 1450.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1145.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 986.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 737.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 306.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1130.0 sec: 53 segments, 5 merges 1455.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1150.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 991.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 742.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 311.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1135.0 sec: 53 segments, 5 merges 1460.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1155.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 996.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 747.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 316.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1140.0 sec: 53 segments, 5 merges 1465.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1160.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1001.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 752.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 321.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1145.0 sec: 53 segments, 5 merges 1470.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1165.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1006.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 757.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 326.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1150.0 sec: 53 segments, 5 merges 1475.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1170.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1011.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 762.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 331.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1155.0 sec: 53 segments, 5 merges 1480.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1175.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1016.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 767.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 336.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1160.0 sec: 53 segments, 5 merges 1485.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1180.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1021.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 772.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 341.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1165.0 sec: 53 segments, 5 merges 1490.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1185.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1026.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 777.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 346.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1170.0 sec: 53 segments, 5 merges 1495.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1190.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1031.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 782.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 351.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1175.0 sec: 53 segments, 5 merges 1500.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1195.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1036.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 787.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 356.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1180.1 sec: 53 segments, 5 merges 1505.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1200.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1041.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 792.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 361.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1185.1 sec: 53 segments, 5 merges 1510.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1205.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1046.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 797.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 366.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1190.1 sec: 53 segments, 5 merges 1515.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1210.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1051.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 802.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 371.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1195.1 sec: 53 segments, 5 merges 1520.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1215.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1056.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 807.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 376.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1200.1 sec: 53 segments, 5 merges 1525.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1220.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1061.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 812.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 381.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1205.1 sec: 53 segments, 5 merges 1530.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1225.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1066.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 817.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 386.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1210.1 sec: 53 segments, 5 merges 1535.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1230.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1071.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 822.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 391.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1215.1 sec: 53 segments, 5 merges 1540.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1235.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1076.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 827.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 396.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1220.1 sec: 53 segments, 5 merges 1545.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1240.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1081.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 832.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 401.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1225.1 sec: 53 segments, 5 merges 1550.6s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1245.6s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1086.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 837.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 406.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1230.0 sec: 53 segments, 5 merges 1555.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1250.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1091.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 842.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 411.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1235.0 sec: 53 segments, 5 merges 1560.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1255.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1096.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 847.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 416.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1240.0 sec: 53 segments, 5 merges 1565.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1260.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1101.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 852.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 421.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1245.0 sec: 53 segments, 5 merges 1570.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1265.5s _1fm: 8 segs, 117.4 K docs, 467.1 MB 1106.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 857.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 426.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1250.0 sec: 46 segments, 4 merges 1575.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1111.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 862.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 431.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1255.0 sec: 46 segments, 4 merges 1580.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1116.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 867.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 436.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1260.0 sec: 46 segments, 4 merges 1585.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1121.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 872.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 441.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1265.0 sec: 46 segments, 4 merges 1590.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1126.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 877.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 446.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1270.0 sec: 46 segments, 4 merges 1595.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1131.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 882.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 451.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1275.0 sec: 46 segments, 4 merges 1600.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1136.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 887.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 456.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1280.0 sec: 46 segments, 4 merges 1605.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1141.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 892.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 461.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1285.0 sec: 46 segments, 4 merges 1610.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1146.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 897.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 466.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1290.1 sec: 46 segments, 4 merges 1615.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1151.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 902.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 471.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1295.1 sec: 46 segments, 4 merges 1620.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1156.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 907.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 476.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1300.1 sec: 46 segments, 4 merges 1625.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1161.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 912.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 481.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1305.1 sec: 46 segments, 4 merges 1630.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1166.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 917.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 486.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1310.1 sec: 46 segments, 4 merges 1635.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1171.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 922.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 491.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1315.1 sec: 46 segments, 4 merges 1640.5s _1ch: 8 segs, 1226.4 K docs, 4900.8 MB 1176.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 927.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 496.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1320.1 sec: 39 segments, 3 merges 1181.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 932.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 501.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1325.1 sec: 39 segments, 3 merges 1186.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 937.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 506.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1330.1 sec: 39 segments, 3 merges 1191.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 942.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 511.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1335.0 sec: 39 segments, 3 merges 1196.3s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 947.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 516.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1340.0 sec: 39 segments, 3 merges 1201.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 952.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 521.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1345.0 sec: 39 segments, 3 merges 1206.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 957.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 526.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1350.0 sec: 39 segments, 3 merges 1211.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 962.3s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 531.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1355.0 sec: 39 segments, 3 merges 1216.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 967.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 536.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1360.0 sec: 39 segments, 3 merges 1221.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 972.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 541.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1365.0 sec: 39 segments, 3 merges 1226.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 977.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 546.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1370.0 sec: 39 segments, 3 merges 1231.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 982.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 551.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1375.0 sec: 39 segments, 3 merges 1236.4s _1fx: 8 segs, 373.2 K docs, 1488.2 MB 987.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 556.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1380.0 sec: 32 segments, 2 merges 992.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 561.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1385.1 sec: 32 segments, 2 merges 997.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 566.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1390.0 sec: 32 segments, 2 merges 1002.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 571.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1395.1 sec: 32 segments, 2 merges 1007.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 576.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1400.1 sec: 32 segments, 2 merges 1012.4s _1fy: 8 segs, 552.3 K docs, 2204.1 MB 581.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1405.1 sec: 25 segments, 1 merges 586.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1410.1 sec: 25 segments, 1 merges 591.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1415.1 sec: 25 segments, 1 merges 596.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1420.1 sec: 25 segments, 1 merges 601.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1425.1 sec: 25 segments, 1 merges 606.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1430.1 sec: 25 segments, 1 merges 611.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1435.1 sec: 25 segments, 1 merges 616.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1440.1 sec: 25 segments, 1 merges 621.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1445.1 sec: 25 segments, 1 merges 626.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1450.1 sec: 25 segments, 1 merges 631.5s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1455.0 sec: 25 segments, 1 merges 636.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1460.0 sec: 25 segments, 1 merges 641.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1465.0 sec: 25 segments, 1 merges 646.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1470.0 sec: 25 segments, 1 merges 651.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1475.0 sec: 25 segments, 1 merges 656.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1480.0 sec: 25 segments, 1 merges 661.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1485.0 sec: 25 segments, 1 merges 666.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1490.0 sec: 25 segments, 1 merges 671.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1495.0 sec: 25 segments, 1 merges 676.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1500.0 sec: 25 segments, 1 merges 681.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1505.0 sec: 25 segments, 1 merges 686.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1510.0 sec: 25 segments, 1 merges 691.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1515.1 sec: 25 segments, 1 merges 696.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1520.1 sec: 25 segments, 1 merges 701.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1525.1 sec: 25 segments, 1 merges 706.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1530.1 sec: 25 segments, 1 merges 711.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1535.1 sec: 25 segments, 1 merges 716.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1540.1 sec: 25 segments, 1 merges 721.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1545.1 sec: 25 segments, 1 merges 726.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1550.1 sec: 25 segments, 1 merges 731.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1555.1 sec: 25 segments, 1 merges 736.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1560.1 sec: 25 segments, 1 merges 741.4s _1fz: 8 segs, 429.3 K docs, 1712.5 MB 1565.1 sec: 18 segments, 1 merges 3.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1570.1 sec: 18 segments, 1 merges 8.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1575.0 sec: 18 segments, 1 merges 13.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1580.0 sec: 18 segments, 1 merges 18.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1585.0 sec: 18 segments, 1 merges 23.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1590.0 sec: 18 segments, 1 merges 28.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1595.0 sec: 18 segments, 1 merges 33.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1600.0 sec: 18 segments, 1 merges 38.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1605.0 sec: 18 segments, 1 merges 43.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1610.0 sec: 18 segments, 1 merges 48.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1615.1 sec: 18 segments, 1 merges 53.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1620.1 sec: 18 segments, 1 merges 58.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1625.1 sec: 18 segments, 1 merges 63.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1630.1 sec: 18 segments, 1 merges 68.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1635.1 sec: 18 segments, 1 merges 73.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1640.1 sec: 18 segments, 1 merges 78.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1645.1 sec: 18 segments, 1 merges 83.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1650.1 sec: 18 segments, 1 merges 88.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1655.0 sec: 18 segments, 1 merges 93.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1660.0 sec: 18 segments, 1 merges 98.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1665.0 sec: 18 segments, 1 merges 103.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1670.0 sec: 18 segments, 1 merges 108.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1675.0 sec: 18 segments, 1 merges 113.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1680.0 sec: 18 segments, 1 merges 118.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1685.0 sec: 18 segments, 1 merges 123.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1690.0 sec: 18 segments, 1 merges 128.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1695.1 sec: 18 segments, 1 merges 133.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1700.1 sec: 18 segments, 1 merges 138.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1705.1 sec: 18 segments, 1 merges 143.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1710.1 sec: 18 segments, 1 merges 148.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1715.1 sec: 18 segments, 1 merges 153.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1720.1 sec: 18 segments, 1 merges 158.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1725.1 sec: 18 segments, 1 merges 163.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1730.0 sec: 18 segments, 1 merges 168.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1735.0 sec: 18 segments, 1 merges 173.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1740.0 sec: 18 segments, 1 merges 178.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1745.0 sec: 18 segments, 1 merges 183.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1750.0 sec: 18 segments, 1 merges 188.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1755.0 sec: 18 segments, 1 merges 193.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1760.0 sec: 18 segments, 1 merges 198.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1765.0 sec: 18 segments, 1 merges 203.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1770.0 sec: 18 segments, 1 merges 208.5s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1775.0 sec: 18 segments, 1 merges 213.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1780.0 sec: 18 segments, 1 merges 218.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1785.0 sec: 18 segments, 1 merges 223.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1790.1 sec: 18 segments, 1 merges 228.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1795.1 sec: 18 segments, 1 merges 233.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1800.1 sec: 18 segments, 1 merges 238.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1805.1 sec: 18 segments, 1 merges 243.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1810.1 sec: 18 segments, 1 merges 248.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB 1815.1 sec: 18 segments, 1 merges 253.6s _1g0: 4 segs, 1179.4 K docs, 4715.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3210 seconds reindex takes 3210.57 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: 15 segments, 1 merges 5.0 sec: 15 segments, 1 merges 5.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 10.0 sec: 15 segments, 1 merges 10.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 15.0 sec: 15 segments, 1 merges 15.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 20.0 sec: 15 segments, 1 merges 20.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 25.0 sec: 15 segments, 1 merges 25.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 30.0 sec: 15 segments, 1 merges 30.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 35.0 sec: 15 segments, 1 merges 35.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 40.0 sec: 15 segments, 1 merges 40.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 45.0 sec: 15 segments, 1 merges 45.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 50.0 sec: 15 segments, 1 merges 50.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 55.0 sec: 15 segments, 1 merges 55.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 60.1 sec: 15 segments, 1 merges 60.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 65.1 sec: 15 segments, 1 merges 65.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 70.1 sec: 15 segments, 1 merges 70.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 75.1 sec: 15 segments, 1 merges 75.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 80.1 sec: 15 segments, 1 merges 80.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 85.1 sec: 15 segments, 1 merges 85.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 90.1 sec: 15 segments, 1 merges 90.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 95.1 sec: 15 segments, 1 merges 95.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 100.1 sec: 15 segments, 1 merges 100.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 105.0 sec: 15 segments, 1 merges 105.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 110.0 sec: 15 segments, 1 merges 110.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 115.0 sec: 15 segments, 1 merges 115.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 120.0 sec: 15 segments, 1 merges 120.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 125.0 sec: 15 segments, 1 merges 125.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 130.0 sec: 15 segments, 1 merges 130.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 135.0 sec: 15 segments, 1 merges 135.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 140.0 sec: 15 segments, 1 merges 140.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 145.0 sec: 15 segments, 1 merges 145.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 150.0 sec: 15 segments, 1 merges 150.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 155.1 sec: 15 segments, 1 merges 155.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 160.1 sec: 15 segments, 1 merges 160.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 165.1 sec: 15 segments, 1 merges 165.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 170.1 sec: 15 segments, 1 merges 170.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 175.1 sec: 15 segments, 1 merges 175.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 180.1 sec: 15 segments, 1 merges 180.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 185.1 sec: 15 segments, 1 merges 185.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 190.1 sec: 15 segments, 1 merges 190.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 195.1 sec: 15 segments, 1 merges 195.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 200.1 sec: 15 segments, 1 merges 200.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 205.0 sec: 15 segments, 1 merges 205.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 210.0 sec: 15 segments, 1 merges 210.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 215.0 sec: 15 segments, 1 merges 215.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 220.0 sec: 15 segments, 1 merges 220.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 225.0 sec: 15 segments, 1 merges 225.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 230.0 sec: 15 segments, 1 merges 230.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 235.0 sec: 15 segments, 1 merges 235.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 240.0 sec: 15 segments, 1 merges 240.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 245.0 sec: 15 segments, 1 merges 245.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 250.0 sec: 15 segments, 1 merges 250.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 255.0 sec: 15 segments, 1 merges 255.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 260.1 sec: 15 segments, 1 merges 260.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 265.1 sec: 15 segments, 1 merges 265.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 270.1 sec: 15 segments, 1 merges 270.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 275.1 sec: 15 segments, 1 merges 275.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 280.1 sec: 15 segments, 1 merges 280.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 285.1 sec: 15 segments, 1 merges 285.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 290.1 sec: 15 segments, 1 merges 290.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 295.1 sec: 15 segments, 1 merges 295.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 300.1 sec: 15 segments, 1 merges 300.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 305.0 sec: 15 segments, 1 merges 305.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 310.0 sec: 15 segments, 1 merges 310.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 315.0 sec: 15 segments, 1 merges 315.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 320.0 sec: 15 segments, 1 merges 320.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 325.1 sec: 15 segments, 1 merges 325.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 330.0 sec: 15 segments, 1 merges 330.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 335.0 sec: 15 segments, 1 merges 335.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 340.0 sec: 15 segments, 1 merges 340.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 345.0 sec: 15 segments, 1 merges 345.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 350.0 sec: 15 segments, 1 merges 350.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 355.0 sec: 15 segments, 1 merges 355.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 360.0 sec: 15 segments, 1 merges 360.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 365.0 sec: 15 segments, 1 merges 365.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 370.0 sec: 15 segments, 1 merges 370.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 375.0 sec: 15 segments, 1 merges 375.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 380.1 sec: 15 segments, 1 merges 380.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 385.1 sec: 15 segments, 1 merges 385.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 390.1 sec: 15 segments, 1 merges 390.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 395.1 sec: 15 segments, 1 merges 395.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 400.1 sec: 15 segments, 1 merges 400.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 405.1 sec: 15 segments, 1 merges 405.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 410.1 sec: 15 segments, 1 merges 410.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 415.1 sec: 15 segments, 1 merges 415.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 420.1 sec: 15 segments, 1 merges 420.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 425.1 sec: 15 segments, 1 merges 425.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 430.0 sec: 15 segments, 1 merges 430.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 435.0 sec: 15 segments, 1 merges 435.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 440.0 sec: 15 segments, 1 merges 440.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 445.0 sec: 15 segments, 1 merges 445.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 450.0 sec: 15 segments, 1 merges 450.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 455.0 sec: 15 segments, 1 merges 455.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 460.0 sec: 15 segments, 1 merges 460.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 465.0 sec: 15 segments, 1 merges 465.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 470.0 sec: 15 segments, 1 merges 470.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 475.1 sec: 15 segments, 1 merges 475.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 480.1 sec: 15 segments, 1 merges 480.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 485.1 sec: 15 segments, 1 merges 485.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 490.1 sec: 15 segments, 1 merges 490.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 495.1 sec: 15 segments, 1 merges 495.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 500.1 sec: 15 segments, 1 merges 500.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 505.1 sec: 15 segments, 1 merges 505.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 510.1 sec: 15 segments, 1 merges 510.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 515.1 sec: 15 segments, 1 merges 515.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 520.0 sec: 15 segments, 1 merges 520.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 525.0 sec: 15 segments, 1 merges 525.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 530.0 sec: 15 segments, 1 merges 530.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 535.0 sec: 15 segments, 1 merges 535.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 540.0 sec: 15 segments, 1 merges 540.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 545.0 sec: 15 segments, 1 merges 545.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 550.0 sec: 15 segments, 1 merges 550.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 555.0 sec: 15 segments, 1 merges 555.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 560.0 sec: 15 segments, 1 merges 560.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 565.0 sec: 15 segments, 1 merges 565.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 570.1 sec: 15 segments, 1 merges 570.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 575.1 sec: 15 segments, 1 merges 575.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 580.1 sec: 15 segments, 1 merges 580.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 585.1 sec: 15 segments, 1 merges 585.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 590.1 sec: 15 segments, 1 merges 590.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 595.1 sec: 15 segments, 1 merges 595.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 600.1 sec: 15 segments, 1 merges 600.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 605.1 sec: 15 segments, 1 merges 605.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 610.1 sec: 15 segments, 1 merges 610.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 615.1 sec: 15 segments, 1 merges 615.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 620.0 sec: 15 segments, 1 merges 620.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 625.0 sec: 15 segments, 1 merges 625.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 630.0 sec: 15 segments, 1 merges 630.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 635.0 sec: 15 segments, 1 merges 635.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 640.0 sec: 15 segments, 1 merges 640.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 645.0 sec: 15 segments, 1 merges 645.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 650.0 sec: 15 segments, 1 merges 650.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 655.0 sec: 15 segments, 1 merges 655.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 660.0 sec: 15 segments, 1 merges 660.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 665.0 sec: 15 segments, 1 merges 665.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 670.1 sec: 15 segments, 1 merges 670.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 675.1 sec: 15 segments, 1 merges 675.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 680.1 sec: 15 segments, 1 merges 680.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 685.1 sec: 15 segments, 1 merges 685.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 690.1 sec: 15 segments, 1 merges 690.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 695.1 sec: 15 segments, 1 merges 695.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 700.1 sec: 15 segments, 1 merges 700.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 705.1 sec: 15 segments, 1 merges 705.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 710.1 sec: 15 segments, 1 merges 710.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 715.0 sec: 15 segments, 1 merges 715.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 720.0 sec: 15 segments, 1 merges 720.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 725.0 sec: 15 segments, 1 merges 725.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 730.0 sec: 15 segments, 1 merges 730.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 735.0 sec: 15 segments, 1 merges 735.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 740.0 sec: 15 segments, 1 merges 740.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 745.0 sec: 15 segments, 1 merges 745.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 750.0 sec: 15 segments, 1 merges 750.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 755.0 sec: 15 segments, 1 merges 755.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 760.0 sec: 15 segments, 1 merges 760.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 765.1 sec: 15 segments, 1 merges 765.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 770.1 sec: 15 segments, 1 merges 770.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 775.1 sec: 15 segments, 1 merges 775.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 780.1 sec: 15 segments, 1 merges 780.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 785.1 sec: 15 segments, 1 merges 785.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 790.1 sec: 15 segments, 1 merges 790.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 795.1 sec: 15 segments, 1 merges 795.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 800.1 sec: 15 segments, 1 merges 800.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 805.1 sec: 15 segments, 1 merges 805.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 810.1 sec: 15 segments, 1 merges 810.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 815.0 sec: 15 segments, 1 merges 815.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 820.0 sec: 15 segments, 1 merges 820.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 825.0 sec: 15 segments, 1 merges 825.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 830.0 sec: 15 segments, 1 merges 830.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 835.0 sec: 15 segments, 1 merges 835.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 840.0 sec: 15 segments, 1 merges 840.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 845.0 sec: 15 segments, 1 merges 845.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 850.0 sec: 15 segments, 1 merges 850.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 855.0 sec: 15 segments, 1 merges 855.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 860.0 sec: 15 segments, 1 merges 860.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 865.0 sec: 15 segments, 1 merges 865.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 870.1 sec: 15 segments, 1 merges 870.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 875.1 sec: 15 segments, 1 merges 875.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 880.1 sec: 15 segments, 1 merges 880.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 885.1 sec: 15 segments, 1 merges 885.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 890.1 sec: 15 segments, 1 merges 890.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 895.1 sec: 15 segments, 1 merges 895.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 900.1 sec: 15 segments, 1 merges 900.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 905.1 sec: 15 segments, 1 merges 905.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 910.1 sec: 15 segments, 1 merges 910.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 915.1 sec: 15 segments, 1 merges 915.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 920.0 sec: 15 segments, 1 merges 920.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 925.0 sec: 15 segments, 1 merges 925.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 930.0 sec: 15 segments, 1 merges 930.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 935.0 sec: 15 segments, 1 merges 935.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 940.0 sec: 15 segments, 1 merges 940.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 945.0 sec: 15 segments, 1 merges 945.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 950.0 sec: 15 segments, 1 merges 950.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 955.0 sec: 15 segments, 1 merges 955.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 960.0 sec: 15 segments, 1 merges 960.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 965.0 sec: 15 segments, 1 merges 965.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 970.1 sec: 15 segments, 1 merges 970.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 975.1 sec: 15 segments, 1 merges 975.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 980.1 sec: 15 segments, 1 merges 980.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 985.1 sec: 15 segments, 1 merges 985.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 990.1 sec: 15 segments, 1 merges 990.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 995.1 sec: 15 segments, 1 merges 995.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1000.1 sec: 15 segments, 1 merges 1000.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1005.1 sec: 15 segments, 1 merges 1005.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1010.1 sec: 15 segments, 1 merges 1010.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1015.1 sec: 15 segments, 1 merges 1015.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1020.0 sec: 15 segments, 1 merges 1020.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1025.0 sec: 15 segments, 1 merges 1025.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1030.0 sec: 15 segments, 1 merges 1030.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1035.0 sec: 15 segments, 1 merges 1035.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1040.0 sec: 15 segments, 1 merges 1040.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1045.0 sec: 15 segments, 1 merges 1045.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1050.1 sec: 15 segments, 1 merges 1050.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1055.1 sec: 15 segments, 1 merges 1055.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1060.1 sec: 15 segments, 1 merges 1060.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1065.1 sec: 15 segments, 1 merges 1065.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1070.1 sec: 15 segments, 1 merges 1070.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1075.1 sec: 15 segments, 1 merges 1075.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1080.1 sec: 15 segments, 1 merges 1080.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1085.1 sec: 15 segments, 1 merges 1085.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1090.1 sec: 15 segments, 1 merges 1090.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1095.1 sec: 15 segments, 1 merges 1095.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1100.0 sec: 15 segments, 1 merges 1100.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1105.0 sec: 15 segments, 1 merges 1105.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1110.0 sec: 15 segments, 1 merges 1110.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1115.0 sec: 15 segments, 1 merges 1115.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1120.0 sec: 15 segments, 1 merges 1120.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1125.0 sec: 15 segments, 1 merges 1125.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1130.0 sec: 15 segments, 1 merges 1130.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1135.0 sec: 15 segments, 1 merges 1135.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1140.0 sec: 15 segments, 1 merges 1140.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1145.0 sec: 15 segments, 1 merges 1145.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1150.0 sec: 15 segments, 1 merges 1150.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1155.0 sec: 15 segments, 1 merges 1155.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1160.1 sec: 15 segments, 1 merges 1160.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1165.1 sec: 15 segments, 1 merges 1165.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1170.1 sec: 15 segments, 1 merges 1170.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1175.1 sec: 15 segments, 1 merges 1175.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1180.1 sec: 15 segments, 1 merges 1180.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1185.1 sec: 15 segments, 1 merges 1185.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1190.1 sec: 15 segments, 1 merges 1190.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1195.1 sec: 15 segments, 1 merges 1195.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1200.0 sec: 15 segments, 1 merges 1200.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1205.0 sec: 15 segments, 1 merges 1205.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1210.0 sec: 15 segments, 1 merges 1210.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1215.0 sec: 15 segments, 1 merges 1215.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1220.0 sec: 15 segments, 1 merges 1220.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1225.0 sec: 15 segments, 1 merges 1225.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1230.0 sec: 15 segments, 1 merges 1230.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1235.0 sec: 15 segments, 1 merges 1235.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1240.0 sec: 15 segments, 1 merges 1240.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1245.1 sec: 15 segments, 1 merges 1245.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1250.1 sec: 15 segments, 1 merges 1250.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1255.1 sec: 15 segments, 1 merges 1255.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1260.1 sec: 15 segments, 1 merges 1260.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1265.1 sec: 15 segments, 1 merges 1265.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1270.1 sec: 15 segments, 1 merges 1270.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1275.1 sec: 15 segments, 1 merges 1275.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1280.1 sec: 15 segments, 1 merges 1280.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1285.1 sec: 15 segments, 1 merges 1285.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1290.0 sec: 15 segments, 1 merges 1290.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1295.0 sec: 15 segments, 1 merges 1295.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1300.0 sec: 15 segments, 1 merges 1300.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1305.0 sec: 15 segments, 1 merges 1305.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1310.0 sec: 15 segments, 1 merges 1310.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1315.0 sec: 15 segments, 1 merges 1315.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1320.0 sec: 15 segments, 1 merges 1320.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1325.1 sec: 15 segments, 1 merges 1325.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1330.1 sec: 15 segments, 1 merges 1330.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1335.1 sec: 15 segments, 1 merges 1335.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1340.1 sec: 15 segments, 1 merges 1340.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1345.1 sec: 15 segments, 1 merges 1345.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1350.1 sec: 15 segments, 1 merges 1350.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1355.1 sec: 15 segments, 1 merges 1355.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1360.1 sec: 15 segments, 1 merges 1360.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1365.1 sec: 15 segments, 1 merges 1365.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1370.0 sec: 15 segments, 1 merges 1370.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1375.0 sec: 15 segments, 1 merges 1375.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1380.0 sec: 15 segments, 1 merges 1380.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1385.0 sec: 15 segments, 1 merges 1385.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1390.0 sec: 15 segments, 1 merges 1390.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1395.0 sec: 15 segments, 1 merges 1395.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1400.0 sec: 15 segments, 1 merges 1400.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1405.0 sec: 15 segments, 1 merges 1405.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1410.0 sec: 15 segments, 1 merges 1410.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1415.1 sec: 15 segments, 1 merges 1415.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1420.1 sec: 15 segments, 1 merges 1420.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1425.1 sec: 15 segments, 1 merges 1425.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1430.1 sec: 15 segments, 1 merges 1430.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1435.1 sec: 15 segments, 1 merges 1435.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1440.1 sec: 15 segments, 1 merges 1440.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1445.1 sec: 15 segments, 1 merges 1445.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1450.1 sec: 15 segments, 1 merges 1450.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1455.1 sec: 15 segments, 1 merges 1455.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1460.1 sec: 15 segments, 1 merges 1460.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1465.1 sec: 15 segments, 1 merges 1465.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1470.1 sec: 15 segments, 1 merges 1470.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1475.1 sec: 15 segments, 1 merges 1475.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1480.0 sec: 15 segments, 1 merges 1480.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1485.0 sec: 15 segments, 1 merges 1485.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1490.0 sec: 15 segments, 1 merges 1490.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1495.0 sec: 15 segments, 1 merges 1495.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1500.0 sec: 15 segments, 1 merges 1500.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1505.0 sec: 15 segments, 1 merges 1505.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1510.0 sec: 15 segments, 1 merges 1510.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1515.0 sec: 15 segments, 1 merges 1515.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1520.0 sec: 15 segments, 1 merges 1520.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1525.0 sec: 15 segments, 1 merges 1525.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1530.0 sec: 15 segments, 1 merges 1530.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1535.0 sec: 15 segments, 1 merges 1535.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1540.1 sec: 15 segments, 1 merges 1540.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1545.1 sec: 15 segments, 1 merges 1545.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1550.1 sec: 15 segments, 1 merges 1550.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1555.1 sec: 15 segments, 1 merges 1555.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1560.1 sec: 15 segments, 1 merges 1560.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1565.1 sec: 15 segments, 1 merges 1565.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1570.1 sec: 15 segments, 1 merges 1570.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1575.1 sec: 15 segments, 1 merges 1575.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1580.1 sec: 15 segments, 1 merges 1580.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1585.1 sec: 15 segments, 1 merges 1585.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1590.1 sec: 15 segments, 1 merges 1590.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1595.1 sec: 15 segments, 1 merges 1595.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1600.0 sec: 15 segments, 1 merges 1600.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1605.0 sec: 15 segments, 1 merges 1605.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1610.0 sec: 15 segments, 1 merges 1610.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1615.0 sec: 15 segments, 1 merges 1615.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1620.0 sec: 15 segments, 1 merges 1620.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1625.0 sec: 15 segments, 1 merges 1625.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1630.0 sec: 15 segments, 1 merges 1630.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1635.0 sec: 15 segments, 1 merges 1635.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1640.0 sec: 15 segments, 1 merges 1640.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1645.0 sec: 15 segments, 1 merges 1645.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1650.0 sec: 15 segments, 1 merges 1650.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1655.0 sec: 15 segments, 1 merges 1655.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1660.1 sec: 15 segments, 1 merges 1660.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1665.1 sec: 15 segments, 1 merges 1665.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1670.1 sec: 15 segments, 1 merges 1670.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1675.1 sec: 15 segments, 1 merges 1675.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1680.1 sec: 15 segments, 1 merges 1680.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1685.1 sec: 15 segments, 1 merges 1685.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1690.1 sec: 15 segments, 1 merges 1690.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1695.1 sec: 15 segments, 1 merges 1695.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1700.1 sec: 15 segments, 1 merges 1700.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1705.1 sec: 15 segments, 1 merges 1705.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1710.1 sec: 15 segments, 1 merges 1710.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1715.1 sec: 15 segments, 1 merges 1715.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1720.1 sec: 15 segments, 1 merges 1720.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1725.0 sec: 15 segments, 1 merges 1725.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1730.0 sec: 15 segments, 1 merges 1730.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1735.0 sec: 15 segments, 1 merges 1735.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1740.0 sec: 15 segments, 1 merges 1740.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1745.0 sec: 15 segments, 1 merges 1745.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1750.0 sec: 15 segments, 1 merges 1750.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1755.0 sec: 15 segments, 1 merges 1755.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1760.0 sec: 15 segments, 1 merges 1760.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1765.0 sec: 15 segments, 1 merges 1765.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1770.0 sec: 15 segments, 1 merges 1770.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1775.0 sec: 15 segments, 1 merges 1775.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1780.0 sec: 15 segments, 1 merges 1780.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1785.1 sec: 15 segments, 1 merges 1785.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1790.1 sec: 15 segments, 1 merges 1790.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1795.1 sec: 15 segments, 1 merges 1795.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1800.1 sec: 15 segments, 1 merges 1800.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1805.1 sec: 15 segments, 1 merges 1805.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1810.1 sec: 15 segments, 1 merges 1810.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1815.1 sec: 15 segments, 1 merges 1815.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1820.1 sec: 15 segments, 1 merges 1820.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1825.1 sec: 15 segments, 1 merges 1825.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1830.1 sec: 15 segments, 1 merges 1830.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1835.1 sec: 15 segments, 1 merges 1835.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1840.1 sec: 15 segments, 1 merges 1840.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1845.1 sec: 15 segments, 1 merges 1845.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1850.0 sec: 15 segments, 1 merges 1850.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1855.0 sec: 15 segments, 1 merges 1855.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1860.0 sec: 15 segments, 1 merges 1860.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1865.0 sec: 15 segments, 1 merges 1865.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1870.0 sec: 15 segments, 1 merges 1870.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1875.0 sec: 15 segments, 1 merges 1875.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1880.0 sec: 15 segments, 1 merges 1880.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1885.0 sec: 15 segments, 1 merges 1885.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1890.0 sec: 15 segments, 1 merges 1890.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1895.0 sec: 15 segments, 1 merges 1895.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1900.0 sec: 15 segments, 1 merges 1900.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1905.0 sec: 15 segments, 1 merges 1905.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1910.0 sec: 15 segments, 1 merges 1910.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1915.1 sec: 15 segments, 1 merges 1915.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1920.1 sec: 15 segments, 1 merges 1920.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1925.1 sec: 15 segments, 1 merges 1925.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1930.1 sec: 15 segments, 1 merges 1930.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1935.1 sec: 15 segments, 1 merges 1935.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1940.1 sec: 15 segments, 1 merges 1940.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1945.1 sec: 15 segments, 1 merges 1945.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1950.1 sec: 15 segments, 1 merges 1950.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1955.1 sec: 15 segments, 1 merges 1955.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1960.1 sec: 15 segments, 1 merges 1960.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1965.1 sec: 15 segments, 1 merges 1965.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1970.0 sec: 15 segments, 1 merges 1970.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1975.0 sec: 15 segments, 1 merges 1975.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1980.0 sec: 15 segments, 1 merges 1980.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1985.0 sec: 15 segments, 1 merges 1985.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1990.0 sec: 15 segments, 1 merges 1990.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 1995.0 sec: 15 segments, 1 merges 1995.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2000.0 sec: 15 segments, 1 merges 2000.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2005.0 sec: 15 segments, 1 merges 2005.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2010.0 sec: 15 segments, 1 merges 2010.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2015.0 sec: 15 segments, 1 merges 2015.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2020.0 sec: 15 segments, 1 merges 2020.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2025.1 sec: 15 segments, 1 merges 2025.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2030.1 sec: 15 segments, 1 merges 2030.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2035.1 sec: 15 segments, 1 merges 2035.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2040.1 sec: 15 segments, 1 merges 2040.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2045.1 sec: 15 segments, 1 merges 2045.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2050.1 sec: 15 segments, 1 merges 2050.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2055.1 sec: 15 segments, 1 merges 2055.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2060.1 sec: 15 segments, 1 merges 2060.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2065.1 sec: 15 segments, 1 merges 2065.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2070.1 sec: 15 segments, 1 merges 2070.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2075.0 sec: 15 segments, 1 merges 2075.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2080.0 sec: 15 segments, 1 merges 2080.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2085.0 sec: 15 segments, 1 merges 2085.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2090.0 sec: 15 segments, 1 merges 2090.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2095.0 sec: 15 segments, 1 merges 2095.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2100.0 sec: 15 segments, 1 merges 2100.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2105.0 sec: 15 segments, 1 merges 2105.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2110.0 sec: 15 segments, 1 merges 2110.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2115.0 sec: 15 segments, 1 merges 2115.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2120.0 sec: 15 segments, 1 merges 2120.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2125.0 sec: 15 segments, 1 merges 2125.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2130.0 sec: 15 segments, 1 merges 2130.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2135.0 sec: 15 segments, 1 merges 2135.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2140.0 sec: 15 segments, 1 merges 2140.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2145.0 sec: 15 segments, 1 merges 2145.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2150.0 sec: 15 segments, 1 merges 2150.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2155.0 sec: 15 segments, 1 merges 2155.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2160.0 sec: 15 segments, 1 merges 2160.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2165.0 sec: 15 segments, 1 merges 2165.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2170.0 sec: 15 segments, 1 merges 2170.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2175.0 sec: 15 segments, 1 merges 2175.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2180.0 sec: 15 segments, 1 merges 2180.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2185.1 sec: 15 segments, 1 merges 2185.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2190.1 sec: 15 segments, 1 merges 2190.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2195.1 sec: 15 segments, 1 merges 2195.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2200.1 sec: 15 segments, 1 merges 2200.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2205.1 sec: 15 segments, 1 merges 2205.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2210.1 sec: 15 segments, 1 merges 2210.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2215.1 sec: 15 segments, 1 merges 2215.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2220.1 sec: 15 segments, 1 merges 2220.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2225.1 sec: 15 segments, 1 merges 2225.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2230.1 sec: 15 segments, 1 merges 2230.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2235.1 sec: 15 segments, 1 merges 2235.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2240.0 sec: 15 segments, 1 merges 2240.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2245.0 sec: 15 segments, 1 merges 2245.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2250.0 sec: 15 segments, 1 merges 2250.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2255.0 sec: 15 segments, 1 merges 2255.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2260.0 sec: 15 segments, 1 merges 2260.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2265.0 sec: 15 segments, 1 merges 2265.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2270.0 sec: 15 segments, 1 merges 2270.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2275.0 sec: 15 segments, 1 merges 2275.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2280.0 sec: 15 segments, 1 merges 2280.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2285.0 sec: 15 segments, 1 merges 2285.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2290.0 sec: 15 segments, 1 merges 2290.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2295.1 sec: 15 segments, 1 merges 2295.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2300.1 sec: 15 segments, 1 merges 2300.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2305.1 sec: 15 segments, 1 merges 2305.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2310.1 sec: 15 segments, 1 merges 2310.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2315.1 sec: 15 segments, 1 merges 2315.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2320.1 sec: 15 segments, 1 merges 2320.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2325.1 sec: 15 segments, 1 merges 2325.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2330.1 sec: 15 segments, 1 merges 2330.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2335.1 sec: 15 segments, 1 merges 2335.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2340.1 sec: 15 segments, 1 merges 2340.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2345.1 sec: 15 segments, 1 merges 2345.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2350.0 sec: 15 segments, 1 merges 2350.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2355.0 sec: 15 segments, 1 merges 2355.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2360.0 sec: 15 segments, 1 merges 2360.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2365.0 sec: 15 segments, 1 merges 2365.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2370.0 sec: 15 segments, 1 merges 2370.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2375.0 sec: 15 segments, 1 merges 2375.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2380.0 sec: 15 segments, 1 merges 2380.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2385.0 sec: 15 segments, 1 merges 2385.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2390.0 sec: 15 segments, 1 merges 2390.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2395.0 sec: 15 segments, 1 merges 2395.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2400.1 sec: 15 segments, 1 merges 2400.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2405.1 sec: 15 segments, 1 merges 2405.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2410.1 sec: 15 segments, 1 merges 2410.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2415.1 sec: 15 segments, 1 merges 2415.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2420.1 sec: 15 segments, 1 merges 2420.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2425.1 sec: 15 segments, 1 merges 2425.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2430.1 sec: 15 segments, 1 merges 2430.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2435.1 sec: 15 segments, 1 merges 2435.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2440.1 sec: 15 segments, 1 merges 2440.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2445.1 sec: 15 segments, 1 merges 2445.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2450.1 sec: 15 segments, 1 merges 2450.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2455.0 sec: 15 segments, 1 merges 2455.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2460.0 sec: 15 segments, 1 merges 2460.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2465.0 sec: 15 segments, 1 merges 2465.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2470.0 sec: 15 segments, 1 merges 2470.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2475.0 sec: 15 segments, 1 merges 2475.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2480.0 sec: 15 segments, 1 merges 2480.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2485.0 sec: 15 segments, 1 merges 2485.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2490.0 sec: 15 segments, 1 merges 2490.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2495.0 sec: 15 segments, 1 merges 2495.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2500.0 sec: 15 segments, 1 merges 2500.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2505.0 sec: 15 segments, 1 merges 2505.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2510.1 sec: 15 segments, 1 merges 2510.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2515.1 sec: 15 segments, 1 merges 2515.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2520.1 sec: 15 segments, 1 merges 2520.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2525.1 sec: 15 segments, 1 merges 2525.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2530.1 sec: 15 segments, 1 merges 2530.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2535.1 sec: 15 segments, 1 merges 2535.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2540.1 sec: 15 segments, 1 merges 2540.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2545.1 sec: 15 segments, 1 merges 2545.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2550.1 sec: 15 segments, 1 merges 2550.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2555.1 sec: 15 segments, 1 merges 2555.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2560.1 sec: 15 segments, 1 merges 2560.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2565.0 sec: 15 segments, 1 merges 2565.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2570.0 sec: 15 segments, 1 merges 2570.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2575.1 sec: 15 segments, 1 merges 2575.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2580.1 sec: 15 segments, 1 merges 2580.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2585.1 sec: 15 segments, 1 merges 2585.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2590.1 sec: 15 segments, 1 merges 2590.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2595.1 sec: 15 segments, 1 merges 2595.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2600.0 sec: 15 segments, 1 merges 2600.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2605.0 sec: 15 segments, 1 merges 2605.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2610.0 sec: 15 segments, 1 merges 2610.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2615.0 sec: 15 segments, 1 merges 2615.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2620.0 sec: 15 segments, 1 merges 2620.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2625.0 sec: 15 segments, 1 merges 2625.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2630.0 sec: 15 segments, 1 merges 2630.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2635.0 sec: 15 segments, 1 merges 2635.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2640.0 sec: 15 segments, 1 merges 2640.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2645.0 sec: 15 segments, 1 merges 2645.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2650.0 sec: 15 segments, 1 merges 2650.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2655.1 sec: 15 segments, 1 merges 2655.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2660.1 sec: 15 segments, 1 merges 2660.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2665.1 sec: 15 segments, 1 merges 2665.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2670.1 sec: 15 segments, 1 merges 2670.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2675.1 sec: 15 segments, 1 merges 2675.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2680.1 sec: 15 segments, 1 merges 2680.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2685.1 sec: 15 segments, 1 merges 2685.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2690.1 sec: 15 segments, 1 merges 2690.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2695.1 sec: 15 segments, 1 merges 2695.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2700.1 sec: 15 segments, 1 merges 2700.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2705.1 sec: 15 segments, 1 merges 2705.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2710.0 sec: 15 segments, 1 merges 2710.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2715.0 sec: 15 segments, 1 merges 2715.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2720.0 sec: 15 segments, 1 merges 2720.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2725.0 sec: 15 segments, 1 merges 2725.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2730.0 sec: 15 segments, 1 merges 2730.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2735.0 sec: 15 segments, 1 merges 2735.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2740.0 sec: 15 segments, 1 merges 2740.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2745.0 sec: 15 segments, 1 merges 2745.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2750.0 sec: 15 segments, 1 merges 2750.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2755.1 sec: 15 segments, 1 merges 2755.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2760.1 sec: 15 segments, 1 merges 2760.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2765.1 sec: 15 segments, 1 merges 2765.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2770.1 sec: 15 segments, 1 merges 2770.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2775.1 sec: 15 segments, 1 merges 2775.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2780.1 sec: 15 segments, 1 merges 2780.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2785.1 sec: 15 segments, 1 merges 2785.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2790.1 sec: 15 segments, 1 merges 2790.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2795.1 sec: 15 segments, 1 merges 2795.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2800.1 sec: 15 segments, 1 merges 2800.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2805.1 sec: 15 segments, 1 merges 2805.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2810.0 sec: 15 segments, 1 merges 2810.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2815.0 sec: 15 segments, 1 merges 2815.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2820.0 sec: 15 segments, 1 merges 2820.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2825.0 sec: 15 segments, 1 merges 2825.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2830.0 sec: 15 segments, 1 merges 2830.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2835.0 sec: 15 segments, 1 merges 2835.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2840.0 sec: 15 segments, 1 merges 2840.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2845.0 sec: 15 segments, 1 merges 2845.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2850.0 sec: 15 segments, 1 merges 2850.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2855.0 sec: 15 segments, 1 merges 2855.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2860.0 sec: 15 segments, 1 merges 2860.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2865.0 sec: 15 segments, 1 merges 2865.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2870.1 sec: 15 segments, 1 merges 2870.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2875.1 sec: 15 segments, 1 merges 2875.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2880.1 sec: 15 segments, 1 merges 2880.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2885.1 sec: 15 segments, 1 merges 2885.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2890.1 sec: 15 segments, 1 merges 2890.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2895.1 sec: 15 segments, 1 merges 2895.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2900.1 sec: 15 segments, 1 merges 2900.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2905.1 sec: 15 segments, 1 merges 2905.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2910.1 sec: 15 segments, 1 merges 2910.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2915.1 sec: 15 segments, 1 merges 2915.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2920.1 sec: 15 segments, 1 merges 2920.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2925.0 sec: 15 segments, 1 merges 2925.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2930.0 sec: 15 segments, 1 merges 2930.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2935.0 sec: 15 segments, 1 merges 2935.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2940.0 sec: 15 segments, 1 merges 2940.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2945.0 sec: 15 segments, 1 merges 2945.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2950.1 sec: 15 segments, 1 merges 2950.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2955.1 sec: 15 segments, 1 merges 2955.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2960.1 sec: 15 segments, 1 merges 2960.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2965.1 sec: 15 segments, 1 merges 2965.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2970.1 sec: 15 segments, 1 merges 2970.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2975.1 sec: 15 segments, 1 merges 2975.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2980.1 sec: 15 segments, 1 merges 2980.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2985.1 sec: 15 segments, 1 merges 2985.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2990.1 sec: 15 segments, 1 merges 2990.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 2995.1 sec: 15 segments, 1 merges 2995.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3000.1 sec: 15 segments, 1 merges 3000.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3005.1 sec: 15 segments, 1 merges 3005.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3010.0 sec: 15 segments, 1 merges 3010.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3015.0 sec: 15 segments, 1 merges 3015.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3020.0 sec: 15 segments, 1 merges 3020.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3025.0 sec: 15 segments, 1 merges 3025.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3030.0 sec: 15 segments, 1 merges 3030.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3035.0 sec: 15 segments, 1 merges 3035.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3040.0 sec: 15 segments, 1 merges 3040.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3045.0 sec: 15 segments, 1 merges 3045.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3050.0 sec: 15 segments, 1 merges 3050.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3055.0 sec: 15 segments, 1 merges 3055.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3060.0 sec: 15 segments, 1 merges 3060.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3065.1 sec: 15 segments, 1 merges 3065.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3070.1 sec: 15 segments, 1 merges 3070.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3075.1 sec: 15 segments, 1 merges 3075.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3080.1 sec: 15 segments, 1 merges 3080.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3085.1 sec: 15 segments, 1 merges 3085.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3090.1 sec: 15 segments, 1 merges 3090.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3095.1 sec: 15 segments, 1 merges 3095.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3100.1 sec: 15 segments, 1 merges 3100.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3105.1 sec: 15 segments, 1 merges 3105.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3110.1 sec: 15 segments, 1 merges 3110.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3115.1 sec: 15 segments, 1 merges 3115.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3120.1 sec: 15 segments, 1 merges 3120.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3125.0 sec: 15 segments, 1 merges 3125.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3130.0 sec: 15 segments, 1 merges 3130.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3135.0 sec: 15 segments, 1 merges 3135.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3140.0 sec: 15 segments, 1 merges 3140.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3145.0 sec: 15 segments, 1 merges 3145.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3150.0 sec: 15 segments, 1 merges 3150.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3155.0 sec: 15 segments, 1 merges 3155.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3160.0 sec: 15 segments, 1 merges 3160.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3165.0 sec: 15 segments, 1 merges 3165.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3170.0 sec: 15 segments, 1 merges 3170.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3175.0 sec: 15 segments, 1 merges 3175.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3180.1 sec: 15 segments, 1 merges 3180.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3185.1 sec: 15 segments, 1 merges 3185.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3190.1 sec: 15 segments, 1 merges 3190.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3195.1 sec: 15 segments, 1 merges 3195.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3200.1 sec: 15 segments, 1 merges 3200.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3205.1 sec: 15 segments, 1 merges 3205.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3210.1 sec: 15 segments, 1 merges 3210.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3215.1 sec: 15 segments, 1 merges 3215.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3220.1 sec: 15 segments, 1 merges 3220.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3225.1 sec: 15 segments, 1 merges 3225.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3230.1 sec: 15 segments, 1 merges 3230.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3235.1 sec: 15 segments, 1 merges 3235.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3240.0 sec: 15 segments, 1 merges 3240.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3245.0 sec: 15 segments, 1 merges 3245.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3250.0 sec: 15 segments, 1 merges 3250.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3255.0 sec: 15 segments, 1 merges 3255.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3260.0 sec: 15 segments, 1 merges 3260.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3265.0 sec: 15 segments, 1 merges 3265.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3270.0 sec: 15 segments, 1 merges 3270.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3275.0 sec: 15 segments, 1 merges 3275.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3280.0 sec: 15 segments, 1 merges 3280.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3285.0 sec: 15 segments, 1 merges 3285.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3290.0 sec: 15 segments, 1 merges 3290.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3295.0 sec: 15 segments, 1 merges 3295.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3300.0 sec: 15 segments, 1 merges 3300.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3305.0 sec: 15 segments, 1 merges 3305.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3310.0 sec: 15 segments, 1 merges 3310.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3315.0 sec: 15 segments, 1 merges 3315.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3320.0 sec: 15 segments, 1 merges 3320.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3325.1 sec: 15 segments, 1 merges 3325.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3330.1 sec: 15 segments, 1 merges 3330.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3335.1 sec: 15 segments, 1 merges 3335.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3340.1 sec: 15 segments, 1 merges 3340.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3345.1 sec: 15 segments, 1 merges 3345.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3350.1 sec: 15 segments, 1 merges 3350.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3355.1 sec: 15 segments, 1 merges 3355.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3360.1 sec: 15 segments, 1 merges 3360.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3365.1 sec: 15 segments, 1 merges 3365.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3370.1 sec: 15 segments, 1 merges 3370.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3375.1 sec: 15 segments, 1 merges 3375.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3380.0 sec: 15 segments, 1 merges 3380.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3385.0 sec: 15 segments, 1 merges 3385.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3390.0 sec: 15 segments, 1 merges 3390.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3395.0 sec: 15 segments, 1 merges 3395.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3400.0 sec: 15 segments, 1 merges 3400.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3405.0 sec: 15 segments, 1 merges 3405.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3410.0 sec: 15 segments, 1 merges 3410.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3415.0 sec: 15 segments, 1 merges 3415.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3420.0 sec: 15 segments, 1 merges 3420.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3425.0 sec: 15 segments, 1 merges 3425.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3430.0 sec: 15 segments, 1 merges 3430.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3435.0 sec: 15 segments, 1 merges 3435.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3440.1 sec: 15 segments, 1 merges 3440.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3445.1 sec: 15 segments, 1 merges 3445.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3450.1 sec: 15 segments, 1 merges 3450.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3455.1 sec: 15 segments, 1 merges 3455.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3460.1 sec: 15 segments, 1 merges 3460.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3465.1 sec: 15 segments, 1 merges 3465.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3470.1 sec: 15 segments, 1 merges 3470.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3475.1 sec: 15 segments, 1 merges 3475.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3480.1 sec: 15 segments, 1 merges 3480.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3485.1 sec: 15 segments, 1 merges 3485.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3490.1 sec: 15 segments, 1 merges 3490.1s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3495.0 sec: 15 segments, 1 merges 3495.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3500.0 sec: 15 segments, 1 merges 3500.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3505.0 sec: 15 segments, 1 merges 3505.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3510.0 sec: 15 segments, 1 merges 3510.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3515.0 sec: 15 segments, 1 merges 3515.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3520.0 sec: 15 segments, 1 merges 3520.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3525.0 sec: 15 segments, 1 merges 3525.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3530.0 sec: 15 segments, 1 merges 3530.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3535.0 sec: 15 segments, 1 merges 3535.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3540.0 sec: 15 segments, 1 merges 3540.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3545.0 sec: 15 segments, 1 merges 3545.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3550.0 sec: 15 segments, 1 merges 3550.0s _1g1: 15 segs, 8000.0 K docs, 32011.2 MB 3555.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3558.45 sec index has 1 segments: segments_3: _1g1(11.0.0):C8000000 _1g1: 32156.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.22 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=50807761345 cpu@end=53994127672 deltaMS=3186.366327 thread 14 name=Reference Handler cpu@start=2599144 cpu@end=2599144 deltaMS=0.0 thread 15 name=Finalizer cpu@start=183894 cpu@end=183894 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=78033 cpu@end=78033 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=30486668 cpu@end=30486668 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=60692051362 cpu@end=60692717117 deltaMS=0.665755 thread 42 name=JFR Periodic Tasks cpu@start=610754617382 cpu@end=610908123593 deltaMS=153.506211 thread 45 name=Notification Thread cpu@start=174702 cpu@end=174702 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=8471727243245 cpu@end=8471727243245 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=8463961698977 cpu@end=8463961698977 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=8476416530415 cpu@end=8476416530415 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=8472011193375 cpu@end=8472011193375 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=8462570548810 cpu@end=8462570548810 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=8472363904035 cpu@end=8472363904035 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=8458404074094 cpu@end=8458404074094 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=8464593836097 cpu@end=8464593836097 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=8469412490831 cpu@end=8469412490831 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=8467128593986 cpu@end=8467128593986 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=8462690715181 cpu@end=8462690715181 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=8472735496777 cpu@end=8472735496777 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=8468152314246 cpu@end=8468152314246 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=8464825509643 cpu@end=8464825509643 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=8467980978537 cpu@end=8467980978537 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=8465183792039 cpu@end=8465183792039 deltaMS=0.0 Average CPU cores used: 1.0461027137481025 completed 1000 searches in 3193 ms: 313 QPS CPU time=3340 ms checking results SUMMARY: 0.943 3.193 3.340 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5660 3210.57 2491.77 3558.45 1 32156.22 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=240, Fanout min=6, mean=15.73, max=32, meandelta=423687.91 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 18 19 23 32 Graph level=2 size=7622, Fanout min=8, mean=27.47, max=32, meandelta=265623.66 % 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=247081, Fanout min=1, mean=28.28, max=32, meandelta=258668.23 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.67, max=64, meandelta=194556.14 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=240, connectedness=1.00 Graph level=2 size=7622, connectedness=1.00 Graph level=1 size=247081, 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.25.08.07.42/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': 242,352,797.71 msec task-clock:u 926,918,085,616,749 cycles:u (36.36%) 84,284,607,000,671 instructions:u (36.36%) 13,531,826,201,779 cache-references:u (36.36%) 3,748,373,424,117 cache-misses:u (36.36%) 51,849,506,693,197 L1-dcache-loads:u (36.36%) 3,615,487,452,118 L1-dcache-load-misses:u (36.36%) 4,446,795,874,137 L1-icache-loads:u (36.36%) 51,246,305,560 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 47,475,765 faults:u 22,596,038 minor-faults:u 2,252 major-faults:u 10,659,323,069,118 branches:u (36.36%) 115,911,314,044 branch-misses:u (36.36%) 11,920,906,509,906 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8668.777983042 seconds time elapsed 240905.330229000 seconds user 1398.103278000 seconds sys took 2:24:28.808975 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='d900740093504d1709bb17412b5a7b7a09bbfb62', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.943, cpu_time_ms=3.193, net_cpu_ms=3.34, 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=5660, index_time_sec=3210.57, index_docs_per_sec=2491.77, force_merge_time_sec=3558.45, index_num_segments=1, index_size_on_disk_mb=32156.22, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (240, {0: 0, 10: 9, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 18, 80: 19, 90: 23, 100: 32}), 2: (7622, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247081, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=8668, microseconds=808975)) Profiler summary for /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-25 19:14:14 (UTC) Duration: 5641 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 108308577 1931471346 jdk.FileWrite 5996356 149129838 jdk.FileRead 337560 7950808 jdk.CPULoad 105079 2181157 jdk.BooleanFlag 82336 2661758 jdk.ObjectAllocationInNewTLAB 22801 462400 jdk.Checkpoint 14756 22770961 jdk.UnsignedIntFlag 7968 275812 jdk.IntFlag 7304 271558 jdk.StringFlag 5644 222992 jdk.ObjectAllocationOutsideTLAB 1121 21139 jdk.Compilation 1033 28395 jdk.CPUInformation 166 249441 jdk.GCConfiguration 166 4425 jdk.JVMInformation 166 150837 jdk.Metadata 166 18347591 jdk.GarbageCollection 23 574 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.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108308577 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.55% 50M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 42.07% 45M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 3.03% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.76% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] 1.08% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.73% 789400 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.58% 630554 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.50% 536758 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.45% 487262 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.45% 482549 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.40% 432453 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.33% 357346 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 278340 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.19% 204934 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.18% 195095 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.16% 171448 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.14% 149658 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 115525 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.10% 112727 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.09% 95581 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.08% 84687 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 72041 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.05% 52293 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.04% 47000 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 42483 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 34130 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.03% 31245 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.03% 29953 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.02% 24077 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 23670 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 20289 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 18765 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 18475 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 18453 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18041 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 16271 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 15167 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.01% 15027 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 13979 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 12756 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 12649 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 11443 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11316 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 11183 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 11175 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.01% 10728 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 10230 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10162 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.01% 9731 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 9294 java.util.DualPivotQuicksort#sort():368 [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.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108308577 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.20% 50M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 39.20% 42M 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.03% 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.86% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.52% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.67% 730935 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.57% 616708 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.50% 536753 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.45% 482549 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.36% 391849 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.36% 385035 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.35% 374911 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.33% 355165 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.32% 346620 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.29% 311858 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.26% 278334 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.26% 278100 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.23% 253080 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 201334 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.17% 186497 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.14% 147935 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.12% 131516 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.11% 121378 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 112731 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.07% 77682 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 70944 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% 67764 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [JIT compiled code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 60791 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% 54639 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% 50538 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 47000 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():412 [JIT compiled code] 0.04% 45593 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 44083 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():415 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 39844 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 39083 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 35215 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.03% 34104 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 32186 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.03% 29953 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.03% 28577 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 27481 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 27180 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 23670 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 17512 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 15563 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 15441 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.0x00000000771764a0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 15400 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.01% 15027 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 14883 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.01% 13416 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108308577 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.66% 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] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 22.31% 24M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 20.07% 21M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.43% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 1.39% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 1.14% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 1.14% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.09% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 1.01% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.75% 811334 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.68% 738029 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.68% 731295 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.67% 730114 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.64% 691607 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.51% 551099 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.45% 487888 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.34% 373152 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.34% 369070 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 334944 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():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.30% 323248 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.27% 288889 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] 0.27% 287603 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.26% 283741 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] 0.24% 261640 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.0x000000007707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.24% 258833 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.23% 249631 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.22% 237127 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 229356 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.20% 219788 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] 0.20% 217478 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.16% 178160 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 165573 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled code] 0.15% 165247 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] 0.15% 162491 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.14% 154649 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled code] 0.14% 146844 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 0.12% 131201 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.12% 130196 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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% 121378 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.11% 117816 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 114803 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.10% 109849 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.09% 100139 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.09% 97694 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.08% 87108 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 86358 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.08% 86284 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.07% 78341 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.07% 71138 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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% 70957 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 23912 events (total: 201933M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 31.43% 63461M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.31% 53133M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.17% 52838M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.36% 6776M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.78% 5605M java.util.Arrays#copyOf():3478 [Inlined code] 2.63% 5304M java.lang.Integer#valueOf():1006 [Inlined code] 0.83% 1666M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.75% 1504M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.70% 1418M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.64% 1296M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.64% 1289M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.43% 871M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.41% 837M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.40% 815M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.40% 799M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.21% 427M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 370M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 343M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.13% 258M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 252M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.11% 230M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.11% 219M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 179M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 157M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.08% 155M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.06% 126M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 112M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.06% 111M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.05% 95M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.05% 92M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.05% 92M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.05% 91M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 82M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 79M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 75M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.04% 74M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.04% 72M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.03% 69M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.03% 67M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 61M java.lang.Thread#beforeSleep():473 [Inlined code] 0.03% 61M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.02% 50M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 30M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.01% 27M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.01% 25M org.apache.lucene.document.Document#():42 [Inlined code] 0.01% 24M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.01% 22M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.01% 19M java.util.HashMap#resize():711 [JIT compiled code] 0.01% 19M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.01% 17M 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.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 23912 events (total: 201933M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.94% 44308M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.93% 44284M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.28% 38940M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 12.14% 24521M 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.34% 8764M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 8554M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.36% 6776M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.78% 5605M 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.63% 5304M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.75% 1504M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.64% 1296M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.64% 1289M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.44% 889M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.40% 814M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.40% 799M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.38% 773M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 670M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 642M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 564M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 474M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.18% 370M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 363M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 310M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 307M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 252M 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% 169M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.08% 156M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():412 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.08% 154M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():649 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.08% 154M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 147M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 134M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 126M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 121M 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% 111M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 111M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.05% 110M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.05% 108M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.05% 95M 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.05% 93M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] at knn.KnnIndexer#createIndex():269 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.05% 92M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.05% 92M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.05% 91M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.04% 79M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 74M 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.04% 72M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [Interpreted code] 0.03% 69M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.03% 67M 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.03% 67M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] 0.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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.25.08.07.42/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.25.08.07.42/bench-knn-q32-fmTrue.jfr is 2037.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 23912 events (total: 201933M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.25% 38876M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 8.63% 17416M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 8.28% 16725M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 8.12% 16393M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.75% 11605M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] 5.49% 11093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] 5.22% 10531M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] 5.02% 10141M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] 4.03% 8128M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.78% 5605M 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.63% 5304M 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.53% 3088M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.48% 2995M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.02% 2063M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.97% 1962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.95% 1911M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.93% 1878M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.92% 1856M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.89% 1802M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.85% 1726M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.85% 1710M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.83% 1669M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.82% 1664M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.78% 1577M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.64% 1289M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.59% 1193M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.57% 1147M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.53% 1067M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.51% 1039M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.51% 1032M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.49% 987M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.47% 951M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 814M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] 0.40% 808M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] 0.35% 699M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.21% 421M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Interpreted code] 0.21% 414M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 361M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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% 345M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.15% 304M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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% 289M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.12% 246M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.12% 242M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 231M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 227M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 215M 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():532 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():484 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$$Lambda.0x000000007719ec10#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.0x000000007719c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 213M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.10% 208M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.10% 201M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000771a12b8#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.0x00000000771a1810#run() [JIT compiled 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 923.79 8659.99 0.00 11 36045.90 0.897 11.457 11.995 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 1040.61 7687.83 1140.77 1 36186.17 0.881 2.359 2.463 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1416.84 5646.36 0.00 21 39935.46 0.954 16.149 16.956 1.050 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1516.65 5274.78 1116.81 1 40090.51 0.929 2.512 2.626 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3094.82 2584.97 0.00 17 32009.98 0.976 12.936 13.549 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3210.57 2491.77 3558.45 1 32156.22 0.943 3.193 3.340 1.046 saving all results to /l/logs.nightly/2026.05.25.08.07.42/knn_results.pk done! took 28330.5 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-25 17:15:22.383214] now generate KNN nightly charts [2026-05-25 17:15:25.702220] 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=2783497 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-25 21:15:25 (UTC) Duration: 128 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3935489 82277839 jdk.CPUTimeSample 3718509 65286685 jdk.FileRead 796365 18951345 jdk.ObjectAllocationInNewTLAB 113312 2176616 jdk.ObjectAllocationOutsideTLAB 37106 645149 jdk.BooleanFlag 10380 328745 jdk.Compilation 6233 160795 jdk.CPULoad 2279 44973 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 815 25650211 jdk.StringFlag 675 25185 jdk.GarbageCollection 44 1044 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15865 jdk.Metadata 15 1657901 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3718509 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.17% 341052 java.lang.Integer#rotateLeft():1650 [Inlined code] 7.45% 277031 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.00% 185926 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.02% 149588 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.74% 139158 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 3.50% 130290 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.04% 113003 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.97% 110331 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.47% 92017 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.75% 65184 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.52% 56592 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.47% 54817 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.44% 53494 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.27% 47264 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.24% 46129 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.10% 40785 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.08% 40105 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.07% 39861 java.lang.Character#toChars():9872 [Inlined code] 1.07% 39668 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.02% 37870 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.85% 31490 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.80% 29781 java.lang.Character#codePointAt():9662 [Inlined code] 0.76% 28432 java.lang.ThreadLocal#get():171 [Inlined code] 0.71% 26385 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.68% 25338 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.65% 24119 java.lang.Character#toLowerCase():11251 [Inlined code] 0.60% 22207 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.56% 20763 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.48% 17741 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.47% 17503 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.46% 17257 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.46% 17213 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.46% 17106 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.45% 16915 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.45% 16788 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.45% 16728 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.45% 16561 java.lang.Character#codePointAt():9665 [Inlined code] 0.44% 16377 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.43% 15997 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.42% 15520 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.41% 15391 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.41% 15332 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.37% 13873 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.35% 13125 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 12638 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.32% 11994 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.32% 11860 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.32% 11855 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.32% 11770 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.32% 11764 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3718509 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.17% 341051 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 7.45% 277031 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.02% 149426 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.74% 138910 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] 3.50% 130288 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.03% 112511 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.95% 109648 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.47% 92017 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.75% 65184 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.52% 56573 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.47% 54817 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.44% 53494 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.41% 52482 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.30% 48457 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.27% 47264 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.24% 46129 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.21% 44986 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.10% 40785 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.08% 40001 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.07% 39861 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.07% 39668 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.85% 31490 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.76% 28214 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.71% 26381 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.64% 23925 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.63% 23304 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.59% 21780 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.55% 20312 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.53% 19754 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.49% 18283 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 17736 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.47% 17501 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.47% 17314 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 17213 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.46% 17083 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 16905 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 16788 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.45% 16719 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 16377 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.42% 15489 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.42% 15438 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.41% 15266 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.40% 15022 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.37% 13873 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.34% 12637 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.34% 12538 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.33% 12104 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.32% 11994 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.32% 11843 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.32% 11770 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3718509 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.15% 340295 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] 7.27% 270428 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.02% 149394 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.38% 125594 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():1863 [JIT compiled code] 2.95% 109634 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.47% 92016 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.90% 70568 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 1.83% 68100 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.75% 65184 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.63% 60792 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.52% 56569 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.47% 54637 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():1863 [JIT compiled code] 1.44% 53494 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] 1.30% 48213 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.27% 47264 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.24% 46129 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():1775 [JIT compiled code] 1.20% 44656 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.10% 40785 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():1775 [JIT compiled code] 1.08% 40272 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.07% 39861 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.01% 37490 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.97% 36036 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.76% 28117 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.71% 26381 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():1863 [JIT compiled code] 0.64% 23925 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.64% 23871 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.62% 23135 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.61% 22513 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.59% 21780 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():1863 [JIT compiled code] 0.54% 20137 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.48% 17736 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():1863 [JIT compiled code] 0.47% 17501 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.47% 17314 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.46% 17213 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.46% 17083 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():1863 [JIT compiled code] 0.45% 16905 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():1863 [JIT compiled code] 0.45% 16787 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.45% 16719 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.41% 15266 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.41% 15235 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.41% 15120 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.40% 14929 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.37% 13872 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% 12637 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.33% 12425 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% 12104 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.32% 11842 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.32% 11824 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.32% 11764 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():1863 [JIT compiled code] 0.32% 11756 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():1863 [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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3718509 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.64% 172459 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 4.51% 167572 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 3.64% 135334 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 3.63% 135094 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 2.95% 109634 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():1775 [JIT compiled code] 2.78% 103433 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.95% 72605 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.91% 70859 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.87% 69612 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.63% 60792 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.52% 56580 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.46% 54147 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.20% 44645 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.08% 40262 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.04% 38827 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.01% 37470 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.97% 36026 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.82% 30598 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.82% 30544 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.80% 29854 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.76% 28117 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.70% 26007 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.68% 25174 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.66% 24723 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.65% 24086 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 22915 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.61% 22844 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 22241 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.59% 22076 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 0.56% 20986 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.56% 20935 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.54% 20077 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.53% 19774 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.50% 18750 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 16901 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 16305 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.44% 16207 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.42% 15759 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.41% 15265 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.41% 15068 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.38% 14080 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.37% 13590 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 12770 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.34% 12713 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.34% 12590 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.33% 12421 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.33% 12406 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.32% 12006 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 11668 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.30% 11000 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3718509 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.80% 141277 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 3.64% 135266 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.82% 104727 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.80% 104231 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.71% 100726 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.90% 70651 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.86% 69251 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.82% 67844 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.63% 60792 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.52% 56580 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.46% 54147 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.20% 44476 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.17% 43687 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.09% 40713 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.02% 37832 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.02% 37827 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.94% 34806 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.88% 32583 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.83% 30775 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.81% 29992 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.80% 29861 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.80% 29849 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.79% 29402 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.78% 29087 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.76% 28117 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.76% 28089 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.68% 25335 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.63% 23542 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.62% 23094 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.62% 22954 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.60% 22321 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.60% 22244 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.58% 21660 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 20430 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.55% 20360 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 20034 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.53% 19859 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.49% 18287 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 16460 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.43% 15806 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 15246 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.38% 14139 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.38% 14019 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.36% 13273 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 12471 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.32% 12017 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.32% 11732 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.31% 11687 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.31% 11479 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.31% 11366 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 150392 events (total: 307955M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.37% 53485M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.58% 29497M java.lang.StringUTF16#compress():212 [Inlined code] 8.48% 26104M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.30% 22474M perf.LineFileDocs#readDocs():176 [JIT compiled code] 7.16% 22051M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.65% 14334M java.lang.StringUTF16#compress():216 [Inlined code] 3.45% 10609M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.30% 10165M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.14% 9677M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.66% 8198M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.52% 7762M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.05% 6308M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.95% 6018M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.85% 5684M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.80% 5555M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.77% 5458M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.74% 5362M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.68% 5159M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.67% 5153M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.35% 4142M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3595M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.17% 3593M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.90% 2761M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.66% 2037M java.nio.HeapByteBuffer#():75 [Inlined code] 0.63% 1950M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.57% 1747M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.56% 1729M java.util.ArrayList#grow():240 [Inlined code] 0.51% 1577M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.47% 1450M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.47% 1444M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] 0.40% 1240M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.39% 1200M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.35% 1086M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.35% 1069M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.33% 1015M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.31% 968M perf.LineFileDocs#intToID():299 [Inlined code] 0.31% 948M perf.LineFileDocs#intToID():305 [Inlined code] 0.29% 902M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 842M java.util.List#of():935 [Inlined code] 0.26% 815M java.util.ArrayDeque#():179 [Inlined code] 0.21% 642M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.18% 569M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.18% 545M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 517M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.17% 512M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 435M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.14% 426M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.14% 425M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.13% 402M java.util.ArrayList#iterator():1030 [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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 150392 events (total: 307955M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.34% 53399M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.58% 29497M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.46% 26064M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.30% 22474M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.16% 22051M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.65% 14334M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.44% 10605M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.09% 9512M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.65% 8165M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.59% 7961M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.52% 7762M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.05% 6308M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.95% 6018M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5684M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.80% 5555M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.74% 5362M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.68% 5159M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.67% 5157M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.67% 5153M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.35% 4142M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3595M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.17% 3593M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.72% 2203M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.66% 2037M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.63% 1950M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.56% 1729M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.56% 1725M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.51% 1577M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1450M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.47% 1444M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.39% 1200M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.35% 1070M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.35% 1069M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1015M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 978M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.32% 973M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.31% 968M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.31% 948M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 902M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 887M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.27% 842M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.26% 810M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.26% 809M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.21% 642M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.17% 517M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 495M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000000c1b1400#newInvokeSpecial() [Inlined code] 0.14% 435M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.14% 426M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.14% 425M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 150392 events (total: 307955M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.34% 53399M 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% 26564M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.39% 25850M 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.30% 22474M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.67% 17466M org.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.62% 14220M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.06% 9427M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.61% 8034M 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.58% 7941M 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.52% 7762M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.05% 6308M 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.95% 6018M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.83% 5624M 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.80% 5555M 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% 5362M 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.68% 5159M 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.67% 5153M 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.64% 5039M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.43% 4404M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 4142M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3593M 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.10% 3385M 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():1863 [JIT compiled code] 1.06% 3265M org.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.95% 2910M 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% 2203M 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% 1965M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000c13f618#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.56% 1729M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.56% 1725M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1444M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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.47% 1442M 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% 1411M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.43% 1319M org.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.39% 1200M 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% 1181M 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.35% 1069M 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% 1066M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.35% 1065M 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% 1060M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1015M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1001M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.32% 978M 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.32% 973M 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.31% 968M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 949M 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.31% 948M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 902M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 870M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.27% 842M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.27% 823M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 150392 events (total: 307955M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.34% 53399M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.61% 26521M 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.30% 22474M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.60% 14177M 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.47% 10693M 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.52% 7762M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.38% 7314M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.85% 5693M org.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.83% 5624M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.74% 5362M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.72% 5304M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.68% 5159M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.66% 5108M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.66% 5097M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.57% 4824M 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.48% 4568M 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():1863 [JIT compiled code] 1.43% 4404M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.40% 4297M 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():1863 [JIT compiled code] 1.35% 4142M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.33% 4096M 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.0x000000000c1d7a10#merge() [Interpreted code] 1.08% 3324M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.06% 3260M 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.0x000000000c1d7a10#merge() [Interpreted code] 0.95% 2937M 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():1863 [JIT compiled code] 0.95% 2910M 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.91% 2808M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.90% 2779M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.85% 2614M org.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.82% 2512M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.81% 2484M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.80% 2470M org.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.79% 2448M org.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.76% 2335M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.74% 2286M org.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% 1869M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.59% 1825M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000c13f618#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.57% 1762M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.56% 1725M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.52% 1616M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.52% 1614M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1422M 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.46% 1411M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1396M 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.41% 1259M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.39% 1200M 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% 1181M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1069M 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% 1065M 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% 1033M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.33% 1015M perf.LineFileDocs#nextDoc():654 [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 188.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 150392 events (total: 307955M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.34% 53399M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.61% 26521M 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.30% 22474M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.60% 14177M 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.47% 10693M 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.52% 7762M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.26% 6944M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.83% 5624M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000c1d7a10#merge() [Interpreted code] 1.68% 5164M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.66% 5098M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.59% 4903M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.57% 4849M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.57% 4824M 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.49% 4584M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.47% 4513M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.43% 4404M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.39% 4277M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 1.36% 4193M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.35% 4142M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.33% 4096M 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.06% 3274M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.06% 3260M 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.95% 2910M 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.91% 2800M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.89% 2732M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.89% 2730M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.85% 2614M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.80% 2470M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.77% 2358M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.76% 2350M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.74% 2286M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.71% 2198M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.61% 1869M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.58% 1776M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000c13f618#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.56% 1725M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.52% 1605M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.50% 1535M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.49% 1494M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.46% 1431M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.46% 1415M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.46% 1411M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1396M 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.0x000000000c1d7a10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.39% 1212M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.39% 1200M 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% 1181M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1069M 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% 1065M 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% 1033M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.33% 1015M perf.LineFileDocs#nextDoc():654 [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.25.08.07.42/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocs.top.log [2026-05-25 17:19:16.120733] took 102.5 sec [2026-05-25 17:19:16.124778] medIndexAtClose None [2026-05-25 17:19:16.126099] 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=2786725 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 48 Start: 2026-05-26 00:42:03 (UTC) Duration: 1477 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97004410 1940057251 jdk.FileWrite 4526237 124104672 jdk.ObjectAllocationInNewTLAB 124366 2705310 jdk.FileRead 91369 2560113 jdk.BooleanFlag 33216 1096272 jdk.ObjectAllocationOutsideTLAB 8839 175399 jdk.CPULoad 5774 121254 jdk.UnsignedIntFlag 2976 106704 jdk.IntFlag 2688 99984 jdk.StringFlag 2160 84480 jdk.Checkpoint 1388 54613170 jdk.Compilation 111 3117 jdk.CPUInformation 48 72144 jdk.GCConfiguration 48 1296 jdk.JVMInformation 48 57936 jdk.Metadata 48 5305344 jdk.GarbageCollection 18 471 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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97004409 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.59% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.84% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 2.24% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.66% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.12% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.99% 959345 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.94% 913401 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.52% 506125 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.51% 498679 java.util.Arrays#fill():3144 [Inlined code] 0.42% 408899 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.34% 334503 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.34% 333280 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.25% 247210 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.25% 237983 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.23% 225878 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 222135 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.17% 161525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.16% 156409 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.15% 147999 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 145254 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.13% 128712 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.12% 113735 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.12% 113445 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.11% 110845 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.10% 98121 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.10% 94278 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.09% 89727 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 86465 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.09% 83911 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 81258 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 79555 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.08% 78537 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 76221 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 76050 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 71506 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 70409 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 69873 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.07% 66704 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 66703 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 65589 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 63032 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 62338 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.06% 61430 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 59424 java.util.Arrays#fill():3143 [Inlined code] 0.05% 52147 org.apache.lucene.util.FixedBitSet#getAndSet():305 [Inlined code] 0.05% 50654 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.05% 50152 java.util.Objects#checkIndex():365 [Inlined code] 0.05% 49946 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.05% 49727 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97004409 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.59% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.84% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 2.06% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.66% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.12% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.99% 959345 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.94% 913401 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.52% 506125 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.51% 498679 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.34% 334503 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.30% 291784 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.25% 247210 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.25% 237983 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.23% 225878 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 194204 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.18% 175976 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.17% 161525 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.16% 156409 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.15% 145540 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 145254 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.15% 143744 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 143143 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.12% 113447 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.11% 106177 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.11% 103214 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.10% 98121 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 81258 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 79555 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 78537 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 76595 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 76221 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 76050 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.08% 73714 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.07% 72564 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 69873 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.07% 69334 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 68458 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.06% 59424 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 59160 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 58373 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 53903 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 53560 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 52147 org.apache.lucene.util.FixedBitSet#getAndSet():305 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.05% 50654 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.05% 50100 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] 0.05% 49727 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.05% 49278 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.05% 49271 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.05% 47399 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97004409 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 10.59% 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.14% 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.97% 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.66% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.20% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 1.02% 985992 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.85% 821188 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.68% 662743 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.51% 498679 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.50% 483798 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.49% 479222 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.34% 333423 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% 279059 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 247210 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 215326 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 194204 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.20% 192506 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.20% 190498 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.17% 161525 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% 149151 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 143674 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% 140694 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 133789 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.12% 118560 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 115122 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.12% 113447 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.10% 98599 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 96243 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.09% 92129 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.09% 83232 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 81784 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 80762 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.08% 78537 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.08% 76595 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% 76050 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.08% 75110 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():1863 [JIT compiled code] 0.07% 71919 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 71901 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.07% 69873 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.07% 68457 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.07% 63824 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.06% 59424 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% 59124 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% 55069 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 52171 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 50373 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 49617 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 47699 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 47248 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():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=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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97004409 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.47% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.86% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.77% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 11.17% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.29% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.84% 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.13% 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.85% 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.53% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.09% 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():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.92% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 1.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.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] 1.17% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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.89% 862716 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.87% 848330 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.85% 821188 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.78% 757168 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.75% 726968 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.68% 662743 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.67% 646584 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.53% 517755 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.49% 479222 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.47% 453119 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.46% 447481 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.44% 427646 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.34% 333423 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.29% 279059 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.24% 232647 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 215326 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 202686 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.20% 190498 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% 186221 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.17% 161524 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.16% 152860 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 149151 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 147348 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 139934 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.14% 133789 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.12% 118560 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] 0.12% 114890 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.11% 102862 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.10% 100676 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.10% 98678 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 98599 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 92129 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 83232 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 81560 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.08% 80762 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 74110 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97004409 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.92% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.69% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 11.17% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 9.48% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 7.16% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.00% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.64% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 2.03% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.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.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.92% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.86% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.86% 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.42% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.29% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.25% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.11% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.02% 985542 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.89% 859205 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.87% 847700 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.80% 771621 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#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.78% 754556 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.75% 726812 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.67% 646584 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.63% 610569 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.61% 596141 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.57% 555403 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.52% 508363 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.49% 479222 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.48% 467725 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.47% 451121 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.46% 447481 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.45% 437721 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.44% 427846 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.42% 409634 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.41% 400320 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.40% 390338 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.38% 363852 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.36% 350493 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 348706 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 341903 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.35% 337800 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.34% 333926 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.33% 322019 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.32% 313793 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.27% 264564 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 232647 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 202775 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.21% 202686 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 202557 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#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% 186821 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 133204 events (total: 137567M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.73% 32646M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.66% 32549M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.96% 9579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.72% 9247M perf.LineFileDocs#readVector():212 [Inlined code] 6.50% 8948M java.nio.HeapByteBuffer#():75 [Inlined code] 3.24% 4450M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.94% 4039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.68% 3689M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.13% 2933M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.66% 2282M java.lang.StringUTF16#compress():212 [Inlined code] 1.55% 2137M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.25% 1715M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.23% 1689M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.21% 1658M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.01% 1396M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.91% 1249M java.lang.StringUTF16#compress():216 [Inlined code] 0.79% 1092M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.76% 1048M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.72% 989M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.61% 845M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 774M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.53% 730M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.50% 687M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 595M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 580M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.40% 544M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.38% 527M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 525M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.38% 521M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.36% 496M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.34% 470M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.29% 401M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 347M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 327M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.19% 261M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 227M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.16% 224M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.16% 216M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 191M java.util.ArrayList#grow():240 [Inlined code] 0.14% 187M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.13% 179M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.13% 177M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 175M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.12% 167M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] 0.11% 149M java.util.ArrayDeque#():179 [Inlined code] 0.10% 136M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.10% 134M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.10% 131M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 118M java.lang.Long#valueOf():1000 [Inlined code] 0.09% 117M java.nio.ByteBuffer#allocate():398 [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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 133204 events (total: 137567M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.66% 32549M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 23.61% 32476M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.96% 9579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.72% 9247M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 6.50% 8948M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.24% 4450M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.94% 4039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.68% 3689M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.13% 2933M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.66% 2282M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.55% 2137M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 1715M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.23% 1689M org.apache.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.19% 1636M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.01% 1396M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.91% 1249M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.76% 1048M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.72% 989M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.61% 838M 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% 730M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.50% 687M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 595M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 580M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 544M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 540M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 496M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.36% 490M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.35% 487M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.35% 477M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.33% 454M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.29% 401M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.26% 352M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 347M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 327M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.22% 305M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 284M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 253M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.17% 227M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 200M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.14% 191M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.14% 187M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 175M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.13% 173M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.12% 170M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 167M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.11% 146M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.10% 143M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 136M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.10% 135M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.10% 134M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 133204 events (total: 137567M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.54% 29633M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.53% 29612M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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% 9579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 6.72% 9247M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.27% 8623M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.24% 4450M 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.94% 4039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.13% 2936M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.13% 2933M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 2.07% 2843M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.95% 2683M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.55% 2137M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.46% 2010M 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.19% 1636M 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.01% 1396M 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.90% 1244M org.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.90% 1239M 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.73% 1005M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.72% 989M 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.65% 888M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.61% 838M 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.58% 801M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 730M 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.51% 707M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.50% 687M 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.43% 595M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 580M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.40% 544M 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% 496M 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% 403M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.26% 358M 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():1863 [JIT compiled code] 0.26% 352M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.26% 351M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.25% 347M 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.25% 341M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 335M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 327M 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.23% 320M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.22% 300M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.21% 289M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003d181a88#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.18% 253M 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.18% 245M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.17% 227M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.15% 206M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 198M 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% 191M 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% 179M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 178M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 175M 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% 167M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [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 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 133204 events (total: 137567M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.62% 18730M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 13.60% 18711M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 6.96% 9579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 6.72% 9247M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.27% 8623M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.69% 7831M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 5.68% 7818M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.94% 4039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.95% 2683M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.77% 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.FieldsConsumer#merge():94 [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.60% 2202M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.55% 2137M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.55% 2135M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.51% 2080M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.47% 2021M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.46% 2010M 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.18% 1623M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 1.18% 1616M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.90% 1239M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 989M 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.71% 982M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.65% 892M 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.0x000000003d1f4488#merge() [Interpreted code] 0.65% 888M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000003d1f4488#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.58% 795M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.57% 782M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.56% 776M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.55% 754M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.54% 743M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.53% 727M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.52% 718M 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.0x000000003d1f4488#merge() [Interpreted code] 0.51% 707M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.49% 677M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.46% 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] 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.45% 614M 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.43% 595M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.43% 589M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.40% 544M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.39% 536M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 532M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.34% 472M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.34% 461M 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():1863 [JIT compiled code] 0.31% 430M org.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.31% 424M 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():1863 [JIT compiled code] 0.29% 403M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.26% 358M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 352M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 335M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.24% 328M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.24% 327M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.24% 323M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2032.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 133204 events (total: 137567M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.62% 18730M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] 13.60% 18711M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] 6.96% 9579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 6.72% 9247M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.27% 8623M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.69% 7831M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.68% 7818M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.94% 4039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.81% 2493M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#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.77% 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.FieldsConsumer#merge():94 [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.0x000000003d1f4488#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.60% 2202M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] 1.55% 2137M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.55% 2135M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.51% 2080M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.46% 2010M 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.18% 1623M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.18% 1616M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.99% 1365M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.90% 1239M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 989M 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.0x000000003d1f4488#merge() [Interpreted code] 0.71% 982M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 892M 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.0x000000003d1f4488#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.65% 888M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000003d1f4488#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.57% 782M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 776M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 764M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.53% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.53% 727M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 718M 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.0x000000003d1f4488#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.48% 655M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.46% 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] 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 614M 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.0x000000003d1f4488#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.43% 595M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 589M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 544M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 536M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.39% 532M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 502M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.34% 472M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.34% 461M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 424M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 423M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.28% 386M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#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.27% 367M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.26% 358M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.24% 329M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#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.0x000000003d206190#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.24% 328M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.24% 327M 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.0x000000003d1f4488#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.24% 323M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.23% 316M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003d205c38#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] move log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectors.top.log [2026-05-25 21:47:54.773978] took 13286.1 sec [2026-05-25 21:47:55.597778] medIndexVectorsAtClose None [2026-05-25 21:47:55.605767] 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=2949727 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-26 03:22:16 (UTC) Duration: 1383 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83261889 1665139846 jdk.FileWrite 11020992 300929564 jdk.ObjectAllocationInNewTLAB 313226 6455328 jdk.FileRead 205126 5996783 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 47688 887416 jdk.CPULoad 20965 440265 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6272 133623122 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 151 4220 jdk.GarbageCollection 42 1092 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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83261889 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.53% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 35.61% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.65% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.38% 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% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.62% 515256 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.61% 509633 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.59% 493699 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.35% 293966 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 260679 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.28% 233999 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 219266 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.26% 216643 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.25% 210017 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.24% 197823 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.22% 185250 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.21% 176994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.20% 169005 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.18% 150642 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 140500 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 136847 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 135744 java.util.Arrays#fill():3144 [Inlined code] 0.16% 131845 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 115469 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 105722 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 100882 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 99997 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 96412 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.11% 95570 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.10% 83230 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.10% 79322 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 69381 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 65309 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 64366 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 63246 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 60699 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56570 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 53191 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 52789 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 51916 java.util.Arrays#fill():3143 [Inlined code] 0.06% 50711 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 50675 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 48862 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.06% 46978 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 46922 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.06% 46157 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 45517 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 42377 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83261889 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.53% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 35.03% 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.65% 4M 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.12% 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% 1M 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.62% 515256 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.59% 493699 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.53% 441667 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% 320483 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.35% 293966 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.28% 233999 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.26% 219266 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.26% 217710 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% 216641 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.25% 210017 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.24% 201647 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.24% 197823 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 185250 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 176994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.20% 165386 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.18% 150642 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.17% 142757 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.16% 135744 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 131845 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115469 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 99997 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.12% 96412 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 95570 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.10% 86522 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 86311 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 83230 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.10% 79322 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 69381 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.08% 65971 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 63246 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 60699 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 59032 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 56570 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% 52789 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% 51916 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 51386 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% 50675 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.06% 49533 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 48862 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 48071 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 47851 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.06% 46969 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.05% 45081 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83261889 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.53% 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.86% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 5.65% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.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.96% 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.77% 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.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.15% 958093 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.92% 765798 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.62% 513638 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.59% 493699 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.53% 441667 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.47% 390262 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% 320483 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% 293966 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.28% 233649 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.26% 216012 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.25% 211756 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.25% 204732 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.23% 189414 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.22% 185250 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 176994 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% 148422 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 135744 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.16% 135504 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.16% 131845 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 129137 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% 115469 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% 114182 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% 113553 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% 110931 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% 103338 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.12% 96412 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.11% 95568 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.11% 88219 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():1863 [JIT compiled code] 0.10% 86021 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% 82865 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 82094 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 79322 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% 76774 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.09% 72510 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% 65130 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.08% 63240 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% 62547 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% 57189 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():1863 [JIT compiled code] 0.07% 54890 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% 51916 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% 50675 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% 49533 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 49041 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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83261889 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.86% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 27.94% 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.65% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.04% 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.89% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.77% 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.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.03% 858024 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.92% 765798 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.92% 765669 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.62% 513638 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.56% 465577 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.53% 441659 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.47% 390262 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% 308292 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.35% 293966 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.28% 233649 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 213440 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.25% 211044 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] 0.23% 189414 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 176994 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.21% 174302 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.18% 153126 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 148422 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 0.16% 135504 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 128872 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.15% 123087 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 116048 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 114182 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% 113549 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 103044 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.11% 95568 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 89827 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.10% 84130 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.10% 80366 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 76774 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 75714 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 72510 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 66994 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 65130 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 63374 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.08% 62547 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 59103 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 58463 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.07% 54890 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [Inlined code] 0.06% 53985 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.06% 51197 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83261889 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.86% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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.50% 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.68% 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.48% 2M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.89% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.40% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 1.65% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.52% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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% 857565 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.92% 765798 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 0.77% 640409 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 594290 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 513638 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.61% 504620 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.53% 441659 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.48% 402625 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.44% 362733 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.37% 308292 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.27% 221266 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.25% 211044 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.25% 207400 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.23% 189112 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.21% 177353 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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% 176994 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.21% 176874 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.21% 174302 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 173423 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 164503 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.17% 143322 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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% 139265 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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.0x00000000381f36c0#run() [JIT compiled code] 0.16% 135504 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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% 128872 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000381eb368#merge() [Interpreted code] 0.15% 127843 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 123087 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 116048 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 113540 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.13% 112161 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.13% 110697 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 106561 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 103044 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.11% 95568 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000381eb368#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 95186 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.11% 89827 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.10% 84130 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.10% 80366 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 79399 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():515 [JIT compiled code] 0.09% 76774 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360912 events (total: 340343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.05% 71657M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.05% 58039M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.95% 57696M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.27% 21327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.98% 20358M perf.LineFileDocs#readVector():212 [Inlined code] 5.97% 20332M java.nio.HeapByteBuffer#():75 [Inlined code] 2.83% 9629M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.70% 9172M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.41% 8205M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.53% 5215M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.51% 5155M java.lang.StringUTF16#compress():212 [Inlined code] 1.49% 5071M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.96% 3266M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.92% 3133M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.90% 3072M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.81% 2767M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.77% 2624M java.lang.StringUTF16#compress():216 [Inlined code] 0.58% 1981M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.58% 1959M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.54% 1832M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.47% 1595M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.46% 1559M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1529M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 1481M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1470M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.39% 1314M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 1281M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1116M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.32% 1096M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 991M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 930M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 828M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 813M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.17% 581M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 529M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 503M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.15% 501M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 490M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 480M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.11% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 355M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 343M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 301M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 300M java.util.ArrayDeque#():179 [Inlined code] 0.09% 300M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] 0.09% 291M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 288M java.util.ArrayList#grow():240 [Inlined code] 0.08% 283M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 267M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.07% 237M 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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360912 events (total: 340343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.95% 57696M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.95% 57684M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 12.03% 40951M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 9.02% 30705M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 6.27% 21327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 5.98% 20358M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.97% 20330M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.83% 9629M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.70% 9172M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.41% 8205M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.53% 5215M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.51% 5155M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.49% 5071M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.96% 3266M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.92% 3133M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 3017M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.81% 2767M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.77% 2624M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.58% 1981M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.54% 1832M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.46% 1560M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.46% 1559M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1529M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 1470M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 1314M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 1281M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1096M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.31% 1045M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.30% 1011M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.29% 991M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.28% 951M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.27% 930M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 828M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 813M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.17% 581M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.16% 530M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.15% 503M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 501M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 484M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 399M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.11% 367M 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% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.11% 358M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined 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% 343M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 301M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 300M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.09% 297M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.08% 288M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.08% 285M 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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360912 events (total: 340343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.42% 52464M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.39% 52395M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.81% 36790M 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.69% 29582M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.27% 21327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.98% 20358M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19709M 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.83% 9629M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.70% 9172M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.41% 8205M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.56% 5301M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.53% 5219M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.53% 5215M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.35% 4599M 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.21% 4123M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.02% 3483M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.89% 3017M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.81% 2767M 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.76% 2591M 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% 2295M org.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.58% 1981M 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.54% 1832M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.51% 1745M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1587M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.46% 1560M 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% 1559M 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.45% 1529M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.45% 1521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.43% 1470M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.39% 1314M 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% 1281M 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.33% 1123M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 1096M 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.30% 1011M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.28% 951M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 910M 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():1863 [JIT compiled code] 0.24% 828M 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% 645M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.17% 586M org.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.17% 581M 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.17% 572M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.16% 557M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003813d570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 537M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 530M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 503M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 484M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 399M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.11% 367M 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.10% 343M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.10% 333M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360912 events (total: 340343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.81% 36790M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.85% 30119M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.76% 29816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.69% 29582M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 6.27% 21327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 5.98% 20358M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19709M 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.93% 16775M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.90% 16691M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.70% 9172M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.63% 5552M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.57% 5329M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.53% 5215M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.48% 5050M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.35% 4599M 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.21% 4123M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.21% 4111M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.20% 4094M 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.18% 4012M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.02% 3483M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.78% 2660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.77% 2615M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.76% 2591M 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.58% 1981M 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.51% 1744M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 1692M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.47% 1587M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.47% 1585M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.45% 1521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000381e46b8#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.44% 1512M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.43% 1470M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.42% 1429M 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.0x00000000381e46b8#merge() [Interpreted code] 0.41% 1395M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.39% 1329M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.38% 1281M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.37% 1255M 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.0x00000000381e46b8#merge() [Interpreted code] 0.35% 1175M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.33% 1126M 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():1863 [JIT compiled code] 0.33% 1123M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 0.33% 1116M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.33% 1108M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.27% 914M 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():1863 [JIT compiled code] 0.27% 911M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.27% 910M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 895M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.24% 809M org.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.21% 699M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.20% 682M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 645M 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.19% 631M 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():1863 [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 2037.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 360912 events (total: 340343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.81% 36790M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 8.85% 30119M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 8.76% 29816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 8.69% 29582M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.27% 21327M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.98% 20358M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19709M 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.93% 16775M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.90% 16691M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.70% 9172M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.53% 5215M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.51% 5142M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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.35% 4599M 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.21% 4123M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 1.20% 4094M 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.0x00000000381e46b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.18% 4012M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.02% 3486M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.02% 3483M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#call() [JIT compiled code] 1.01% 3452M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.79% 2697M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.78% 2660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.77% 2615M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.76% 2591M 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.58% 1981M 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.0x00000000381e46b8#merge() [Interpreted code] 0.53% 1808M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.50% 1701M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] 0.48% 1649M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] 0.47% 1585M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.46% 1576M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 1521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000381e46b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.43% 1470M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1429M 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.0x00000000381e46b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.41% 1395M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 1329M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 1281M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.37% 1255M 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.0x00000000381e46b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.35% 1175M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.33% 1126M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 1124M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.33% 1116M 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.0x00000000381e46b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.33% 1107M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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.0x00000000381f36c0#run() [JIT compiled code] 0.31% 1046M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000381f3168#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% 1001M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.28% 937M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.27% 914M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.27% 911M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.27% 910M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 895M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.21% 699M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.19% 645M 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.25.08.07.42/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-26 00:19:24.229558] took 6964.6 sec [2026-05-26 00:19:24.233560] medIndexVectorsAtClose None [2026-05-26 00:19:24.243453] 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=3042084 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-26 04:19:24 (UTC) Duration: 149 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4637538 111025810 jdk.CPUTimeSample 3631720 63849303 jdk.FileRead 796627 18907199 jdk.ObjectAllocationInNewTLAB 208212 3820108 jdk.ObjectAllocationOutsideTLAB 60871 1017353 jdk.BooleanFlag 12456 395186 jdk.Compilation 7102 183866 jdk.CPULoad 2674 52878 jdk.UnsignedIntFlag 1116 38588 jdk.IntFlag 1008 36206 jdk.Checkpoint 930 31957893 jdk.StringFlag 810 30453 jdk.GarbageCollection 49 1166 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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3631719 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.06% 256463 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.41% 196322 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.36% 194513 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.92% 142461 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.73% 135502 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.28% 119271 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.19% 115694 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.65% 96366 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.06% 74912 java.lang.Character#codePointAt():9662 [Inlined code] 1.94% 70534 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.77% 64131 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.59% 57810 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.52% 55077 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.44% 52430 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 48578 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.23% 44829 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.11% 40218 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.09% 39543 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.05% 38093 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.01% 36840 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.96% 34802 java.lang.Character#toChars():9872 [Inlined code] 0.91% 33211 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 0.73% 26662 java.lang.ThreadLocal#get():171 [Inlined code] 0.73% 26435 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.70% 25600 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.62% 22425 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.60% 21752 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.52% 18854 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.50% 18316 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 18099 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.48% 17583 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 17303 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.48% 17291 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.46% 16796 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.45% 16460 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.45% 16438 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.45% 16323 java.lang.Character#codePointAt():9665 [Inlined code] 0.45% 16305 java.lang.Character#toLowerCase():11251 [Inlined code] 0.45% 16226 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.44% 16011 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.44% 15882 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.44% 15844 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.43% 15728 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.43% 15526 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.41% 14901 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.40% 14404 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 14193 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.37% 13551 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.35% 12547 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.34% 12309 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [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.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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3631719 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.06% 256463 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 5.36% 194513 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.92% 142369 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.73% 135495 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.27% 118603 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.18% 115376 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] 2.65% 96366 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.93% 70107 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.90% 69096 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.77% 64131 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.59% 57807 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.53% 55583 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.52% 55066 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.44% 52430 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.39% 50623 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.34% 48577 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.28% 46345 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.23% 44829 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.21% 43771 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.11% 40218 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.01% 36840 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.96% 34802 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.91% 33211 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.72% 26272 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.70% 25600 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.62% 22407 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.57% 20760 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.52% 18854 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.52% 18706 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.51% 18630 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.50% 18201 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.50% 18099 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.48% 17509 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.46% 16812 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.46% 16752 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.45% 16454 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 16433 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 16387 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.45% 16220 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.44% 16065 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.44% 16006 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.44% 15881 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% 15723 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.43% 15526 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.42% 15380 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.41% 14901 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.40% 14403 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.37% 13550 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.37% 13280 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.35% 12547 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3631719 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.04% 255581 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 5.23% 189933 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.92% 142264 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.57% 129649 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():1863 [JIT compiled code] 2.64% 95948 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.90% 68870 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.89% 68719 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.86% 67386 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.77% 64131 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% 60340 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 1.58% 57363 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():1863 [JIT compiled code] 1.52% 55060 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.51% 54780 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.44% 52430 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] 1.34% 48577 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():1775 [JIT compiled code] 1.34% 48530 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.27% 46014 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.23% 44829 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.18% 42692 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.09% 39465 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.08% 39224 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.01% 36840 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():1775 [JIT compiled code] 0.96% 34802 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.91% 33211 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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.72% 26157 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% 25482 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.67% 24402 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.62% 22407 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():1863 [JIT compiled code] 0.56% 20332 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.52% 18854 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% 18198 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.48% 17509 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% 16812 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():1863 [JIT compiled code] 0.45% 16454 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():1863 [JIT compiled code] 0.45% 16433 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():1863 [JIT compiled code] 0.45% 16387 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.45% 16220 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.44% 16083 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.44% 16065 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.43% 15526 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.43% 15513 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.42% 15274 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% 14403 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.37% 13550 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():1863 [JIT compiled code] 0.36% 13128 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.35% 12797 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.35% 12547 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.34% 12495 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.34% 12418 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.34% 12309 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():1863 [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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3631719 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.60% 130610 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 3.43% 124582 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 2.96% 107643 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.84% 103228 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 2.39% 86705 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 2.10% 76331 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.89% 68719 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.88% 68413 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.86% 67385 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():1775 [JIT compiled code] 1.77% 64384 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 1.34% 48594 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.32% 47797 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.27% 46014 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.22% 44224 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.18% 42692 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.15% 41922 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.09% 39465 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.08% 39202 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.86% 31073 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.80% 29059 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.79% 28787 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.72% 26157 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% 26121 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.70% 25575 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.70% 25482 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.67% 24151 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.65% 23492 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.65% 23453 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.63% 22955 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.61% 22253 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 22035 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.60% 21802 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 21009 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 0.57% 20651 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 0.56% 20505 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.48% 17572 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.48% 17508 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% 16754 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.46% 16726 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.46% 16696 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 16038 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.44% 15902 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.43% 15714 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.41% 15061 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.41% 14813 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.36% 13203 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.36% 13124 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.35% 12778 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.34% 12482 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.32% 11656 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3631719 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.92% 106062 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.89% 105019 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.77% 100521 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.26% 82022 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.07% 75126 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.89% 68753 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.89% 68719 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.86% 67526 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.75% 63516 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.34% 48594 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.22% 44224 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.17% 42533 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.14% 41321 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.11% 40156 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.02% 37093 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.01% 36685 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.00% 36139 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.85% 30749 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.84% 30665 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.79% 28630 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.78% 28406 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.72% 26157 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% 25748 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.71% 25731 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.70% 25482 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.65% 23596 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.65% 23525 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.64% 23091 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 22223 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.61% 22172 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.60% 21953 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.60% 21714 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.59% 21472 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.57% 20757 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.56% 20171 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 19520 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.52% 18894 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.48% 17599 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.48% 17331 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.46% 16717 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.45% 16469 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 16467 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.45% 16456 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.44% 15863 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.43% 15474 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 15017 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.39% 14105 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.36% 13030 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 12778 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.34% 12329 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 269052 events (total: 337842M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 52788M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.82% 29806M java.lang.StringUTF16#compress():212 [Inlined code] 8.72% 29460M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.65% 22459M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.62% 22378M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.19% 14152M java.lang.StringUTF16#compress():216 [Inlined code] 3.31% 11166M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.24% 10946M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.09% 10435M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.88% 9737M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.68% 9062M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.27% 7660M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.92% 6484M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.91% 6454M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.79% 6049M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.65% 5570M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.64% 5554M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.63% 5521M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.51% 5099M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.37% 4628M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.22% 4109M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.19% 4007M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.18% 3978M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.77% 2594M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.67% 2265M java.nio.HeapByteBuffer#():75 [Inlined code] 0.57% 1933M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.56% 1899M java.util.ArrayList#grow():240 [Inlined code] 0.54% 1837M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.54% 1817M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.54% 1815M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.50% 1677M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.43% 1454M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.43% 1442M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.40% 1361M java.lang.Long#valueOf():1000 [Inlined code] 0.40% 1353M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.34% 1134M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.34% 1133M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.33% 1099M java.util.ArrayDeque#():179 [Inlined code] 0.32% 1088M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.30% 1026M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.30% 1008M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.30% 1002M perf.LineFileDocs#intToID():299 [Inlined code] 0.28% 933M perf.LineFileDocs#intToID():305 [Inlined code] 0.26% 891M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 865M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.25% 838M java.util.List#of():935 [Inlined code] 0.25% 829M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.23% 774M 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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 269052 events (total: 337842M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.58% 52636M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.82% 29806M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.72% 29460M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.65% 22459M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.62% 22378M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.19% 14152M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.31% 11166M org.apache.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.04% 10273M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.78% 9381M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.68% 9062M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.57% 8695M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.26% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.92% 6481M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.91% 6454M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.79% 6049M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.65% 5570M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.64% 5554M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 5521M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.51% 5099M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.37% 4628M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.22% 4109M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4007M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.18% 3978M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.76% 2553M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.67% 2265M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.67% 2250M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.57% 1923M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.56% 1899M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.54% 1815M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1677M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1454M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.43% 1442M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.40% 1361M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1099M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.32% 1091M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 1088M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 1004M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] 0.30% 1002M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 985M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.28% 957M 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% 933M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 913M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 904M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.26% 891M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 887M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] 0.26% 865M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.25% 852M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.25% 838M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 269052 events (total: 337842M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.58% 52636M 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% 29156M 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.95% 26842M 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.62% 22378M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.98% 16812M org.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.16% 14049M 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.01% 10156M 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.67% 9007M 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.56% 8650M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.26% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.91% 6454M 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.91% 6441M 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.79% 6049M 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.67% 5658M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.65% 5570M 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.64% 5554M 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.63% 5521M 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.58% 5354M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.51% 5099M 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% 4628M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.22% 4109M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.18% 3978M 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.10% 3728M org.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.04% 3523M 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():1863 [JIT compiled code] 0.94% 3165M 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.90% 3056M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.69% 2321M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] 0.67% 2250M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.62% 2103M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002813d000#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.57% 1923M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.57% 1918M org.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.56% 1899M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.50% 1677M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1454M 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% 1424M 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% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1092M 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.32% 1091M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1088M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1083M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.31% 1054M 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% 1004M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.30% 1002M 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% 996M 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.29% 985M 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.28% 957M 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% 933M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 925M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.27% 913M 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.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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 269052 events (total: 337842M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.58% 52636M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.95% 26842M 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.62% 22378M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.16% 14049M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 4.03% 13615M 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.42% 8189M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 2.26% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.01% 6800M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.91% 6441M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.63% 5521M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.63% 5505M 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% 5488M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.58% 5354M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.54% 5197M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.52% 5131M org.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.51% 5099M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.43% 4832M 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.0x00000000281e5000#merge() [Interpreted code] 1.41% 4761M 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():1863 [JIT compiled code] 1.39% 4695M 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():1863 [JIT compiled code] 1.22% 4109M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3945M 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.15% 3876M 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.0x00000000281e5000#merge() [Interpreted code] 1.03% 3473M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.96% 3242M 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():1863 [JIT compiled code] 0.94% 3165M 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% 3070M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.90% 3056M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2865M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.84% 2835M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.82% 2769M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.74% 2502M org.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% 2400M org.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.71% 2391M org.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% 2298M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.68% 2291M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.67% 2260M org.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% 2201M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.61% 2061M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.57% 1923M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.57% 1908M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002813d000#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.48% 1612M 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.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1539M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.44% 1486M 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% 1482M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.42% 1424M 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% 1367M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] 0.36% 1232M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1092M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 222.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 269052 events (total: 337842M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.58% 52636M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.95% 26842M 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.62% 22378M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.16% 14049M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 4.03% 13615M 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.26% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.20% 7448M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.91% 6441M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000281e5000#merge() [Interpreted code] 1.74% 5867M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.63% 5505M 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.58% 5354M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.55% 5244M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.55% 5225M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 4898M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.43% 4832M 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.43% 4832M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.35% 4567M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.24% 4202M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.22% 4109M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3876M 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.10% 3702M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 1.02% 3456M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.94% 3165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 3056M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 3038M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.86% 2906M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.85% 2865M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.74% 2516M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.74% 2505M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.71% 2400M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.71% 2391M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.69% 2343M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.67% 2260M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.64% 2157M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 2061M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1260 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.58% 1972M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.57% 1923M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.57% 1908M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002813d000#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.56% 1876M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.51% 1719M 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.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1486M 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.0x00000000281e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.42% 1429M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.42% 1424M 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.42% 1416M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.39% 1324M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.36% 1229M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.36% 1227M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1161M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] move log to /l/logs.nightly/2026.05.25.08.07.42/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/nrtIndexMediumDocs.top.log [2026-05-26 00:23:41.254306] took 149.0 sec [2026-05-26 00:23:41.258365] run CheckIndex [2026-05-26 00:23:41.258440] 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.25.08.07.42/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-26 00:30:58.858774] took 437.6 sec [2026-05-26 00:30:58.860382] nrtMedIndexAtClose 30 segments: segments_2: _1a(11.0.0):C432527 _78(11.0.0):C6993498 _1k(11.0.0):C593395 _57(11.0.0):C6672705 _25(11.0.0):C912425 _2d(11.0.0):C722720 _6s(11.0.0):C926804 _6k(11.0.0):C906946 _6c(11.0.0):C902032 _6z(11.0.0):C908864 _7w(11.0.0):C921023 _7g(11.0.0):C885792 _7o(11.0.0):C888655 _8e(11.0.0):C872795 _85(11.0.0):C900731 _8k(11.0.0):C895074 _8i(11.0.0):C908869 _80(11.0.0):C58774 _81(11.0.0):C51090 _8l(11.0.0):C688959 _7x(11.0.0):C72711 _7z(11.0.0):C58945 _7y(11.0.0):C67014 _8j(11.0.0):C141736 _88(11.0.0):C33553 _82(11.0.0):C52226 _86(11.0.0):C33547 _84(11.0.0):C42932 _87(11.0.0):C36250 _83(11.0.0):C42446 [2026-05-26 00:30:58.860532] 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.25.08.07.42/nrt.log 2>&1 [2026-05-26 01:01:00.041994] took 1801.2 sec [2026-05-26 01:01:00.046614] drop: 509.8 510.4 513.4 522.7 523.5 525.6 526.2 527.0 527.5 528.2 529.9 530.7 531.7 531.9 533.0 534.0 534.4 535.1 535.1 535.2 535.4 535.7 535.8 535.8 535.9 536.3 536.3 536.6 536.6 536.8 536.9 537.3 537.4 537.7 538.9 [2026-05-26 01:01:00.046989] times: 22.9 23.1 23.4 23.6 23.7 23.7 23.7 23.8 23.8 23.9 23.9 24.0 24.0 24.1 24.2 24.2 24.2 24.3 24.3 24.5 24.5 24.5 24.8 24.9 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.2 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.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.8 26.8 26.9 26.9 26.9 27.0 27.0 27.1 27.1 27.1 27.1 27.1 27.1 27.1 27.2 27.2 27.2 27.2 27.2 27.2 27.2 27.2 27.2 27.2 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.7 27.7 27.7 27.8 27.8 27.8 27.9 27.9 27.9 27.9 27.9 27.9 27.9 28.0 28.0 28.1 28.1 28.1 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.7 29.7 29.7 29.8 29.8 29.8 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.2 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 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.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 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.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.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 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.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 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.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.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.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.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 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.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.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.1 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.2 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.3 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.4 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.5 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.6 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.7 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.8 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 35.9 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.0 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.1 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.2 36.3 36.3 36.3 36.3 36.3 36.3 36.3 36.3 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.4 36.5 36.5 36.5 36.5 36.5 36.5 36.5 36.6 36.6 36.6 36.6 36.6 36.6 36.6 36.7 36.7 36.7 36.7 36.8 36.8 36.8 36.8 36.9 36.9 36.9 36.9 36.9 36.9 37.0 37.0 37.0 37.0 37.0 37.0 37.0 37.1 37.2 37.2 37.3 37.3 37.4 37.4 37.5 37.5 37.5 37.5 37.6 37.6 37.7 37.8 37.8 37.8 37.8 38.0 38.0 38.1 38.1 38.1 38.1 38.2 38.2 38.2 38.3 38.3 38.4 38.5 38.5 38.6 38.6 38.7 38.8 38.9 39.4 39.8 39.8 40.0 40.0 40.1 40.1 40.1 40.3 40.6 40.6 40.9 41.3 41.4 41.5 41.8 41.9 42.0 42.0 42.1 42.2 42.3 42.7 42.9 44.6 130.7 156.4 165.4 168.3 171.2 175.5 177.3 178.0 187.4 204.6 220.0 221.0 221.9 222.3 223.0 223.2 223.3 224.0 224.5 225.5 226.2 226.5 228.0 228.1 228.9 229.1 230.1 230.2 230.4 231.5 231.8 231.8 231.9 233.8 233.9 234.5 235.0 235.4 235.5 236.9 237.8 240.1 241.7 244.1 250.4 251.4 252.2 253.1 257.7 262.7 263.7 265.4 265.7 267.5 270.4 271.2 273.2 273.4 276.1 286.3 290.9 291.3 294.7 296.9 308.9 310.2 311.0 311.0 315.0 315.2 315.3 322.1 325.8 326.3 328.4 330.7 331.6 331.9 335.0 338.8 345.0 345.7 348.1 348.7 349.4 350.8 350.8 350.9 351.2 352.7 353.3 354.3 354.7 355.9 356.9 357.2 357.9 358.1 358.4 359.0 359.8 360.5 361.2 361.7 362.1 363.2 364.7 365.9 365.9 366.2 366.7 366.9 368.2 369.7 371.4 371.6 373.7 374.5 375.7 377.8 382.4 385.6 389.7 397.4 399.1 400.4 401.6 402.6 425.6 427.3 429.8 431.7 445.1 450.0 451.1 451.1 451.2 451.4 452.5 455.4 457.6 462.9 464.6 464.8 466.1 466.4 466.6 466.7 471.2 472.6 472.9 473.0 473.4 474.0 474.6 475.1 476.0 476.5 477.8 478.1 479.7 480.2 480.9 481.0 481.6 482.2 483.2 483.9 484.4 485.5 485.7 486.1 487.5 490.5 492.2 493.7 494.3 495.2 496.0 496.3 502.1 506.2 506.6 506.9 507.0 [2026-05-26 01:01:00.047120] NRT reopen time (msec) mean=66.4482 stdDev=102.5904 [2026-05-26 01:01:00.047126] run CheckIndex [2026-05-26 01:01:00.047195] 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.25.08.07.42/checkIndex.nrt.log 2>&1 [2026-05-26 01:08:17.756855] took 437.7 sec [2026-05-26 01:08:18.970355] 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=3072635 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-26 05:08:19 (UTC) Duration: 112 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3882613 80831916 jdk.CPUTimeSample 3001068 52463809 jdk.FileRead 624183 14694668 jdk.ObjectAllocationInNewTLAB 554707 9701495 jdk.ObjectAllocationOutsideTLAB 149515 2381450 jdk.BooleanFlag 10380 328745 jdk.Compilation 5833 149983 jdk.CPULoad 1991 39220 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 747 23948601 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 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3001062 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.29% 158741 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.01% 150415 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] 4.85% 145610 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.24% 127325 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.93% 117817 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.61% 108300 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.42% 102559 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.22% 96643 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.70% 81122 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.13% 63812 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.76% 52682 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.64% 49113 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.63% 48989 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.61% 48358 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.59% 47594 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.42% 42467 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 1.33% 39769 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.32% 39474 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.22% 36694 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.10% 32989 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.99% 29736 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.96% 28910 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.91% 27172 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.89% 26560 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.80% 23896 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.75% 22389 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.74% 22193 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.69% 20570 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.65% 19440 java.lang.Character#codePointAt():9665 [Inlined code] 0.64% 19347 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.63% 19017 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.54% 16236 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.53% 15920 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.53% 15841 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.53% 15765 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.50% 15119 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.49% 14761 java.lang.Character#toLowerCase():11251 [Inlined code] 0.49% 14643 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 14280 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.44% 13229 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.44% 13165 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.43% 12767 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.41% 12175 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.39% 11623 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.38% 11371 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.38% 11362 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.37% 10959 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.35% 10637 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.35% 10453 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.34% 10218 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3001062 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.85% 145484 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.24% 127325 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.93% 117816 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.61% 108300 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.42% 102551 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.22% 96615 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.70% 81121 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.51% 75212 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 2.50% 75014 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 2.32% 69482 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.13% 63811 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.75% 52628 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] 1.64% 49113 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.63% 48982 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.61% 48357 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.59% 47594 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.40% 42107 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.33% 39769 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.32% 39473 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.22% 36694 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.10% 33084 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.08% 32267 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.99% 29736 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.96% 28741 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.91% 27171 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.88% 26557 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.80% 23908 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.74% 22193 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.67% 20179 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.63% 19009 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.63% 18798 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.58% 17474 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.56% 16690 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.55% 16515 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.54% 16236 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.53% 15907 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.52% 15755 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.50% 14891 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.49% 14618 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 14510 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.48% 14276 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.47% 13982 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 13219 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.44% 13165 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.41% 12171 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.39% 11623 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.38% 11351 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.37% 11164 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.36% 10949 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] 0.36% 10736 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3001062 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.84% 145330 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.10% 122938 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.91% 117255 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.56% 106800 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():1863 [JIT compiled code] 3.22% 96599 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.70% 81121 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.43% 72975 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 2.43% 72932 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 2.13% 63805 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.84% 55281 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.67% 50213 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.64% 49108 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.63% 48982 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():1775 [JIT compiled code] 1.61% 48335 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():1863 [JIT compiled code] 1.57% 47239 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.40% 42107 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():1863 [JIT compiled code] 1.32% 39473 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.06% 31761 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.05% 31599 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.99% 29718 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] 0.97% 29198 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.91% 27171 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():1775 [JIT compiled code] 0.88% 26555 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():1863 [JIT compiled code] 0.88% 26361 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 0.87% 25982 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.81% 24243 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.78% 23350 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.74% 22191 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.73% 21761 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.71% 21186 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.64% 19259 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.63% 19008 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.63% 18965 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.62% 18491 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.58% 17474 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.56% 16689 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.54% 16234 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():1863 [JIT compiled code] 0.53% 15889 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.52% 15755 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.50% 14929 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.49% 14678 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.49% 14617 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% 14508 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.48% 14275 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():1863 [JIT compiled code] 0.47% 13981 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.44% 13204 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.44% 13164 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.43% 12869 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.41% 12163 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.37% 11253 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3001062 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.87% 86147 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.40% 71963 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 2.31% 69323 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 2.12% 63634 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 2.08% 62388 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 2.00% 59948 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.97% 59224 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 1.90% 56887 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 1.67% 50165 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.59% 47737 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 1.58% 47270 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.57% 47239 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.56% 46783 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.54% 46173 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 1.11% 33434 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.07% 32128 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.05% 31580 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 1.04% 31274 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 1.02% 30716 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 1.02% 30558 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.92% 27758 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.83% 24968 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.80% 24095 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] 0.79% 23733 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.78% 23386 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.78% 23307 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.76% 22758 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.75% 22498 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.75% 22370 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.71% 21272 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.71% 21214 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.71% 21186 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():1775 [JIT compiled code] 0.69% 20852 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.69% 20750 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.68% 20527 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.67% 20225 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.67% 19989 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.65% 19480 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.64% 19259 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.59% 17637 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 16415 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 0.53% 15808 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.52% 15755 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.51% 15225 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 14652 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.49% 14617 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.48% 14319 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 0.47% 14226 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 14092 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.46% 13766 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3001062 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.56% 76850 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.14% 64272 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.06% 61900 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.04% 61195 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.89% 56649 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.88% 56296 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.84% 55270 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.76% 52779 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.61% 48390 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.57% 47239 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.57% 46969 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.55% 46478 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.28% 38463 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.23% 36940 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.01% 30252 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.00% 29956 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.93% 27853 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.92% 27686 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.90% 27114 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.75% 22448 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.74% 22260 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.74% 22111 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.74% 22072 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.72% 21725 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.69% 20799 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.66% 19904 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.66% 19902 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.64% 19259 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.64% 19184 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.63% 18827 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.62% 18719 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.59% 17662 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.54% 16113 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.54% 16102 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.52% 15755 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.51% 15350 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.49% 14657 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.49% 14600 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.48% 14433 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.46% 13776 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.45% 13637 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 13605 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.41% 12435 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.41% 12233 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.40% 12129 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] at perf.IndexThreads$IndexThread#run():419 [Interpreted code] 0.40% 11914 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1283 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.40% 11904 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] at perf.IndexThreads$IndexThread#run():419 [Interpreted code] 0.38% 11551 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.38% 11526 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.38% 11405 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():1775 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 704197 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.98% 46086M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.27% 35384M java.lang.StringUTF16#compress():216 [Inlined code] 9.05% 26109M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.61% 24819M java.lang.StringUTF16#compress():212 [Inlined code] 7.65% 22065M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.16% 9126M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.92% 8422M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.81% 8110M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.66% 7683M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.93% 5569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.85% 5330M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.71% 4938M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.71% 4923M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.68% 4853M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.67% 4816M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.65% 4760M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.59% 4598M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.43% 4125M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.27% 3664M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.10% 3175M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.03% 2972M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.80% 2305M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.55% 1599M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.53% 1519M java.nio.HeapByteBuffer#():75 [Inlined code] 0.51% 1481M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.49% 1416M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.48% 1376M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.43% 1227M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.31% 883M java.util.ArrayList#grow():240 [Inlined code] 0.24% 701M java.util.ArrayDeque#():179 [Inlined code] 0.22% 625M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 514M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 462M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.15% 444M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.15% 443M org.apache.lucene.document.IntPoint#pack():114 [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.13% 384M java.util.ArrayDeque#iterator():668 [Inlined code] 0.13% 383M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 353M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.11% 321M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 314M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.11% 312M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.08% 242M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.08% 239M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.08% 237M java.util.ArrayList#subList():1192 [Inlined code] 0.08% 236M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 704197 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.90% 42967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.27% 35384M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 9.05% 26109M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.61% 24819M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.65% 22065M 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.92% 8422M org.apache.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.76% 7950M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 7937M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.66% 7664M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 1.93% 5569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5330M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.71% 4938M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4923M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.67% 4816M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.67% 4810M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.65% 4760M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.56% 4511M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.24% 3578M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.20% 3462M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.10% 3175M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.08% 3118M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.03% 2972M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.80% 2305M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.55% 1599M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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% 1519M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.47% 1357M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.46% 1327M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.42% 1221M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.41% 1188M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.41% 1179M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.31% 883M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.24% 701M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.23% 663M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.18% 514M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.15% 443M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.14% 399M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.13% 384M java.util.ArrayDeque#iterator():668 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#copyTo():336 [Inlined code] 0.13% 378M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000006b1a5c00#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.11% 314M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.11% 312M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 298M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 252M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.08% 242M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.08% 239M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.08% 239M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.08% 237M java.util.ArrayList#subList():1192 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():685 [JIT compiled code] 0.08% 236M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 704197 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.90% 42967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.40% 32869M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.86% 22672M 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.58% 21871M 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.25% 20893M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.05% 20325M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.75% 7919M 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.74% 7896M 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% 7664M 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] 1.93% 5569M 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.85% 5330M 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.71% 4938M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4923M 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.67% 4810M 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.65% 4760M 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.64% 4722M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.60% 4610M 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.56% 4511M 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.32% 3800M org.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.24% 3578M 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.20% 3462M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3331M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.08% 3118M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.04% 3012M 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():1863 [JIT compiled code] 1.03% 2972M 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.80% 2305M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.75% 2149M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.55% 1599M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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.50% 1455M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006b13b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.49% 1416M org.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.47% 1357M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.46% 1327M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1277M 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.42% 1221M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.41% 1173M 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.31% 883M 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.24% 697M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.23% 663M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.22% 635M 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% 514M 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% 399M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.13% 378M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000006b1a5c00#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% 375M 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.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% 369M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.13% 365M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 314M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.10% 298M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.10% 276M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.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 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 704197 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.90% 42967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.54% 30407M 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.45% 21487M 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.23% 9304M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 3.06% 8833M 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.56% 7389M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.93% 5574M org.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.80% 5179M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.71% 4938M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4921M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.70% 4905M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.65% 4758M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.65% 4753M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.60% 4610M 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.57% 4523M 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% 4473M 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():1863 [JIT compiled code] 1.43% 4128M 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():1863 [JIT compiled code] 1.23% 3544M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 1.20% 3462M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3331M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.12% 3220M 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.0x000000006b1c8000#merge() [Interpreted code] 1.10% 3183M 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():1863 [JIT compiled code] 1.08% 3128M 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.0x000000006b1c8000#merge() [Interpreted code] 1.08% 3118M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.03% 2965M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.90% 2595M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.89% 2557M 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.85% 2462M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.85% 2443M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.80% 2305M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.73% 2117M 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.71% 2051M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.65% 1871M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.63% 1822M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.59% 1695M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1538M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] 0.51% 1472M org.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.50% 1452M org.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.47% 1357M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.46% 1332M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006b13b480#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% 1297M org.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.44% 1277M 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.44% 1255M org.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.41% 1185M 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.40% 1150M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.40% 1149M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.35% 1022M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.35% 1005M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.69 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 704197 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.90% 42967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.54% 30407M 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.45% 21487M 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.06% 8833M 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.06% 5948M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 1.72% 4946M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.71% 4938M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4858M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.66% 4790M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.63% 4694M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.62% 4661M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.60% 4610M 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.0x000000006b1c8000#merge() [Interpreted code] 1.57% 4523M 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.49% 4297M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.46% 4213M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [JIT compiled code] 1.42% 4081M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.20% 3462M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3356M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 1.16% 3331M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.14% 3285M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.12% 3220M 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.08% 3128M 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.0x000000006b1c8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.08% 3118M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.04% 3009M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.97% 2800M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.94% 2703M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.88% 2542M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.85% 2462M 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.80% 2305M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.73% 2117M 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.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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.57% 1640M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.57% 1637M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.54% 1551M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1473M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1986 [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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.51% 1472M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.49% 1409M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.47% 1361M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.47% 1357M 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.0x000000006b1c8000#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% 1332M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006b13b480#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% 1297M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] 0.45% 1292M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.44% 1277M 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.44% 1255M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] 0.41% 1185M 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.37% 1055M 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.36% 1044M org.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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.35% 1022M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] move log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/fastIndexBigDocs.top.log [2026-05-26 01:11:50.107197] took 83.5 sec [2026-05-26 01:11:50.108239] bigIndexAtClose None [2026-05-26 01:11:50.109364] 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=3075980 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-26 13:19:38 (UTC) Duration: 11564 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 89581297 1701589696 jdk.FileWrite 13291026 305662114 jdk.FileRead 322459 8963888 jdk.CPULoad 218643 4591503 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 34318 97637515 jdk.ObjectAllocationInNewTLAB 33601 732045 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.ObjectAllocationOutsideTLAB 165 2911 jdk.Compilation 148 4138 jdk.GarbageCollection 66 1716 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 89581297 events (total: 89M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.13% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 34.94% 31M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.88% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.23% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.99% 889179 java.util.Arrays#fill():3144 [Inlined code] 0.91% 815927 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.82% 734918 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.78% 695011 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.76% 682280 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 0.64% 572319 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.51% 458005 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.43% 381753 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.36% 325759 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.34% 301306 java.util.ArrayList#elementData():412 [Inlined code] 0.32% 287044 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.31% 278819 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.27% 244553 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 203788 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.18% 157244 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.16% 146217 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.16% 141269 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.14% 128675 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 121938 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 116342 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 113537 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.13% 112864 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.12% 109709 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.10% 92391 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.09% 80011 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.09% 79939 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.09% 78123 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.09% 76197 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 74844 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] 0.07% 61149 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 59708 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 52187 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.06% 51404 java.util.Arrays#fill():3143 [Inlined code] 0.06% 50149 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 46465 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 44046 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 41809 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 40456 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.04% 38563 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 37827 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 37350 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 35874 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.04% 32761 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] 0.04% 32576 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 32349 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 31896 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 89581297 events (total: 89M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.13% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.94% 31M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.88% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.20% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.99% 889179 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.91% 815927 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.82% 734918 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.78% 695011 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.76% 682280 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.64% 572319 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.51% 458005 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.36% 325759 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.34% 301273 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.32% 287044 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.31% 278819 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.31% 274224 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.27% 244553 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 203788 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.18% 157244 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.16% 141269 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.15% 131841 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 128675 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 121938 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% 112994 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.13% 112864 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.11% 100002 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.10% 88485 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 81221 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 80935 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 79939 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.07% 64194 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 61149 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 59708 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 52187 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.06% 51404 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 47701 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 44046 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 40456 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.04% 37841 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.04% 37827 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 37350 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.04% 37058 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 35827 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 35416 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.04% 33007 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.04% 32349 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 31896 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.03% 31050 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.03% 30375 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% 29365 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 89581297 events (total: 89M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.13% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 34.09% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 7.88% 7M 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.19% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.99% 889179 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.85% 757431 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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.78% 695011 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.76% 682280 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.74% 658697 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.64% 572319 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 [JIT compiled code] 0.58% 517848 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.51% 458005 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.36% 325759 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.32% 288619 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.32% 287044 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 278361 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% 260282 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.29% 259224 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.26% 232647 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 199914 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 138283 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.14% 128675 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.14% 128634 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 [JIT compiled code] 0.13% 115896 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% 111289 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 103546 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.10% 85109 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 80935 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 80573 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.09% 76695 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 76221 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.09% 76175 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.08% 73597 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 63794 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% 58156 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 52187 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] 0.06% 51404 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.05% 48022 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():1863 [JIT compiled code] 0.05% 45003 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 37841 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 37350 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% 36316 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% 36157 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.04% 35685 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 35416 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 35274 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.04% 34381 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 32590 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.04% 31896 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.04% 31378 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 89581297 events (total: 89M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.94% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 11.33% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.97% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 8.94% 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.54% 5M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.44% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():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.99% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.68% 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.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.59% 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.45% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.16% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.85% 761375 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.84% 756859 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.82% 734228 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.78% 697245 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.76% 682280 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.74% 658697 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.70% 623129 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.69% 616717 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.67% 603198 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.66% 594365 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.63% 560715 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.52% 468184 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 [JIT compiled code] 0.51% 458005 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.0x000000007b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.50% 446998 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 278361 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 276203 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 269722 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.29% 260282 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.26% 232647 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 200851 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.20% 175531 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 144723 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.15% 131345 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.14% 121605 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.13% 118945 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 115896 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.12% 111289 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] 0.12% 110309 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 99748 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.11% 95676 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 88916 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 81441 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 80573 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.09% 78143 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.09% 77853 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 77693 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.09% 76208 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] 0.09% 76175 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 89581297 events (total: 89M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.93% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 10.12% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.45% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 8.56% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.58% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.08% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.62% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.46% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.45% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.45% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.16% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.05% 943541 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.87% 776869 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.84% 756859 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.77% 692717 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.76% 682280 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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] 0.74% 658697 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.70% 622952 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.70% 622670 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.68% 604937 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.66% 593597 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.65% 578473 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#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.58% 520072 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.54% 482995 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.51% 458005 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.0x000000007b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.50% 446998 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] 0.42% 375085 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.40% 354242 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.32% 289366 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 283281 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 282676 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 276173 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.30% 269722 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.29% 262716 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.29% 260282 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#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.28% 250015 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 242392 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 233670 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.24% 216482 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#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% 187440 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.18% 165604 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 163959 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.17% 156158 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.16% 144319 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.16% 141536 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.16% 141242 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.15% 131640 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.15% 131345 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 122912 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33763 events (total: 638989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.77% 100744M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 15.19% 97038M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.28% 33753M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.90% 31324M java.nio.HeapByteBuffer#():75 [Inlined code] 4.82% 30826M perf.LineFileDocs#readVector():212 [Inlined code] 3.00% 19190M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.80% 17922M java.util.Arrays#copyOf():3478 [Inlined code] 2.14% 13677M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.14% 13650M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.11% 13497M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.67% 10667M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.38% 8837M java.util.Arrays#copyOf():3537 [Inlined code] 1.33% 8523M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.32% 8463M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.24% 7893M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.24% 7891M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.23% 7867M java.lang.StringUTF16#compress():212 [Inlined code] 1.18% 7539M java.util.ArrayList#grow():240 [Inlined code] 1.12% 7167M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.11% 7091M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.09% 6975M java.lang.StringBuilder#toString():478 [Inlined code] 1.08% 6891M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.97% 6212M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.89% 5665M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.88% 5599M java.util.HashMap#newNode():1910 [Inlined code] 0.85% 5460M org.apache.lucene.document.StringField#():61 [Inlined code] 0.80% 5134M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.70% 4462M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.66% 4208M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.61% 3885M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.54% 3441M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.52% 3343M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.50% 3203M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.48% 3070M java.util.HashMap#resize():711 [JIT compiled code] 0.48% 3038M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.46% 2961M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.45% 2900M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.43% 2734M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.43% 2723M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.42% 2694M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.41% 2635M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.40% 2586M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.40% 2574M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.40% 2538M java.lang.StringUTF16#compress():216 [Inlined code] 0.39% 2478M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.38% 2401M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 2373M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.36% 2322M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.33% 2108M java.lang.Long#valueOf():1000 [Inlined code] 0.32% 2049M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33763 events (total: 638989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.77% 100744M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.73% 94155M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.28% 33753M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 4.83% 30837M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 4.82% 30826M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.98% 19041M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.80% 17922M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.14% 13677M 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.14% 13650M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 2.11% 13497M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.67% 10667M 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.38% 8837M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.33% 8523M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.32% 8451M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.24% 7893M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.24% 7891M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.23% 7867M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.18% 7539M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.12% 7167M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.11% 7091M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 1.09% 6975M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.08% 6891M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 5665M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.80% 5134M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.70% 4462M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.66% 4208M org.apache.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.61% 3885M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.57% 3635M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.54% 3441M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.50% 3203M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.50% 3169M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.46% 2961M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.45% 2883M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.43% 2726M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.43% 2723M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.42% 2694M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 2635M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.40% 2586M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 2577M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.40% 2541M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.40% 2538M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.39% 2478M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 2413M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.38% 2401M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 2373M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2271M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.32% 2049M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] 0.30% 1920M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] 0.30% 1914M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 1875M java.lang.Integer#toString():437 [Inlined code] at java.lang.String#valueOf():4643 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33763 events (total: 638989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.55% 92972M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.48% 86139M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.28% 33753M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [JIT compiled code] 4.83% 30837M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.82% 30826M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.80% 17922M 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.14% 13677M 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.14% 13650M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 2.11% 13497M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.38% 8837M 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.33% 8523M 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.32% 8451M 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.25% 8015M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 7893M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.24% 7891M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7771M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.18% 7539M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 1.11% 7091M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 1.10% 7035M 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.10% 7010M 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.07% 6816M 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] 0.89% 5665M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] 0.80% 5134M 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.0x000000007b04c400#concat() [Inlined code] 0.77% 4890M org.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.72% 4624M 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.62% 3975M 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.61% 3885M 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.57% 3656M 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.57% 3635M 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.57% 3626M 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.54% 3441M 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.50% 3203M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.46% 2961M 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.43% 2723M 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.42% 2694M 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.41% 2635M 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.40% 2586M 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.40% 2577M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.40% 2538M 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.39% 2496M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.39% 2478M 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.38% 2413M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.38% 2401M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 2373M 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.36% 2271M 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.35% 2231M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] 0.32% 2065M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.32% 2049M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.31% 1977M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] 0.31% 1963M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33763 events (total: 638989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.15% 52087M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.14% 51983M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 5.28% 33753M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 5.01% 31997M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.83% 30837M 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.82% 30826M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.89% 24829M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.14% 13677M 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.14% 13650M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.46% 9357M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.37% 8736M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.36% 8695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.24% 7891M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7796M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.11% 7091M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.10% 7035M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.10% 7010M 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] 0.89% 5665M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.88% 5605M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.80% 5134M 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.0x000000007b04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007b04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.71% 4527M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.69% 4393M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.67% 4300M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.65% 4140M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.63% 3995M 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.61% 3885M 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.57% 3656M 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.57% 3652M 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.57% 3635M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.50% 3163M 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.47% 2977M 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.46% 2969M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.46% 2961M 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.42% 2677M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.41% 2635M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.40% 2577M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 2574M 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.40% 2538M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 2528M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.39% 2496M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.38% 2448M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.38% 2421M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.37% 2388M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.36% 2288M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.35% 2231M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000007b1dee80#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] 0.34% 2203M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.32% 2074M 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():1863 [JIT compiled code] 0.32% 2049M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [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.31% 2004M 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 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.31% 1977M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33763 events (total: 638989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.15% 52087M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] 8.14% 51983M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] 5.28% 33753M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 5.01% 31997M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.83% 30837M 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.82% 30826M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.89% 24829M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.14% 13677M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.14% 13650M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.24% 7891M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 7796M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.15% 7345M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#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.11% 7091M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.10% 7035M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.10% 7010M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.90% 5720M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.89% 5670M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.89% 5665M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.88% 5605M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#call() [JIT compiled code] 0.69% 4393M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.68% 4369M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.67% 4300M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.65% 4140M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.63% 3995M 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.0x000000007b1dee80#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] 0.61% 3885M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.57% 3656M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.57% 3652M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.57% 3635M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.50% 3163M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 3026M 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.0x000000007b04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007b04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.47% 3024M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 3015M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 2977M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.46% 2969M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.46% 2961M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.42% 2677M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.41% 2635M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.40% 2577M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.40% 2574M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.40% 2538M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.40% 2528M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] 0.39% 2496M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.38% 2448M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 2388M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.36% 2288M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1570 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1263 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.35% 2209M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000007b1dee80#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.34% 2203M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.33% 2083M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007b20afa0#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.32% 2074M 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():1863 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1751 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1279 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1253 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 2049M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] move log to /l/logs.nightly/2026.05.25.08.07.42/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.25.08.07.42/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.25.08.07.42/fixedIndex.top.log [2026-05-26 13:10:06.295623] took 40831.5 sec [2026-05-26 13:10:06.298984] run CheckIndex [2026-05-26 13:10:06.299069] 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.25.08.07.42/checkIndex.fixedIndex.log 2>&1 [2026-05-26 13:16:04.151359] took 357.9 sec [2026-05-26 13:16:04.152495] 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-26 13:16:04.152637] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.25.08.07.42/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.25.08.07.42/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.25.08.07.42/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 408.6 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.0 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.2 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-2.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7949437 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.2 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.4 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.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 408.0 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 410.4 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 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.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 425.0 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 409.8 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.8 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-8.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6290602 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.8 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.7 s 54.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.9 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.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.1 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 421.4 s 53.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.3 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.13 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-13.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -3026482 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.13 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 416.0 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 412.7 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.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.3 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.3 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.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 406.5 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.3 s 55.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.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 415.2 s 54.6 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=3525664 [2026-05-26 15:34:12.898914] done search (2:18:08.746253) 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.569 1.593 1.5% 4.884 4.952 1.4% 5.278 5.240 -0.7% 5.330 5.410 1.5% 5.680 5.424 -4.5% ('And3Terms', None) 1.639 1.586 -3.3% 3.147 3.179 1.0% 3.397 3.400 0.1% 3.736 3.517 -5.9% 3.742 3.726 -0.4% ('AndHighHigh', None) 4.919 4.808 -2.3% 6.824 6.834 0.1% 7.066 6.985 -1.1% 7.461 16.362 119.3% 16.966 16.990 0.1% ('AndHighHighDayTaxoFacets', None) 62.914 68.712 9.2% 116.703 129.388 10.9% 119.554 132.384 10.7% 120.183 132.798 10.5% 152.530 176.742 15.9% ('AndHighMed', None) 2.179 2.194 0.7% 2.965 2.936 -1.0% 3.187 3.079 -3.4% 3.198 3.179 -0.6% 4.270 3.307 -22.5% ('AndHighMedDayTaxoFacets', None) 7.672 7.976 4.0% 21.477 22.352 4.1% 22.442 23.271 3.7% 22.720 23.391 3.0% 22.851 23.445 2.6% ('AndHighOrMedMed', None) 6.497 6.453 -0.7% 11.841 11.723 -1.0% 12.501 12.311 -1.5% 17.301 12.481 -27.9% 24.522 22.428 -8.5% ('AndMedOrHighHigh', None) 4.326 4.302 -0.6% 11.562 11.411 -1.3% 11.881 11.639 -2.0% 12.445 11.839 -4.9% 57.741 80.992 40.3% ('AndMissingHigh', 'Title') 0.147 0.149 1.6% 0.251 0.250 -0.4% 0.392 0.415 5.9% 0.482 0.482 -0.1% 0.619 0.517 -16.5% ('AndStopWords', None) 6.012 5.856 -2.6% 18.887 18.712 -0.9% 20.208 19.282 -4.6% 20.208 19.282 -4.6% 20.459 20.452 -0.0% ('BrowseDateSSDVFacets', None) 654.786 654.988 0.0% 664.011 661.775 -0.3% 669.267 732.483 9.4% 669.267 732.483 9.4% 773.035 752.656 -2.6% ('BrowseDateTaxoFacets', None) 138.851 138.828 -0.0% 142.620 140.984 -1.1% 154.139 153.352 -0.5% 154.139 153.352 -0.5% 154.304 160.640 4.1% ('BrowseDayOfYearSSDVFacets', None) 174.231 173.932 -0.2% 183.979 175.518 -4.6% 185.071 185.563 0.3% 185.071 185.563 0.3% 186.375 186.738 0.2% ('BrowseDayOfYearTaxoFacets', None) 137.861 138.231 0.3% 141.146 141.184 0.0% 152.699 153.324 0.4% 152.699 153.324 0.4% 153.277 159.279 3.9% ('BrowseMonthSSDVFacets', None) 162.168 162.373 0.1% 163.818 165.210 0.8% 170.441 171.838 0.8% 170.441 171.838 0.8% 172.735 173.265 0.3% ('BrowseMonthTaxoFacets', None) 148.580 148.027 -0.4% 151.446 150.225 -0.8% 160.189 158.085 -1.3% 160.189 158.085 -1.3% 209.956 211.633 0.8% ('BrowseRandomLabelSSDVFacets', None) 210.792 210.120 -0.3% 219.815 218.269 -0.7% 231.148 232.695 0.7% 231.148 232.695 0.7% 242.380 247.380 2.1% ('BrowseRandomLabelTaxoFacets', None) 156.251 156.732 0.3% 163.555 162.260 -0.8% 166.845 167.968 0.7% 166.845 167.968 0.7% 180.468 171.120 -5.2% ('CombinedAndHighHigh', None) 19.219 19.044 -0.9% 20.195 20.252 0.3% 21.409 21.183 -1.1% 29.931 22.705 -24.1% 59.038 49.942 -15.4% ('CombinedAndHighMed', None) 3.284 3.271 -0.4% 9.670 9.616 -0.6% 10.007 10.224 2.2% 10.628 10.263 -3.4% 85.847 132.820 54.7% ('CombinedOrHighHigh', None) 19.367 19.303 -0.3% 20.529 20.739 1.0% 21.569 22.175 2.8% 22.723 24.234 6.6% 24.199 28.319 17.0% ('CombinedOrHighMed', None) 3.423 3.380 -1.3% 9.815 9.784 -0.3% 10.170 10.326 1.5% 10.393 10.818 4.1% 29.658 30.657 3.4% ('CombinedTerm', None) 7.060 7.077 0.2% 13.801 13.543 -1.9% 14.516 14.166 -2.4% 16.144 14.375 -11.0% 34.874 28.561 -18.1% ('CountAndHighHigh', None) 1.830 1.820 -0.5% 2.032 2.016 -0.8% 2.351 2.329 -0.9% 2.433 2.521 3.6% 2.956 5.847 97.8% ('CountAndHighMed', None) 1.712 1.674 -2.2% 1.974 1.969 -0.3% 2.336 2.321 -0.6% 57.778 59.987 3.8% 89.863 98.238 9.3% ('CountFilteredIntNRQ', None) 6.737 6.652 -1.3% 7.623 7.507 -1.5% 8.206 7.858 -4.2% 36.250 37.132 2.4% 38.173 40.976 7.3% ('CountFilteredOrHighHigh', None) 4.884 4.875 -0.2% 5.151 5.084 -1.3% 5.496 5.367 -2.3% 6.600 6.149 -6.8% 20.551 20.963 2.0% ('CountFilteredOrHighMed', None) 4.398 4.363 -0.8% 4.783 4.779 -0.1% 5.019 5.007 -0.3% 8.635 8.813 2.1% 16.801 8.879 -47.2% ('CountFilteredOrMany', None) 17.341 17.449 0.6% 20.350 20.495 0.7% 21.062 21.271 1.0% 22.296 21.672 -2.8% 85.938 93.199 8.4% ('CountFilteredPhrase', None) 11.836 11.874 0.3% 16.671 17.369 4.2% 17.336 18.344 5.8% 24.505 78.094 218.7% 70.176 188.648 168.8% ('CountOrHighHigh', None) 1.759 1.769 0.6% 1.956 1.971 0.7% 2.287 2.232 -2.4% 2.394 2.375 -0.8% 2.579 2.452 -4.9% ('CountOrHighMed', None) 1.657 1.657 -0.0% 1.966 1.930 -1.8% 3.375 2.318 -31.3% 3.796 3.091 -18.6% 15.373 16.020 4.2% ('CountOrMany', None) 15.351 15.523 1.1% 19.125 19.104 -0.1% 19.707 19.635 -0.4% 22.514 22.904 1.7% 23.602 31.598 33.9% ('CountPhrase', None) 38.803 38.691 -0.3% 80.301 80.505 0.3% 88.890 89.101 0.2% 89.229 90.202 1.1% 90.455 90.295 -0.2% ('CountTerm', None) 0.099 0.100 0.9% 0.147 0.159 8.7% 0.252 0.295 16.9% 0.572 0.339 -40.7% 0.814 0.509 -37.5% ('DismaxOrHighHigh', None) 2.720 2.714 -0.2% 6.986 6.981 -0.1% 7.398 7.429 0.4% 12.774 11.650 -8.8% 17.006 16.178 -4.9% ('DismaxOrHighMed', None) 2.523 2.473 -2.0% 3.137 3.034 -3.3% 3.408 3.248 -4.7% 3.686 3.270 -11.3% 6.286 6.285 -0.0% ('DismaxTerm', None) 0.683 0.663 -2.9% 0.912 0.899 -1.3% 2.520 2.441 -3.1% 3.507 3.904 11.3% 4.056 11.002 171.3% ('FilteredAnd2Terms2StopWords', None) 1.007 0.988 -1.9% 6.218 6.133 -1.4% 6.537 6.368 -2.6% 6.661 6.447 -3.2% 8.623 6.552 -24.0% ('FilteredAnd3Terms', None) 1.518 1.477 -2.7% 2.507 2.545 1.5% 2.754 2.872 4.3% 5.965 7.042 18.0% 57.046 15.509 -72.8% ('FilteredAndHighHigh', None) 7.367 7.316 -0.7% 7.650 7.578 -0.9% 7.824 7.796 -0.4% 7.875 9.339 18.6% 7.888 11.316 43.5% ('FilteredAndHighMed', None) 2.195 2.228 1.5% 5.607 5.564 -0.8% 5.849 5.805 -0.8% 5.958 5.846 -1.9% 5.970 6.032 1.0% ('FilteredAndStopWords', None) 8.566 8.080 -5.7% 10.232 10.135 -1.0% 10.420 12.244 17.5% 10.420 12.244 17.5% 97.758 101.564 3.9% ('FilteredDismaxOrHighHigh', None) 10.318 10.153 -1.6% 10.970 10.792 -1.6% 11.421 12.432 8.8% 26.028 17.383 -33.2% 31.402 31.542 0.4% ('FilteredDismaxOrHighMed', None) 3.213 3.123 -2.8% 7.492 7.258 -3.1% 8.277 7.701 -7.0% 8.408 7.763 -7.7% 95.738 88.569 -7.5% ('FilteredDismaxTerm', None) 3.518 3.545 0.8% 4.724 4.801 1.6% 5.042 5.151 2.2% 6.511 6.696 2.8% 7.135 13.585 90.4% ('FilteredIntNRQ', None) 3.322 3.193 -3.9% 4.242 4.111 -3.1% 4.610 4.594 -0.3% 7.855 5.848 -25.6% 50.500 56.645 12.2% ('FilteredOr2Terms2StopWords', None) 3.387 3.367 -0.6% 7.283 7.204 -1.1% 7.720 7.470 -3.2% 10.003 7.503 -25.0% 93.053 7.540 -91.9% ('FilteredOr3Terms', None) 4.638 4.567 -1.5% 6.100 6.058 -0.7% 6.398 6.386 -0.2% 6.995 6.654 -4.9% 7.685 59.852 678.8% ('FilteredOrHighHigh', None) 7.639 7.682 0.6% 7.990 7.985 -0.1% 8.622 8.581 -0.5% 9.495 9.089 -4.3% 58.730 158.432 169.8% ('FilteredOrHighMed', None) 2.257 2.234 -1.0% 5.579 5.553 -0.5% 5.872 5.939 1.1% 6.065 5.982 -1.4% 24.857 30.325 22.0% ('FilteredOrMany', None) 31.343 31.197 -0.5% 34.173 34.211 0.1% 35.939 35.381 -1.6% 36.853 36.486 -1.0% 37.130 44.208 19.1% ('FilteredOrStopWords', None) 11.519 11.490 -0.3% 11.972 12.015 0.4% 12.197 12.746 4.5% 12.197 12.746 4.5% 139.452 140.292 0.6% ('FilteredPhrase', None) 10.931 10.864 -0.6% 16.667 16.721 0.3% 19.211 19.140 -0.4% 32.506 28.651 -11.9% 37.676 35.007 -7.1% ('FilteredPrefix3', None) 1.808 1.827 1.0% 4.008 3.939 -1.7% 4.506 4.375 -2.9% 4.631 4.572 -1.3% 6.399 6.438 0.6% ('FilteredTerm', None) 3.140 3.209 2.2% 4.450 4.628 4.0% 4.669 4.898 4.9% 4.732 5.022 6.1% 30.961 10.481 -66.1% ('Fuzzy1', None) 8.967 8.909 -0.6% 10.839 10.818 -0.2% 11.498 11.475 -0.2% 12.281 12.592 2.5% 37.095 37.200 0.3% ('Fuzzy2', None) 9.917 9.941 0.2% 11.853 11.894 0.4% 12.615 13.488 6.9% 13.890 15.450 11.2% 14.856 23.591 58.8% ('IntNRQ', None) 3.240 3.168 -2.2% 4.163 4.055 -2.6% 4.501 4.436 -1.4% 4.694 4.476 -4.6% 5.142 7.941 54.4% ('IntSet', None) 1.166 1.176 0.9% 1.379 1.397 1.3% 3.415 3.308 -3.2% 20.934 20.424 -2.4% 26.926 27.130 0.8% ('IntervalsOrdered', None) 35.566 35.620 0.2% 92.900 93.915 1.1% 94.375 95.182 0.9% 95.651 96.802 1.2% 101.015 116.249 15.1% ('MedTermDayTaxoFacets', None) 22.336 24.578 10.0% 26.080 29.815 14.3% 26.675 30.575 14.6% 27.251 30.707 12.7% 29.064 30.707 5.7% ('Or2Terms2StopWords', None) 1.754 1.747 -0.4% 4.908 4.926 0.4% 5.598 5.559 -0.7% 7.464 5.693 -23.7% 35.262 36.324 3.0% ('Or3Terms', None) 2.163 2.126 -1.7% 3.549 3.551 0.0% 4.278 3.873 -9.5% 5.042 4.541 -9.9% 269.426 278.084 3.2% ('OrHighHigh', None) 5.126 5.142 0.3% 5.767 5.769 0.0% 6.567 6.082 -7.4% 7.283 6.123 -15.9% 19.609 16.168 -17.5% ('OrHighMed', None) 1.730 1.677 -3.1% 2.785 2.799 0.5% 3.203 3.090 -3.5% 8.143 6.652 -18.3% 8.436 8.863 5.1% ('OrHighMedDayTaxoFacets', None) 75.696 87.039 15.0% 245.051 289.466 18.1% 247.834 292.103 17.9% 247.941 293.484 18.4% 253.968 295.386 16.3% ('OrHighRare', None) 2.834 2.717 -4.1% 3.140 3.028 -3.6% 3.401 3.182 -6.4% 3.431 3.189 -7.1% 14.973 4.466 -70.2% ('OrMany', None) 25.071 24.582 -2.0% 27.964 27.349 -2.2% 30.436 28.960 -4.8% 30.714 29.248 -4.8% 30.734 30.666 -0.2% ('OrStopWords', None) 5.914 5.951 0.6% 15.566 15.493 -0.5% 15.771 15.755 -0.1% 15.771 15.755 -0.1% 16.104 16.523 2.6% ('PKLookup',) 2.717 2.740 0.8% 2.896 2.887 -0.3% 4.152 4.168 0.4% 6.002 5.329 -11.2% 7.772 7.923 1.9% ('Phrase', None) 14.664 14.637 -0.2% 40.163 40.068 -0.2% 42.724 42.353 -0.9% 56.214 47.709 -15.1% 70.132 59.850 -14.7% ('PostFilteredVectorSearch', None) 1.845 1.990 7.9% 2.098 2.200 4.9% 5.427 6.005 10.7% 6.722 6.511 -3.1% 7.139 6.584 -7.8% ('PreFilteredVectorSearch', None) 5.722 5.686 -0.6% 6.301 6.283 -0.3% 9.234 9.263 0.3% 76.735 83.559 8.9% 321.062 316.509 -1.4% ('Prefix3', None) 1.124 1.057 -5.9% 3.548 3.508 -1.1% 4.131 3.998 -3.2% 18.699 6.526 -65.1% 83.604 95.030 13.7% ('Respell',) 14.586 14.494 -0.6% 16.996 16.995 -0.0% 19.958 18.192 -8.9% 24.382 25.909 6.3% 32.757 31.672 -3.3% ('SloppyPhrase', None) 81.380 75.614 -7.1% 214.862 199.680 -7.1% 225.578 202.231 -10.3% 236.526 204.448 -13.6% 294.124 260.231 -11.5% ('SpanNear', None) 33.592 34.243 1.9% 90.641 92.713 2.3% 92.940 93.413 0.5% 94.737 95.026 0.3% 213.295 200.992 -5.8% ('Term', None) 0.828 0.839 1.4% 1.001 1.011 0.9% 1.192 1.209 1.4% 4.010 1.409 -64.9% 23.918 23.952 0.1% ('TermBGroup1M', None) 51.420 50.775 -1.3% 84.141 82.302 -2.2% 87.333 83.495 -4.4% 87.701 84.306 -3.9% 87.895 85.543 -2.7% ('TermBGroup1M1P', None) 25.298 24.920 -1.5% 45.439 44.297 -2.5% 46.101 44.800 -2.8% 49.574 45.016 -9.2% 51.384 50.297 -2.1% ('TermDateFacets', None) 28.594 33.422 16.9% 47.965 59.179 23.4% 49.411 60.606 22.7% 144.506 62.325 -56.9% 157.145 144.568 -8.0% ('TermDateTimeSort', 'DateTime') 4.220 3.998 -5.3% 5.645 5.747 1.8% 6.336 6.223 -1.8% 19.731 17.256 -12.5% 67.331 72.188 7.2% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.180 6.562 6.2% 9.678 10.118 4.6% 10.066 10.717 6.5% 10.142 12.706 25.3% 54.090 38.832 -28.2% ('TermDayOfYearSort', 'DayOfYear') 2.272 2.172 -4.4% 3.581 3.328 -7.1% 4.085 3.689 -9.7% 14.368 3.891 -72.9% 24.554 25.241 2.8% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.191 6.242 0.8% 10.594 10.835 2.3% 10.830 11.180 3.2% 11.677 11.204 -4.1% 27.961 11.284 -59.6% ('TermGroup100', None) 56.790 56.960 0.3% 108.629 107.617 -0.9% 109.912 108.755 -1.1% 111.239 111.203 -0.0% 111.736 117.342 5.0% ('TermGroup10K', None) 63.684 62.865 -1.3% 110.140 108.319 -1.7% 111.282 109.250 -1.8% 112.243 110.785 -1.3% 129.256 125.699 -2.8% ('TermGroup1M', None) 64.275 63.668 -0.9% 114.156 112.966 -1.0% 115.473 115.388 -0.1% 116.655 115.988 -0.6% 117.631 117.617 -0.0% ('TermMonthSort', 'Month') 0.915 0.862 -5.8% 1.067 1.050 -1.6% 1.328 1.408 6.0% 1.668 2.174 30.3% 2.242 2.523 12.5% ('TermMonthSortSkipper', 'Month (skipper)') 4.959 5.078 2.4% 8.391 8.940 6.5% 8.647 9.234 6.8% 8.799 9.803 11.4% 61.234 61.045 -0.3% ('TermTitleSort', 'Title') 7.454 7.563 1.5% 10.559 9.133 -13.5% 31.428 13.782 -56.1% 64.599 60.851 -5.8% 170.130 147.560 -13.3% ('TermTitleSortSkipper', 'Title (skipper)') 6.423 6.450 0.4% 9.745 10.172 4.4% 11.009 10.406 -5.5% 12.282 11.834 -3.7% 115.553 72.734 -37.1% ('VectorSearch', None) 2.056 2.261 10.0% 2.256 2.465 9.3% 6.424 6.373 -0.8% 7.284 6.764 -7.1% 8.509 8.292 -2.6% ('Wildcard', None) 23.032 22.796 -1.0% 36.937 37.510 1.5% 45.174 47.464 5.1% 50.340 51.857 3.0% 83.969 86.543 3.1% generate vmstat pretties /l/reports.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.25.08.07.42/search-tasks /l/reports.nightly/2026.05.25.08.07.42/fastIndexBigDocs /l/reports.nightly/2026.05.25.08.07.42/fixedIndex /l/reports.nightly/2026.05.25.08.07.42/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.25.08.07.42/nrtIndexMediumDocs /l/reports.nightly/2026.05.25.08.07.42/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 45.71 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.19 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.20 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 159.84 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 224.07 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.07 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.15 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=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.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=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.65 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.65 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.72.75, 3.5.67.165, 3.5.66.7, 3.5.71.66, 3.5.74.13, 3.5.74.57, 52.92.34.56 * Trying 3.5.72.75: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.75 port 443) from 10.17.4.7 port 33842 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/5a81d78a-28ca-40d3-be2a-acca125630c4.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIFyMY0ZG9tpvX75MujgM2cow00%2FlO9vvWg2MO0Hy1nP8AiEA5AarUq2CUj4gFXy%2FghslpIifK9tTUlB5kVcl8v6GkgQqwwUIg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDOmzTYeo0AETZ1qr2CqXBTJx3DDuyKlHKVXEogXujlzM94C4GAN%2FNnQoYXbBvBTGYyG3ozCQgezfgvU7lPdNnJ4DBejfEpF8Dkw2vfOsM9bF8I9BFUbt8HMsKC%2F%2Fc01rHVN372ZEed1D3xW0Km%2BH4u1%2BB0zQT7uxl%2B57UFODOwXxHftHU7M4Ro7f%2BVW8O0Gr2XagIG7FhB6VrNJu3u%2F%2B583c1u%2BCbRc%2FL%2B%2Fe3oWYowBScAOf81kEHgpec6mMkbVl0AqhKgpdBx6UPo59CEKc%2BbTKinAGOAFD7cqfbKhqs37nc7ZLl8lC0Of%2BKx4VN%2BdisWI1RkWiz3DG3RIGRrEp2OL4y0vSiQy93HS8jIBbwtpXF59bWvPw0%2B8VRuAWA9Dre7pnI70VSnNeh7Qy2B87P6QZc5nMBZkectruZ35iCecX6DpwfDlDmTaV%2F7yw87DueEPlPUwBpaXUl5sozeCYlT0ZwMPZuyd%2FfeNcCmn9DfTFtaxSs3xZ%2FGWLq4co9vbGHf3MrZGbWiUCxWoJYwmBw1fe84O1koMijodvGCVsJKznJaIvFClVYPiT%2BjPemjHX0gw6BgjwK7wkldfroiUk%2FzypT%2FCPSB84a2jISJlNXnLYFSh3xD9E6Jvsqi2S6n9BXnSh6%2FoKwh5UXcmgukKHS6OjIMwUQYBb7Ar17hfkCPotCfwk%2BfJXTvroxGI885TKC8RVvyMYf4H03u62dYuZZuYxYrRHpQlbfLDPbOW6Fh5UG%2F8c30dO6gKYW1kVSXzaQG2qAMo96h32DXTEyj1QW0e8DHpzAtgsC7sRM7Qv2k3qWBR8SvEmTkL%2FRmg6%2BUhVs1zHtMamFPyVB7ncoB%2BWcvRohot%2F3aVwuqDK4LxoqC4iQ8Nk6j5vSnds%2BWzlfKRJff5MzSlzuTDnrdfQBjqxAT9fKW4o5SiD4ry2XLIZSOzgJBFROIy6BGqUnsmDo74OWxkM592nJyLSyfXSyKu5IkRYvrynD74DarYGEj2NDv2jQOdjAjklNo6Bt%2FK%2Fa%2B1O0Ql2HTtcu6vsHYznnaUheYmmM9a2XFTP%2FWO34uE6Fy3aZasNvk8EjEXFamqMOb%2BTB8YiSQYFilxlQFEtSZX%2FyNZH4%2FZ92Fb9m%2FMLvOOo%2BUH%2BTaGIqU%2BmJfZ%2FT1YtwEg4qg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260526T194704Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC5ACIODX%2F20260526%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=c2a9389c7d2c03828bd252989102ffaba114b04b321ad8a619df4450d3af2b08 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 428654953 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 408.7M 0 0 0 1.00M 0 978.1k 07:07 00:01 07:06 978.9k 1 408.7M 0 0 1 7.75M 0 3.77M 01:48 00:02 01:46 3.77M 3 408.7M 0 0 3 13.75M 0 4.45M 01:31 00:03 01:28 4.45M 4 408.7M 0 0 4 19.25M 0 4.69M 01:27 00:04 01:23 4.69M 5 408.7M 0 0 5 24.50M 0 4.80M 01:25 00:05 01:20 4.80M 7 408.7M 0 0 7 30.00M 0 4.91M 01:23 00:06 01:17 5.73M 8 408.7M 0 0 8 35.68M 0 5.01M 01:21 00:07 01:14 5.52M 9 408.7M 0 0 9 40.31M 0 4.96M 01:22 00:08 01:14 5.28M 10 408.7M 0 0 10 43.43M 0 4.76M 01:25 00:09 01:16 4.81M 11 408.7M 0 0 11 46.62M 0 4.59M 01:28 00:10 01:18 4.38M 12 408.7M 0 0 12 49.43M 0 4.42M 01:32 00:11 01:21 3.84M 12 408.7M 0 0 12 52.18M 0 4.27M 01:35 00:12 01:23 3.24M 13 408.7M 0 0 13 54.37M 0 4.11M 01:39 00:13 01:26 2.76M 13 408.7M 0 0 13 56.62M 0 3.98M 01:42 00:14 01:28 2.58M 14 408.7M 0 0 14 59.00M 0 3.87M 01:45 00:15 01:30 2.43M 15 408.7M 0 0 15 61.43M 0 3.78M 01:48 00:16 01:32 2.36M 15 408.7M 0 0 15 63.81M 0 3.70M 01:50 00:17 01:33 2.30M 16 408.7M 0 0 16 66.25M 0 3.62M 01:52 00:18 01:34 2.35M 16 408.7M 0 0 16 68.75M 0 3.56M 01:54 00:19 01:35 2.39M 17 408.7M 0 0 17 71.37M 0 3.51M 01:56 00:20 01:36 2.44M 18 408.7M 0 0 18 74.25M 0 3.48M 01:57 00:21 01:36 2.53M 18 408.7M 0 0 18 76.93M 0 3.44M 01:58 00:22 01:36 2.59M 19 408.7M 0 0 19 79.18M 0 3.39M 02:00 00:23 01:37 2.55M 19 408.7M 0 0 19 81.31M 0 3.33M 02:02 00:24 01:38 2.46M 20 408.7M 0 0 20 83.56M 0 3.29M 02:04 00:25 01:39 2.39M 21 408.7M 0 0 21 85.87M 0 3.25M 02:05 00:26 01:39 2.26M 21 408.7M 0 0 21 88.12M 0 3.21M 02:07 00:27 01:40 2.18M 22 408.7M 0 0 22 90.43M 0 3.18M 02:08 00:28 01:40 2.20M 22 408.7M 0 0 22 92.75M 0 3.15M 02:09 00:29 01:40 2.25M 23 408.7M 0 0 23 95.25M 0 3.12M 02:10 00:30 01:40 2.29M 23 408.7M 0 0 23 97.18M 0 3.08M 02:12 00:31 01:41 2.21M 24 408.7M 0 0 24 98.75M 0 3.03M 02:14 00:32 01:42 2.07M 24 408.7M 0 0 24 100.4M 0 2.99M 02:16 00:33 01:43 1.95M 24 408.7M 0 0 24 102.1M 0 2.95M 02:18 00:34 01:44 1.83M 25 408.7M 0 0 25 103.8M 0 2.92M 02:19 00:35 01:44 1.69M 25 408.7M 0 0 25 105.5M 0 2.88M 02:21 00:36 01:45 1.63M 26 408.7M 0 0 26 106.6M 0 2.83M 02:24 00:37 01:47 1.54M 26 408.7M 0 0 26 107.6M 0 2.78M 02:26 00:38 01:48 1.41M 26 408.7M 0 0 26 108.6M 0 2.73M 02:29 00:39 01:50 1.23M 26 408.7M 0 0 26 109.3M 0 2.67M 02:32 00:40 01:52 1.03M 26 408.7M 0 0 26 109.8M 0 2.62M 02:35 00:41 01:54 840.5k 27 408.7M 0 0 27 110.4M 0 2.57M 02:38 00:42 01:56 742.9k 27 408.7M 0 0 27 111.1M 0 2.52M 02:41 00:43 01:58 664.2k 27 408.7M 0 0 27 111.8M 0 2.48M 02:44 00:44 02:00 637.1k 27 408.7M 0 0 27 112.6M 0 2.44M 02:46 00:45 02:01 669.7k 27 408.7M 0 0 27 113.6M 0 2.41M 02:49 00:47 02:02 744.7k 28 408.7M 0 0 28 114.5M 0 2.38M 02:51 00:48 02:03 812.7k 28 408.7M 0 0 28 115.5M 0 2.35M 02:53 00:49 02:04 871.0k 28 408.7M 0 0 28 116.5M 0 2.32M 02:55 00:50 02:05 921.4k 28 408.7M 0 0 28 117.5M 0 2.29M 02:57 00:51 02:06 970.0k 29 408.7M 0 0 29 118.5M 0 2.27M 02:59 00:52 02:07 983.8k 29 408.7M 0 0 29 119.5M 0 2.24M 03:02 00:53 02:09 973.4k 29 408.7M 0 0 29 120.3M 0 2.21M 03:04 00:54 02:10 945.5k 29 408.7M 0 0 29 121.1M 0 2.18M 03:06 00:55 02:11 912.7k 29 408.7M 0 0 29 122.0M 0 2.16M 03:08 00:56 02:12 875.5k 30 408.7M 0 0 30 122.8M 0 2.13M 03:11 00:57 02:14 828.1k 30 408.7M 0 0 30 123.6M 0 2.11M 03:13 00:58 02:15 831.3k 30 408.7M 0 0 30 124.5M 0 2.09M 03:15 00:59 02:16 837.7k 30 408.7M 0 0 30 125.1M 0 2.06M 03:17 01:00 02:17 791.8k 30 408.7M 0 0 30 125.8M 0 2.04M 03:20 01:01 02:19 751.3k 30 408.7M 0 0 30 126.5M 0 2.02M 03:22 01:02 02:20 742.4k 31 408.7M 0 0 31 127.3M 0 2.00M 03:24 01:03 02:21 727.6k 31 408.7M 0 0 31 128.2M 0 1.98M 03:26 01:04 02:22 735.0k 31 408.7M 0 0 31 129.2M 0 1.96M 03:27 01:05 02:22 810.4k 31 408.7M 0 0 31 130.3M 0 1.95M 03:29 01:06 02:23 891.5k 32 408.7M 0 0 32 131.5M 0 1.94M 03:30 01:07 02:23 994.5k 32 408.7M 0 0 32 133.1M 0 1.93M 03:31 01:08 02:23 1.11M 32 408.7M 0 0 32 134.5M 0 1.92M 03:32 01:09 02:23 1.21M 33 408.7M 0 0 33 135.8M 0 1.91M 03:33 01:10 02:23 1.25M 33 408.7M 0 0 33 137.1M 0 1.90M 03:34 01:11 02:23 1.30M 33 408.7M 0 0 33 138.4M 0 1.89M 03:35 01:12 02:23 1.32M 34 408.7M 0 0 34 139.6M 0 1.88M 03:36 01:13 02:23 1.27M 34 408.7M 0 0 34 140.8M 0 1.87M 03:37 01:14 02:23 1.22M 34 408.7M 0 0 34 142.0M 0 1.86M 03:38 01:16 02:22 1.20M 34 408.7M 0 0 34 143.0M 0 1.85M 03:40 01:17 02:23 1.15M 35 408.7M 0 0 35 144.1M 0 1.84M 03:41 01:18 02:23 1.11M 35 408.7M 0 0 35 145.1M 0 1.83M 03:42 01:19 02:23 1.06M 35 408.7M 0 0 35 145.8M 0 1.81M 03:44 01:20 02:24 993.0k 35 408.7M 0 0 35 146.6M 0 1.80M 03:46 01:21 02:25 922.1k 36 408.7M 0 0 36 147.3M 0 1.79M 03:48 01:22 02:26 851.0k 36 408.7M 0 0 36 148.1M 0 1.77M 03:49 01:23 02:26 775.3k 36 408.7M 0 0 36 148.9M 0 1.76M 03:51 01:24 02:27 744.4k 36 408.7M 0 0 36 149.5M 0 1.75M 03:53 01:25 02:28 724.7k 36 408.7M 0 0 36 150.1M 0 1.73M 03:55 01:26 02:29 686.3k 36 408.7M 0 0 36 150.7M 0 1.72M 03:56 01:27 02:29 672.3k 37 408.7M 0 0 37 151.3M 0 1.71M 03:58 01:28 02:30 634.6k 37 408.7M 0 0 37 152.0M 0 1.69M 04:00 01:29 02:31 605.0k 37 408.7M 0 0 37 152.6M 0 1.68M 04:02 01:30 02:32 619.5k 37 408.7M 0 0 37 153.4M 0 1.67M 04:03 01:31 02:32 655.8k 37 408.7M 0 0 37 154.2M 0 1.66M 04:05 01:32 02:33 692.0k 37 408.7M 0 0 37 155.1M 0 1.65M 04:06 01:33 02:33 758.5k 38 408.7M 0 0 38 156.1M 0 1.65M 04:07 01:34 02:33 831.6k 38 408.7M 0 0 38 157.2M 0 1.64M 04:08 01:35 02:33 911.9k 38 408.7M 0 0 38 158.4M 0 1.63M 04:09 01:36 02:33 998.4k 39 408.7M 0 0 39 159.6M 0 1.63M 04:10 01:37 02:33 1.05M 39 408.7M 0 0 39 161.0M 0 1.62M 04:10 01:38 02:32 1.14M 39 408.7M 0 0 39 162.5M 0 1.62M 04:11 01:39 02:32 1.22M 40 408.7M 0 0 40 163.8M 0 1.62M 04:11 01:40 02:31 1.28M 40 408.7M 0 0 40 165.0M 0 1.62M 04:12 01:41 02:31 1.28M 40 408.7M 0 0 40 166.0M 0 1.61M 04:13 01:42 02:31 1.22M 40 408.7M 0 0 40 166.8M 0 1.60M 04:14 01:43 02:31 1.12M 40 408.7M 0 0 40 167.4M 0 1.59M 04:16 01:45 02:31 971.5k 41 408.7M 0 0 41 168.0M 0 1.58M 04:17 01:46 02:31 819.7k 41 408.7M 0 0 41 168.6M 0 1.57M 04:19 01:47 02:32 692.4k 41 408.7M 0 0 41 169.0M 0 1.56M 04:21 01:48 02:33 584.3k 41 408.7M 0 0 41 169.5M 0 1.55M 04:23 01:49 02:34 510.7k 41 408.7M 0 0 41 170.1M 0 1.54M 04:25 01:50 02:35 518.5k 41 408.7M 0 0 41 170.8M 0 1.53M 04:26 01:51 02:35 530.5k 41 408.7M 0 0 41 171.6M 0 1.52M 04:27 01:52 02:35 573.2k 42 408.7M 0 0 42 172.4M 0 1.51M 04:29 01:53 02:36 657.5k 42 408.7M 0 0 42 173.3M 0 1.51M 04:30 01:54 02:36 735.7k 42 408.7M 0 0 42 174.1M 0 1.50M 04:31 01:55 02:36 801.0k 42 408.7M 0 0 42 175.1M 0 1.50M 04:32 01:56 02:36 854.8k 43 408.7M 0 0 43 175.8M 0 1.49M 04:33 01:57 02:36 850.1k 43 408.7M 0 0 43 176.5M 0 1.48M 04:34 01:58 02:36 815.4k 43 408.7M 0 0 43 177.3M 0 1.48M 04:35 01:59 02:36 792.4k 43 408.7M 0 0 43 178.1M 0 1.47M 04:37 02:00 02:37 774.6k 43 408.7M 0 0 43 179.0M 0 1.46M 04:38 02:01 02:37 769.9k 44 408.7M 0 0 44 180.0M 0 1.46M 04:38 02:02 02:36 822.0k 44 408.7M 0 0 44 181.0M 0 1.46M 04:39 02:03 02:36 887.1k 44 408.7M 0 0 44 182.0M 0 1.45M 04:40 02:04 02:36 922.7k 44 408.7M 0 0 44 183.0M 0 1.45M 04:41 02:05 02:36 977.3k 45 408.7M 0 0 45 184.0M 0 1.44M 04:41 02:06 02:35 994.7k 45 408.7M 0 0 45 185.0M 0 1.44M 04:42 02:07 02:35 982.5k 45 408.7M 0 0 45 185.9M 0 1.44M 04:43 02:09 02:34 969.3k 45 408.7M 0 0 45 186.8M 0 1.43M 04:44 02:10 02:34 960.0k 45 408.7M 0 0 45 187.7M 0 1.43M 04:45 02:11 02:34 930.7k 46 408.7M 0 0 46 188.7M 0 1.42M 04:46 02:12 02:34 929.5k 46 408.7M 0 0 46 189.8M 0 1.42M 04:46 02:13 02:33 953.9k 46 408.7M 0 0 46 190.9M 0 1.42M 04:47 02:14 02:33 998.8k 47 408.7M 0 0 47 192.1M 0 1.42M 04:47 02:15 02:32 1.04M 47 408.7M 0 0 47 193.5M 0 1.42M 04:47 02:16 02:31 1.13M 47 408.7M 0 0 47 195.1M 0 1.42M 04:47 02:17 02:30 1.25M 48 408.7M 0 0 48 196.6M 0 1.42M 04:47 02:18 02:29 1.34M 48 408.7M 0 0 48 198.3M 0 1.42M 04:46 02:19 02:27 1.46M 48 408.7M 0 0 48 200.1M 0 1.42M 04:46 02:20 02:26 1.58M 49 408.7M 0 0 49 202.1M 0 1.43M 04:45 02:21 02:24 1.70M 49 408.7M 0 0 49 204.0M 0 1.43M 04:44 02:22 02:22 1.75M 50 408.7M 0 0 50 205.1M 0 1.43M 04:45 02:23 02:22 1.66M 50 408.7M 0 0 50 206.0M 0 1.42M 04:46 02:24 02:22 1.48M 50 408.7M 0 0 50 206.6M 0 1.42M 04:47 02:25 02:22 1.24M 50 408.7M 0 0 50 207.3M 0 1.41M 04:48 02:26 02:22 1.00M 50 408.7M 0 0 50 208.1M 0 1.41M 04:49 02:27 02:22 801.3k 51 408.7M 0 0 51 209.0M 0 1.40M 04:50 02:28 02:22 749.1k 51 408.7M 0 0 51 209.9M 0 1.40M 04:51 02:29 02:22 775.9k 51 408.7M 0 0 51 211.0M 0 1.40M 04:51 02:30 02:21 856.1k 51 408.7M 0 0 51 212.1M 0 1.39M 04:52 02:31 02:21 941.9k 52 408.7M 0 0 52 213.4M 0 1.39M 04:52 02:32 02:20 1.02M 52 408.7M 0 0 52 214.6M 0 1.39M 04:52 02:33 02:19 1.10M 52 408.7M 0 0 52 216.1M 0 1.39M 04:52 02:34 02:18 1.20M 53 408.7M 0 0 53 217.6M 0 1.39M 04:52 02:35 02:17 1.30M 53 408.7M 0 0 53 219.2M 0 1.39M 04:52 02:36 02:16 1.40M 54 408.7M 0 0 54 220.8M 0 1.39M 04:51 02:37 02:14 1.45M 54 408.7M 0 0 54 221.9M 0 1.39M 04:52 02:38 02:14 1.41M 54 408.7M 0 0 54 222.8M 0 1.39M 04:53 02:39 02:14 1.31M 54 408.7M 0 0 54 223.8M 0 1.39M 04:53 02:40 02:13 1.20M 54 408.7M 0 0 54 224.7M 0 1.38M 04:54 02:41 02:13 1.06M 55 408.7M 0 0 55 225.6M 0 1.38M 04:55 02:42 02:13 949.7k 55 408.7M 0 0 55 226.6M 0 1.38M 04:55 02:43 02:12 940.2k 55 408.7M 0 0 55 227.6M 0 1.37M 04:56 02:44 02:12 957.8k 55 408.7M 0 0 55 228.5M 0 1.37M 04:56 02:46 02:10 936.0k 56 408.7M 0 0 56 229.3M 0 1.37M 04:57 02:47 02:10 905.3k 56 408.7M 0 0 56 229.9M 0 1.36M 04:58 02:48 02:10 834.9k 56 408.7M 0 0 56 230.4M 0 1.36M 05:00 02:49 02:11 725.2k 56 408.7M 0 0 56 231.0M 0 1.35M 05:01 02:50 02:11 639.7k 56 408.7M 0 0 56 231.6M 0 1.35M 05:02 02:51 02:11 594.9k 56 408.7M 0 0 56 232.3M 0 1.34M 05:03 02:52 02:11 581.4k 57 408.7M 0 0 57 233.0M 0 1.34M 05:04 02:53 02:11 599.2k 57 408.7M 0 0 57 233.8M 0 1.33M 05:05 02:54 02:11 653.6k 57 408.7M 0 0 57 234.6M 0 1.33M 05:05 02:55 02:10 699.9k 57 408.7M 0 0 57 235.4M 0 1.33M 05:06 02:56 02:10 736.1k 57 408.7M 0 0 57 236.3M 0 1.33M 05:07 02:57 02:10 787.2k 58 408.7M 0 0 58 237.3M 0 1.32M 05:07 02:58 02:09 843.7k 58 408.7M 0 0 58 238.0M 0 1.32M 05:08 02:59 02:09 823.6k 58 408.7M 0 0 58 238.5M 0 1.31M 05:09 03:00 02:09 764.2k 58 408.7M 0 0 58 239.1M 0 1.31M 05:10 03:01 02:09 714.0k 58 408.7M 0 0 58 239.7M 0 1.31M 05:11 03:02 02:09 652.5k 58 408.7M 0 0 58 240.4M 0 1.30M 05:12 03:03 02:09 605.3k 58 408.7M 0 0 58 241.1M 0 1.30M 05:13 03:04 02:09 624.3k 59 408.7M 0 0 59 241.9M 0 1.29M 05:14 03:06 02:08 665.6k 59 408.7M 0 0 59 242.6M 0 1.29M 05:15 03:07 02:08 703.0k 59 408.7M 0 0 59 243.5M 0 1.29M 05:15 03:08 02:07 744.1k 59 408.7M 0 0 59 244.3M 0 1.29M 05:16 03:09 02:07 769.5k 59 408.7M 0 0 59 245.2M 0 1.28M 05:16 03:10 02:06 805.8k 60 408.7M 0 0 60 246.1M 0 1.28M 05:17 03:11 02:06 840.7k 60 408.7M 0 0 60 247.0M 0 1.28M 05:18 03:12 02:06 859.9k 60 408.7M 0 0 60 247.9M 0 1.28M 05:18 03:13 02:05 885.2k 60 408.7M 0 0 60 248.9M 0 1.28M 05:18 03:14 02:04 924.6k 61 408.7M 0 0 61 249.9M 0 1.27M 05:19 03:15 02:04 928.9k 61 408.7M 0 0 61 250.8M 0 1.27M 05:20 03:16 02:04 917.9k 61 408.7M 0 0 61 251.6M 0 1.27M 05:20 03:17 02:03 893.0k 61 408.7M 0 0 61 252.3M 0 1.26M 05:21 03:18 02:03 829.4k 61 408.7M 0 0 61 252.9M 0 1.26M 05:22 03:19 02:03 759.6k 62 408.7M 0 0 62 253.6M 0 1.26M 05:23 03:20 02:03 710.3k 62 408.7M 0 0 62 254.4M 0 1.26M 05:23 03:21 02:02 702.6k 62 408.7M 0 0 62 255.3M 0 1.25M 05:24 03:22 02:02 731.7k 62 408.7M 0 0 62 256.1M 0 1.25M 05:25 03:23 02:02 763.9k 62 408.7M 0 0 62 257.0M 0 1.25M 05:25 03:24 02:01 811.7k 63 408.7M 0 0 63 257.9M 0 1.25M 05:26 03:25 02:01 861.8k 63 408.7M 0 0 63 258.8M 0 1.25M 05:26 03:26 02:00 886.1k 63 408.7M 0 0 63 259.6M 0 1.24M 05:27 03:27 02:00 871.9k 63 408.7M 0 0 63 260.2M 0 1.24M 05:28 03:28 02:00 809.6k 63 408.7M 0 0 63 260.7M 0 1.24M 05:29 03:29 02:00 736.9k 63 408.7M 0 0 63 261.3M 0 1.23M 05:30 03:31 01:59 658.8k 64 408.7M 0 0 64 261.8M 0 1.23M 05:31 03:32 01:59 556.6k 64 408.7M 0 0 64 262.2M 0 1.22M 05:32 03:33 01:59 484.5k 64 408.7M 0 0 64 262.7M 0 1.22M 05:33 03:34 01:59 483.3k 64 408.7M 0 0 64 263.3M 0 1.22M 05:34 03:35 01:59 500.0k 64 408.7M 0 0 64 264.0M 0 1.21M 05:35 03:36 01:59 513.0k 64 408.7M 0 0 64 264.6M 0 1.21M 05:35 03:37 01:58 557.2k 64 408.7M 0 0 64 265.4M 0 1.21M 05:36 03:38 01:58 614.8k 65 408.7M 0 0 65 266.1M 0 1.21M 05:37 03:39 01:58 659.6k 65 408.7M 0 0 65 267.0M 0 1.20M 05:37 03:40 01:57 689.8k 65 408.7M 0 0 65 267.7M 0 1.20M 05:38 03:41 01:57 714.0k 65 408.7M 0 0 65 268.5M 0 1.20M 05:39 03:42 01:57 749.2k 65 408.7M 0 0 65 269.4M 0 1.20M 05:39 03:43 01:56 772.8k 66 408.7M 0 0 66 270.3M 0 1.20M 05:40 03:44 01:56 801.2k 66 408.7M 0 0 66 271.3M 0 1.20M 05:40 03:45 01:55 851.8k 66 408.7M 0 0 66 272.3M 0 1.20M 05:40 03:46 01:54 914.4k 66 408.7M 0 0 66 273.5M 0 1.19M 05:40 03:47 01:53 978.3k 67 408.7M 0 0 67 274.7M 0 1.19M 05:40 03:48 01:52 1.03M 67 408.7M 0 0 67 275.7M 0 1.19M 05:40 03:49 01:51 1.06M 67 408.7M 0 0 67 276.5M 0 1.19M 05:41 03:50 01:51 1.03M 67 408.7M 0 0 67 277.3M 0 1.19M 05:42 03:52 01:50 991.9k 68 408.7M 0 0 68 278.1M 0 1.19M 05:42 03:53 01:49 918.8k 68 408.7M 0 0 68 279.0M 0 1.19M 05:42 03:54 01:48 845.7k 68 408.7M 0 0 68 279.9M 0 1.19M 05:43 03:55 01:48 833.9k 68 408.7M 0 0 68 281.0M 0 1.18M 05:43 03:56 01:47 883.0k 68 408.7M 0 0 68 282.0M 0 1.18M 05:43 03:57 01:46 924.3k 69 408.7M 0 0 69 282.6M 0 1.18M 05:44 03:58 01:46 910.7k 69 408.7M 0 0 69 283.4M 0 1.18M 05:45 03:59 01:46 885.0k 69 408.7M 0 0 69 284.3M 0 1.18M 05:45 04:00 01:45 863.1k 69 408.7M 0 0 69 285.2M 0 1.18M 05:45 04:01 01:44 837.7k 70 408.7M 0 0 70 286.2M 0 1.18M 05:46 04:02 01:44 850.0k 70 408.7M 0 0 70 287.0M 0 1.17M 05:46 04:03 01:43 858.8k 70 408.7M 0 0 70 287.6M 0 1.17M 05:47 04:04 01:43 842.1k 70 408.7M 0 0 70 288.2M 0 1.17M 05:48 04:05 01:43 786.8k 70 408.7M 0 0 70 288.6M 0 1.17M 05:49 04:06 01:43 666.6k 70 408.7M 0 0 70 289.0M 0 1.16M 05:50 04:07 01:43 541.5k 70 408.7M 0 0 70 289.5M 0 1.16M 05:51 04:08 01:43 492.4k 70 408.7M 0 0 70 290.1M 0 1.16M 05:51 04:09 01:42 469.9k 71 408.7M 0 0 71 290.8M 0 1.15M 05:52 04:10 01:42 482.5k 71 408.7M 0 0 71 291.4M 0 1.15M 05:53 04:11 01:42 529.0k 71 408.7M 0 0 71 292.1M 0 1.15M 05:54 04:12 01:42 587.0k 71 408.7M 0 0 71 292.8M 0 1.15M 05:54 04:13 01:41 626.1k 71 408.7M 0 0 71 293.6M 0 1.15M 05:55 04:15 01:40 670.4k 72 408.7M 0 0 72 294.3M 0 1.14M 05:55 04:16 01:39 693.2k 72 408.7M 0 0 72 295.1M 0 1.14M 05:56 04:17 01:39 732.2k 72 408.7M 0 0 72 295.8M 0 1.14M 05:56 04:18 01:38 736.3k 72 408.7M 0 0 72 296.5M 0 1.14M 05:57 04:19 01:38 718.8k 72 408.7M 0 0 72 296.9M 0 1.14M 05:58 04:20 01:38 644.4k 72 408.7M 0 0 72 297.4M 0 1.13M 05:59 04:21 01:38 590.6k 72 408.7M 0 0 72 298.0M 0 1.13M 06:00 04:22 01:38 543.7k 73 408.7M 0 0 73 298.6M 0 1.13M 06:00 04:23 01:37 531.3k 73 408.7M 0 0 73 299.3M 0 1.13M 06:01 04:24 01:37 630.0k 73 408.7M 0 0 73 299.3M 0 1.13M 06:01 04:24 01:37 1.13M 73 408.7M 0 0 73 300.1M 0 1.12M 06:01 04:25 01:36 796.1k 73 408.7M 0 0 73 301.0M 0 1.12M 06:02 04:26 01:36 838.0k 73 408.7M 0 0 73 302.3M 0 1.12M 06:01 04:27 01:34 974.0k 74 408.7M 0 0 74 303.9M 0 1.13M 06:01 04:28 01:33 1.11M 74 408.7M 0 0 74 305.5M 0 1.13M 06:00 04:29 01:31 1.19M 75 408.7M 0 0 75 307.1M 0 1.13M 06:00 04:30 01:30 1.36M 75 408.7M 0 0 75 308.3M 0 1.13M 06:00 04:31 01:29 1.43M 75 408.7M 0 0 75 309.6M 0 1.13M 06:00 04:32 01:28 1.43M 76 408.7M 0 0 76 310.8M 0 1.13M 05:59 04:33 01:26 1.36M 76 408.7M 0 0 76 312.1M 0 1.13M 05:59 04:34 01:25 1.29M 76 408.7M 0 0 76 313.1M 0 1.13M 06:00 04:35 01:25 1.17M 76 408.7M 0 0 76 314.3M 0 1.13M 06:00 04:36 01:24 1.15M 77 408.7M 0 0 77 315.5M 0 1.13M 05:59 04:37 01:22 1.15M 77 408.7M 0 0 77 316.6M 0 1.13M 05:59 04:38 01:21 1.13M 77 408.7M 0 0 77 317.7M 0 1.13M 06:00 04:39 01:21 1.10M 78 408.7M 0 0 78 319.0M 0 1.13M 05:59 04:40 01:19 1.15M 78 408.7M 0 0 78 320.1M 0 1.13M 05:59 04:41 01:18 1.14M 78 408.7M 0 0 78 320.9M 0 1.13M 06:00 04:43 01:17 1.03M 78 408.7M 0 0 78 321.5M 0 1.13M 06:01 04:44 01:17 937.0k 78 408.7M 0 0 78 322.0M 0 1.12M 06:01 04:45 01:16 835.0k 78 408.7M 0 0 78 322.5M 0 1.12M 06:02 04:46 01:16 676.8k 78 408.7M 0 0 78 322.9M 0 1.12M 06:03 04:47 01:16 532.3k 79 408.7M 0 0 79 323.4M 0 1.12M 06:04 04:48 01:16 494.3k 79 408.7M 0 0 79 324.0M 0 1.11M 06:04 04:49 01:15 505.1k 79 408.7M 0 0 79 324.7M 0 1.11M 06:05 04:50 01:15 531.1k 79 408.7M 0 0 79 325.5M 0 1.11M 06:05 04:51 01:14 603.5k 79 408.7M 0 0 79 326.4M 0 1.11M 06:06 04:52 01:14 692.0k 80 408.7M 0 0 80 327.6M 0 1.11M 06:06 04:53 01:13 822.0k 80 408.7M 0 0 80 329.3M 0 1.11M 06:05 04:54 01:11 1.03M 81 408.7M 0 0 81 331.5M 0 1.12M 06:04 04:55 01:09 1.31M 81 408.7M 0 0 81 333.6M 0 1.12M 06:03 04:56 01:07 1.58M 82 408.7M 0 0 82 335.8M 0 1.12M 06:02 04:57 01:05 1.83M 82 408.7M 0 0 82 337.7M 0 1.13M 06:01 04:58 01:03 1.97M 83 408.7M 0 0 83 339.7M 0 1.13M 06:00 04:59 01:01 2.01M 83 408.7M 0 0 83 341.8M 0 1.13M 05:59 05:00 00:59 2.01M 84 408.7M 0 0 84 343.8M 0 1.13M 05:58 05:01 00:57 1.99M 84 408.7M 0 0 84 345.8M 0 1.14M 05:57 05:02 00:55 1.95M 85 408.7M 0 0 85 347.5M 0 1.14M 05:57 05:03 00:54 1.91M 85 408.7M 0 0 85 349.5M 0 1.14M 05:56 05:04 00:52 1.90M 85 408.7M 0 0 85 351.5M 0 1.14M 05:55 05:05 00:50 1.91M 86 408.7M 0 0 86 353.6M 0 1.15M 05:54 05:06 00:48 1.91M 87 408.7M 0 0 87 355.8M 0 1.15M 05:53 05:07 00:46 1.91M 87 408.7M 0 0 87 356.9M 0 1.15M 05:53 05:08 00:45 1.81M 87 408.7M 0 0 87 357.8M 0 1.15M 05:54 05:09 00:45 1.60M 87 408.7M 0 0 87 358.6M 0 1.15M 05:54 05:10 00:44 1.37M 87 408.7M 0 0 87 359.4M 0 1.15M 05:54 05:11 00:43 1.11M 88 408.7M 0 0 88 360.3M 0 1.15M 05:55 05:12 00:43 907.8k 88 408.7M 0 0 88 361.2M 0 1.15M 05:55 05:13 00:42 869.9k 88 408.7M 0 0 88 362.2M 0 1.14M 05:55 05:15 00:40 888.8k 88 408.7M 0 0 88 363.2M 0 1.14M 05:55 05:16 00:39 911.0k 89 408.7M 0 0 89 364.1M 0 1.14M 05:55 05:17 00:38 941.9k 89 408.7M 0 0 89 365.1M 0 1.14M 05:56 05:18 00:38 962.1k 89 408.7M 0 0 89 366.1M 0 1.14M 05:56 05:19 00:37 986.1k 89 408.7M 0 0 89 367.3M 0 1.14M 05:56 05:20 00:36 0.98M 90 408.7M 0 0 90 368.4M 0 1.14M 05:56 05:21 00:35 1.00M 90 408.7M 0 0 90 369.3M 0 1.14M 05:56 05:22 00:34 1.01M 90 408.7M 0 0 90 370.4M 0 1.14M 05:56 05:23 00:33 1.03M 90 408.7M 0 0 90 371.6M 0 1.14M 05:56 05:24 00:32 1.05M 91 408.7M 0 0 91 372.8M 0 1.14M 05:56 05:25 00:31 1.06M 91 408.7M 0 0 91 374.0M 0 1.14M 05:56 05:26 00:30 1.08M 91 408.7M 0 0 91 375.2M 0 1.14M 05:56 05:27 00:29 1.13M 92 408.7M 0 0 92 376.3M 0 1.14M 05:56 05:28 00:28 1.12M 92 408.7M 0 0 92 377.5M 0 1.14M 05:56 05:29 00:27 1.13M 92 408.7M 0 0 92 378.6M 0 1.14M 05:56 05:30 00:26 1.12M 92 408.7M 0 0 92 379.7M 0 1.14M 05:56 05:31 00:25 1.10M 93 408.7M 0 0 93 381.0M 0 1.14M 05:56 05:32 00:24 1.10M 93 408.7M 0 0 93 382.3M 0 1.14M 05:56 05:33 00:23 1.15M 93 408.7M 0 0 93 383.6M 0 1.14M 05:56 05:34 00:22 1.17M 94 408.7M 0 0 94 384.6M 0 1.14M 05:56 05:35 00:21 1.17M 94 408.7M 0 0 94 385.8M 0 1.14M 05:56 05:36 00:20 1.17M 94 408.7M 0 0 94 387.0M 0 1.14M 05:56 05:37 00:19 1.18M 94 408.7M 0 0 94 388.3M 0 1.14M 05:56 05:38 00:18 1.16M 95 408.7M 0 0 95 389.3M 0 1.14M 05:56 05:39 00:17 1.11M 95 408.7M 0 0 95 390.5M 0 1.14M 05:56 05:40 00:16 1.13M 95 408.7M 0 0 95 391.8M 0 1.14M 05:56 05:41 00:15 1.16M 96 408.7M 0 0 96 393.1M 0 1.14M 05:56 05:42 00:14 1.17M 96 408.7M 0 0 96 394.3M 0 1.14M 05:56 05:43 00:13 1.19M 96 408.7M 0 0 96 395.7M 0 1.14M 05:56 05:44 00:12 1.25M 97 408.7M 0 0 97 397.1M 0 1.14M 05:55 05:45 00:10 1.30M 97 408.7M 0 0 97 398.8M 0 1.14M 05:55 05:46 00:09 1.37M 98 408.7M 0 0 98 400.6M 0 1.15M 05:54 05:47 00:07 1.48M 98 408.7M 0 0 98 402.9M 0 1.15M 05:54 05:48 00:06 1.68M 99 408.7M 0 0 99 404.9M 0 1.15M 05:53 05:49 00:04 1.80M 99 408.7M 0 0 99 407.2M 0 1.16M 05:52 05:50 00:02 1.97M* upload completely sent off: 428654953 bytes 100 408.7M 0 0 100 408.7M 0 1.15M 05:52 05:52 1.75M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: BjDjD7xM2+13Cbu2Cift2WumpFFAFWBmsS9qDoscZRYWfBYCbL9Jcd7QUQF4ypuZXC3vhNxVJUvh9bYB18GlUeN7mUmeAMC2 < x-amz-request-id: N9QDVFDM76Z8TGVT < Date: Tue, 26 May 2026 19:47:37 GMT < x-amz-server-side-encryption: AES256 < ETag: "2e81893908c874ab1f54d57ee8ed0604" < x-amz-checksum-crc64nvme: 7MgZ0QTjF+U= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 408.7M 0 0 100 408.7M 0 1.15M 05:52 05:52 1.75M 100 408.7M 0 0 100 408.7M 0 1.15M 05:52 05:52 1.75M 100 408.7M 0 0 100 408.7M 0 1.15M 05:52 05:52 1.75M * shutting down connection #0 took: 384.24 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.73.48, 3.5.67.235, 3.5.64.218, 52.92.3.40, 52.92.0.136, 52.92.33.152, 52.92.18.24, 3.5.73.52 * Trying 3.5.73.48: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.48 port 443) from 10.17.4.7 port 38212 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/11e2960b-db8d-4b4f-9314-6d14303934d2.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIFyMY0ZG9tpvX75MujgM2cow00%2FlO9vvWg2MO0Hy1nP8AiEA5AarUq2CUj4gFXy%2FghslpIifK9tTUlB5kVcl8v6GkgQqwwUIg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDOmzTYeo0AETZ1qr2CqXBTJx3DDuyKlHKVXEogXujlzM94C4GAN%2FNnQoYXbBvBTGYyG3ozCQgezfgvU7lPdNnJ4DBejfEpF8Dkw2vfOsM9bF8I9BFUbt8HMsKC%2F%2Fc01rHVN372ZEed1D3xW0Km%2BH4u1%2BB0zQT7uxl%2B57UFODOwXxHftHU7M4Ro7f%2BVW8O0Gr2XagIG7FhB6VrNJu3u%2F%2B583c1u%2BCbRc%2FL%2B%2Fe3oWYowBScAOf81kEHgpec6mMkbVl0AqhKgpdBx6UPo59CEKc%2BbTKinAGOAFD7cqfbKhqs37nc7ZLl8lC0Of%2BKx4VN%2BdisWI1RkWiz3DG3RIGRrEp2OL4y0vSiQy93HS8jIBbwtpXF59bWvPw0%2B8VRuAWA9Dre7pnI70VSnNeh7Qy2B87P6QZc5nMBZkectruZ35iCecX6DpwfDlDmTaV%2F7yw87DueEPlPUwBpaXUl5sozeCYlT0ZwMPZuyd%2FfeNcCmn9DfTFtaxSs3xZ%2FGWLq4co9vbGHf3MrZGbWiUCxWoJYwmBw1fe84O1koMijodvGCVsJKznJaIvFClVYPiT%2BjPemjHX0gw6BgjwK7wkldfroiUk%2FzypT%2FCPSB84a2jISJlNXnLYFSh3xD9E6Jvsqi2S6n9BXnSh6%2FoKwh5UXcmgukKHS6OjIMwUQYBb7Ar17hfkCPotCfwk%2BfJXTvroxGI885TKC8RVvyMYf4H03u62dYuZZuYxYrRHpQlbfLDPbOW6Fh5UG%2F8c30dO6gKYW1kVSXzaQG2qAMo96h32DXTEyj1QW0e8DHpzAtgsC7sRM7Qv2k3qWBR8SvEmTkL%2FRmg6%2BUhVs1zHtMamFPyVB7ncoB%2BWcvRohot%2F3aVwuqDK4LxoqC4iQ8Nk6j5vSnds%2BWzlfKRJff5MzSlzuTDnrdfQBjqxAT9fKW4o5SiD4ry2XLIZSOzgJBFROIy6BGqUnsmDo74OWxkM592nJyLSyfXSyKu5IkRYvrynD74DarYGEj2NDv2jQOdjAjklNo6Bt%2FK%2Fa%2B1O0Ql2HTtcu6vsHYznnaUheYmmM9a2XFTP%2FWO34uE6Fy3aZasNvk8EjEXFamqMOb%2BTB8YiSQYFilxlQFEtSZX%2FyNZH4%2FZ92Fb9m%2FMLvOOo%2BUH%2BTaGIqU%2BmJfZ%2FT1YtwEg4qg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260526T195329Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC5ACIODX%2F20260526%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=1b1a2f86e410971b5023df1fbeb5520c58bc82559662279923da831ffc4acadb HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 68826799 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 5 65.63M 0 0 5 3.37M 0 3.12M 00:21 00:01 00:20 3.12M 12 65.63M 0 0 12 8.06M 0 3.85M 00:17 00:02 00:15 3.86M 17 65.63M 0 0 17 11.68M 0 3.77M 00:17 00:03 00:14 3.77M 23 65.63M 0 0 23 15.12M 0 3.68M 00:17 00:04 00:13 3.68M 26 65.63M 0 0 26 17.43M 0 3.40M 00:19 00:05 00:14 3.40M 28 65.63M 0 0 28 18.87M 0 3.08M 00:21 00:06 00:15 3.07M 31 65.63M 0 0 31 20.43M 0 2.86M 00:22 00:07 00:15 2.45M 33 65.63M 0 0 33 21.68M 0 2.65M 00:24 00:08 00:16 1.97M 35 65.63M 0 0 35 23.00M 0 2.50M 00:26 00:09 00:17 1.55M 37 65.63M 0 0 37 24.37M 0 2.38M 00:27 00:10 00:17 1.35M 39 65.63M 0 0 39 25.75M 0 2.29M 00:28 00:11 00:17 1.34M 41 65.63M 0 0 41 27.25M 0 2.22M 00:29 00:12 00:17 1.33M 43 65.63M 0 0 43 28.50M 0 2.15M 00:30 00:13 00:17 1.33M 45 65.63M 0 0 45 29.87M 0 2.09M 00:31 00:14 00:17 1.34M 47 65.63M 0 0 47 31.37M 0 2.05M 00:31 00:15 00:16 1.38M 50 65.63M 0 0 50 32.93M 0 2.01M 00:32 00:16 00:16 1.41M 52 65.63M 0 0 52 34.50M 0 1.98M 00:33 00:17 00:16 1.40M 54 65.63M 0 0 54 35.81M 0 1.94M 00:33 00:18 00:15 1.41M 56 65.63M 0 0 56 37.25M 0 1.91M 00:34 00:19 00:15 1.42M 59 65.63M 0 0 59 38.81M 0 1.89M 00:34 00:20 00:14 1.42M 61 65.63M 0 0 61 40.18M 0 1.86M 00:35 00:21 00:14 1.37M 63 65.63M 0 0 63 41.56M 0 1.83M 00:35 00:22 00:13 1.35M 65 65.63M 0 0 65 42.81M 0 1.81M 00:36 00:23 00:13 1.34M 67 65.63M 0 0 67 44.00M 0 1.78M 00:36 00:24 00:12 1.29M 68 65.63M 0 0 68 45.25M 0 1.75M 00:37 00:25 00:12 1.23M 69 65.63M 0 0 69 45.93M 0 1.71M 00:38 00:26 00:12 1.10M 71 65.63M 0 0 71 46.68M 0 1.67M 00:39 00:27 00:12 0.98M 72 65.63M 0 0 72 47.50M 0 1.64M 00:39 00:28 00:11 933.1k 73 65.63M 0 0 73 48.43M 0 1.62M 00:40 00:29 00:11 878.2k 75 65.63M 0 0 75 49.43M 0 1.60M 00:40 00:30 00:10 836.8k 77 65.63M 0 0 77 50.56M 0 1.58M 00:41 00:31 00:10 912.6k 78 65.63M 0 0 78 51.75M 0 1.57M 00:41 00:32 00:09 0.98M 81 65.63M 0 0 81 53.18M 0 1.56M 00:41 00:33 00:08 1.09M 83 65.63M 0 0 83 54.93M 0 1.57M 00:41 00:34 00:07 1.26M 86 65.63M 0 0 86 56.62M 0 1.57M 00:41 00:35 00:06 1.39M 88 65.63M 0 0 88 58.25M 0 1.57M 00:41 00:37 00:04 1.50M 91 65.63M 0 0 91 59.75M 0 1.56M 00:41 00:38 00:03 1.54M 93 65.63M 0 0 93 61.06M 0 1.56M 00:42 00:39 00:03 1.52M 94 65.63M 0 0 94 62.31M 0 1.55M 00:42 00:40 00:02 1.41M 96 65.63M 0 0 96 63.37M 0 1.53M 00:42 00:41 00:01 1.29M 98 65.63M 0 0 98 64.50M 0 1.52M 00:42 00:42 1.20M 99 65.63M 0 0 99 65.62M 0 1.51M 00:43 00:43 1.14M* upload completely sent off: 68826799 bytes 100 65.63M 0 0 100 65.63M 0 1.48M 00:44 00:44 904.9k 100 65.63M 0 0 100 65.63M 0 1.44M 00:45 00:45 662.7k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 3YoT7RkUoV6u8eWaEUX44l71z/UnHvEKV2denKMfZv+5Dmg8eNT8+OW5C0mkstQX5aS+ngvyFc7FFHgyiXiY7Rpkf1npQjyw < x-amz-request-id: KWRB1CZWQDFRJQH6 < Date: Tue, 26 May 2026 19:53:36 GMT < x-amz-server-side-encryption: AES256 < ETag: "1333a53cb210f1e8ab347b004e5b3cba" < x-amz-checksum-crc64nvme: HP0/Y24/nRg= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 65.63M 0 0 100 65.63M 0 1.42M 00:45 00:45 662.7k 100 65.63M 0 0 100 65.63M 0 1.42M 00:45 00:45 662.7k 100 65.63M 0 0 100 65.63M 0 1.42M 00:45 00:45 662.7k * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 51.45 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.73.114, 3.5.74.68, 3.5.64.35, 3.5.75.44, 52.92.33.8, 3.5.73.58, 3.5.72.107, 3.5.74.60 * Trying 3.5.73.114: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.114 port 443) from 10.17.4.7 port 50758 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/1a548fae-1eca-4c28-aae8-2d74fbde96d3.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIFyMY0ZG9tpvX75MujgM2cow00%2FlO9vvWg2MO0Hy1nP8AiEA5AarUq2CUj4gFXy%2FghslpIifK9tTUlB5kVcl8v6GkgQqwwUIg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDOmzTYeo0AETZ1qr2CqXBTJx3DDuyKlHKVXEogXujlzM94C4GAN%2FNnQoYXbBvBTGYyG3ozCQgezfgvU7lPdNnJ4DBejfEpF8Dkw2vfOsM9bF8I9BFUbt8HMsKC%2F%2Fc01rHVN372ZEed1D3xW0Km%2BH4u1%2BB0zQT7uxl%2B57UFODOwXxHftHU7M4Ro7f%2BVW8O0Gr2XagIG7FhB6VrNJu3u%2F%2B583c1u%2BCbRc%2FL%2B%2Fe3oWYowBScAOf81kEHgpec6mMkbVl0AqhKgpdBx6UPo59CEKc%2BbTKinAGOAFD7cqfbKhqs37nc7ZLl8lC0Of%2BKx4VN%2BdisWI1RkWiz3DG3RIGRrEp2OL4y0vSiQy93HS8jIBbwtpXF59bWvPw0%2B8VRuAWA9Dre7pnI70VSnNeh7Qy2B87P6QZc5nMBZkectruZ35iCecX6DpwfDlDmTaV%2F7yw87DueEPlPUwBpaXUl5sozeCYlT0ZwMPZuyd%2FfeNcCmn9DfTFtaxSs3xZ%2FGWLq4co9vbGHf3MrZGbWiUCxWoJYwmBw1fe84O1koMijodvGCVsJKznJaIvFClVYPiT%2BjPemjHX0gw6BgjwK7wkldfroiUk%2FzypT%2FCPSB84a2jISJlNXnLYFSh3xD9E6Jvsqi2S6n9BXnSh6%2FoKwh5UXcmgukKHS6OjIMwUQYBb7Ar17hfkCPotCfwk%2BfJXTvroxGI885TKC8RVvyMYf4H03u62dYuZZuYxYrRHpQlbfLDPbOW6Fh5UG%2F8c30dO6gKYW1kVSXzaQG2qAMo96h32DXTEyj1QW0e8DHpzAtgsC7sRM7Qv2k3qWBR8SvEmTkL%2FRmg6%2BUhVs1zHtMamFPyVB7ncoB%2BWcvRohot%2F3aVwuqDK4LxoqC4iQ8Nk6j5vSnds%2BWzlfKRJff5MzSlzuTDnrdfQBjqxAT9fKW4o5SiD4ry2XLIZSOzgJBFROIy6BGqUnsmDo74OWxkM592nJyLSyfXSyKu5IkRYvrynD74DarYGEj2NDv2jQOdjAjklNo6Bt%2FK%2Fa%2B1O0Ql2HTtcu6vsHYznnaUheYmmM9a2XFTP%2FWO34uE6Fy3aZasNvk8EjEXFamqMOb%2BTB8YiSQYFilxlQFEtSZX%2FyNZH4%2FZ92Fb9m%2FMLvOOo%2BUH%2BTaGIqU%2BmJfZ%2FT1YtwEg4qg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260526T195421Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC5ACIODX%2F20260526%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e314af62cb55c2e99bd600fde7d28a6ef4ae807b8125a949c143cc39cfe0fba1 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 645523819 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 615.6M 0 0 0 256.0k 0 212.6k 49:23 00:01 49:22 212.8k 0 615.6M 0 0 0 576.0k 0 254.8k 41:13 00:02 41:11 254.8k 0 615.6M 0 0 0 960.0k 0 275.7k 38:06 00:03 38:03 275.7k 0 615.6M 0 0 0 1.25M 0 284.4k 36:56 00:04 36:52 284.5k 0 615.6M 0 0 0 1.62M 0 302.1k 34:46 00:05 34:41 302.1k 0 615.6M 0 0 0 2.12M 0 332.0k 31:38 00:06 31:32 358.9k 0 615.6M 0 0 0 2.68M 0 362.0k 29:01 00:07 28:54 407.4k 0 615.6M 0 0 0 3.37M 0 399.4k 26:18 00:08 26:10 482.7k 0 615.6M 0 0 0 4.12M 0 436.5k 24:04 00:09 23:55 568.7k 0 615.6M 0 0 0 5.00M 0 479.0k 21:55 00:10 21:45 667.1k 1 615.6M 0 0 1 6.31M 0 552.6k 19:00 00:11 18:49 833.9k 1 615.6M 0 0 1 8.31M 0 667.7k 15:44 00:12 15:32 1.09M 1 615.6M 0 0 1 9.93M 0 739.4k 14:12 00:13 13:59 1.28M 1 615.6M 0 0 1 11.81M 0 818.6k 12:50 00:14 12:36 1.50M 2 615.6M 0 0 2 13.87M 0 897.4k 11:42 00:15 11:27 1.72M 2 615.6M 0 0 2 15.93M 0 968.1k 10:51 00:16 10:35 1.86M 2 615.6M 0 0 2 18.06M 0 1.00M 10:09 00:17 09:52 1.89M 3 615.6M 0 0 3 20.12M 0 1.06M 09:37 00:18 09:19 1.98M 3 615.6M 0 0 3 22.00M 0 1.10M 09:16 00:19 08:57 1.98M 3 615.6M 0 0 3 23.75M 0 1.13M 09:02 00:20 08:42 1.94M 4 615.6M 0 0 4 25.68M 0 1.17M 08:45 00:21 08:24 1.92M 4 615.6M 0 0 4 27.31M 0 1.19M 08:37 00:22 08:15 1.83M 4 615.6M 0 0 4 29.00M 0 1.20M 08:28 00:23 08:05 1.75M 4 615.6M 0 0 4 30.75M 0 1.23M 08:20 00:24 07:56 1.72M 5 615.6M 0 0 5 32.50M 0 1.25M 08:12 00:25 07:47 1.72M 5 615.6M 0 0 5 33.93M 0 1.25M 08:10 00:27 07:43 1.62M 5 615.6M 0 0 5 35.50M 0 1.26M 08:06 00:28 07:38 1.60M 6 615.6M 0 0 6 37.18M 0 1.27M 08:00 00:29 07:31 1.60M 6 615.6M 0 0 6 38.87M 0 1.28M 07:57 00:30 07:27 1.57M 6 615.6M 0 0 6 39.93M 0 1.28M 08:00 00:31 07:29 1.43M 6 615.6M 0 0 6 41.00M 0 1.27M 08:03 00:32 07:31 1.35M 6 615.6M 0 0 6 42.06M 0 1.26M 08:06 00:33 07:33 1.26M 7 615.6M 0 0 7 43.25M 0 1.26M 08:07 00:34 07:33 1.16M 7 615.6M 0 0 7 44.50M 0 1.26M 08:08 00:35 07:33 1.09M 7 615.6M 0 0 7 45.37M 0 1.24M 08:12 00:36 07:36 1.06M 7 615.6M 0 0 7 46.12M 0 1.23M 08:18 00:37 07:41 1.00M 7 615.6M 0 0 7 46.93M 0 1.22M 08:22 00:38 07:44 978.2k 7 615.6M 0 0 7 47.87M 0 1.21M 08:26 00:39 07:47 923.7k 7 615.6M 0 0 7 48.75M 0 1.20M 08:30 00:40 07:50 844.8k 8 615.6M 0 0 8 49.62M 0 1.19M 08:34 00:41 07:53 836.9k 8 615.6M 0 0 8 50.62M 0 1.18M 08:37 00:42 07:55 881.5k 8 615.6M 0 0 8 51.62M 0 1.18M 08:39 00:43 07:56 914.9k 8 615.6M 0 0 8 52.62M 0 1.17M 08:41 00:44 07:57 931.6k 8 615.6M 0 0 8 53.75M 0 1.17M 08:43 00:45 07:58 979.7k 8 615.6M 0 0 8 54.93M 0 1.17M 08:43 00:46 07:57 1.02M 9 615.6M 0 0 9 56.18M 0 1.17M 08:42 00:47 07:55 1.07M 9 615.6M 0 0 9 57.68M 0 1.18M 08:40 00:48 07:52 1.17M 9 615.6M 0 0 9 59.68M 0 1.19M 08:33 00:49 07:44 1.37M 10 615.6M 0 0 10 62.50M 0 1.23M 08:19 00:50 07:29 1.72M 10 615.6M 0 0 10 66.31M 0 1.28M 08:00 00:51 07:09 2.24M 11 615.6M 0 0 11 71.37M 0 1.35M 07:35 00:52 06:43 3.00M 12 615.6M 0 0 12 78.00M 0 1.45M 07:04 00:53 06:11 4.03M 13 615.6M 0 0 13 85.75M 0 1.56M 06:33 00:54 05:39 5.18M 15 615.6M 0 0 15 94.50M 0 1.69M 06:03 00:55 05:08 6.36M 16 615.6M 0 0 16 101.8M 0 1.79M 05:43 00:56 04:47 7.02M 17 615.6M 0 0 17 108.5M 0 1.87M 05:27 00:57 04:30 7.34M 18 615.6M 0 0 18 114.5M 0 1.94M 05:16 00:58 04:18 7.21M 19 615.6M 0 0 19 119.4M 0 1.99M 05:08 00:59 04:09 6.66M 20 615.6M 0 0 20 124.3M 0 2.04M 05:01 01:00 04:01 5.90M 20 615.6M 0 0 20 128.3M 0 2.07M 04:56 01:01 03:55 5.27M 21 615.6M 0 0 21 132.6M 0 2.11M 04:51 01:02 03:49 4.79M 22 615.6M 0 0 22 136.7M 0 2.14M 04:47 01:03 03:44 4.43M 22 615.6M 0 0 22 140.1M 0 2.16M 04:44 01:04 03:40 4.11M 23 615.6M 0 0 23 143.6M 0 2.18M 04:42 01:05 03:37 3.84M 23 615.6M 0 0 23 147.3M 0 2.20M 04:39 01:06 03:33 3.74M 24 615.6M 0 0 24 150.4M 0 2.21M 04:37 01:07 03:30 3.49M 24 615.6M 0 0 24 153.5M 0 2.22M 04:36 01:08 03:28 3.28M 25 615.6M 0 0 25 155.9M 0 2.22M 04:36 01:09 03:27 3.10M 25 615.6M 0 0 25 158.1M 0 2.22M 04:36 01:10 03:26 2.82M 26 615.6M 0 0 26 160.1M 0 2.22M 04:36 01:12 03:24 2.50M 26 615.6M 0 0 26 162.2M 0 2.22M 04:37 01:13 03:24 2.30M 26 615.6M 0 0 26 164.4M 0 2.21M 04:37 01:14 03:23 2.12M 27 615.6M 0 0 27 166.5M 0 2.21M 04:37 01:15 03:22 2.06M 27 615.6M 0 0 27 168.5M 0 2.21M 04:38 01:16 03:22 2.02M 27 615.6M 0 0 27 170.2M 0 2.20M 04:38 01:17 03:21 1.98M 27 615.6M 0 0 27 171.5M 0 2.19M 04:40 01:18 03:22 1.81M 28 615.6M 0 0 28 172.6M 0 2.17M 04:42 01:19 03:23 1.61M 28 615.6M 0 0 28 173.8M 0 2.16M 04:44 01:20 03:24 1.41M 28 615.6M 0 0 28 174.8M 0 2.15M 04:45 01:21 03:24 1.25M 28 615.6M 0 0 28 175.7M 0 2.13M 04:48 01:22 03:26 1.07M 28 615.6M 0 0 28 176.5M 0 2.12M 04:50 01:23 03:27 0.98M 28 615.6M 0 0 28 177.4M 0 2.10M 04:52 01:24 03:28 961.5k 28 615.6M 0 0 28 178.3M 0 2.09M 04:54 01:25 03:29 913.0k 29 615.6M 0 0 29 179.4M 0 2.07M 04:56 01:26 03:30 903.3k 29 615.6M 0 0 29 180.5M 0 2.06M 04:57 01:27 03:30 954.4k 29 615.6M 0 0 29 181.8M 0 2.05M 04:59 01:28 03:31 1.01M 29 615.6M 0 0 29 183.1M 0 2.04M 05:00 01:29 03:31 1.10M 30 615.6M 0 0 30 184.8M 0 2.04M 05:01 01:30 03:31 1.24M 30 615.6M 0 0 30 187.1M 0 2.04M 05:01 01:31 03:30 1.49M 30 615.6M 0 0 30 190.2M 0 2.05M 04:59 01:32 03:27 1.89M 31 615.6M 0 0 31 194.3M 0 2.07M 04:56 01:33 03:23 2.47M 32 615.6M 0 0 32 198.1M 0 2.09M 04:53 01:34 03:19 2.98M 32 615.6M 0 0 32 201.8M 0 2.11M 04:51 01:35 03:16 3.37M 33 615.6M 0 0 33 204.4M 0 2.11M 04:50 01:36 03:14 3.44M 33 615.6M 0 0 33 206.9M 0 2.12M 04:50 01:37 03:13 3.31M 34 615.6M 0 0 34 209.6M 0 2.12M 04:49 01:38 03:11 3.01M 34 615.6M 0 0 34 211.7M 0 2.12M 04:49 01:39 03:10 2.67M 34 615.6M 0 0 34 213.5M 0 2.12M 04:50 01:40 03:10 2.29M 34 615.6M 0 0 34 215.3M 0 2.11M 04:50 01:41 03:09 2.11M 35 615.6M 0 0 35 217.1M 0 2.11M 04:51 01:42 03:09 1.98M 35 615.6M 0 0 35 218.9M 0 2.11M 04:51 01:43 03:08 1.81M 35 615.6M 0 0 35 220.7M 0 2.10M 04:51 01:44 03:07 1.75M 36 615.6M 0 0 36 222.6M 0 2.10M 04:52 01:45 03:07 1.79M 36 615.6M 0 0 36 224.6M 0 2.10M 04:52 01:46 03:06 1.85M 36 615.6M 0 0 36 226.4M 0 2.10M 04:52 01:47 03:05 1.84M 37 615.6M 0 0 37 227.8M 0 2.09M 04:53 01:48 03:05 1.75M 37 615.6M 0 0 37 229.2M 0 2.08M 04:54 01:49 03:05 1.66M 37 615.6M 0 0 37 230.3M 0 2.07M 04:56 01:50 03:06 1.49M 37 615.6M 0 0 37 231.5M 0 2.06M 04:57 01:51 03:06 1.33M 37 615.6M 0 0 37 232.6M 0 2.06M 04:58 01:52 03:06 1.20M 37 615.6M 0 0 37 233.6M 0 2.05M 05:00 01:53 03:07 1.12M 38 615.6M 0 0 38 234.8M 0 2.04M 05:01 01:54 03:07 1.08M 38 615.6M 0 0 38 236.0M 0 2.03M 05:02 01:55 03:07 1.10M 38 615.6M 0 0 38 237.2M 0 2.02M 05:03 01:57 03:06 1.10M 38 615.6M 0 0 38 238.2M 0 2.01M 05:05 01:58 03:07 1.08M 38 615.6M 0 0 38 239.4M 0 2.00M 05:06 01:59 03:07 1.11M 39 615.6M 0 0 39 240.6M 0 2.00M 05:07 02:00 03:07 1.13M 39 615.6M 0 0 39 241.8M 0 1.99M 05:08 02:01 03:07 1.10M 39 615.6M 0 0 39 242.8M 0 1.98M 05:09 02:02 03:07 1.09M 39 615.6M 0 0 39 244.0M 0 1.98M 05:10 02:03 03:07 1.12M 39 615.6M 0 0 39 245.3M 0 1.97M 05:11 02:04 03:07 1.13M 40 615.6M 0 0 40 246.5M 0 1.96M 05:12 02:05 03:07 1.13M 40 615.6M 0 0 40 247.8M 0 1.96M 05:13 02:06 03:07 1.16M 40 615.6M 0 0 40 249.1M 0 1.95M 05:14 02:07 03:07 1.19M 40 615.6M 0 0 40 250.3M 0 1.94M 05:15 02:08 03:07 1.20M 40 615.6M 0 0 40 251.6M 0 1.94M 05:16 02:09 03:07 1.21M 41 615.6M 0 0 41 253.0M 0 1.93M 05:17 02:10 03:07 1.24M 41 615.6M 0 0 41 254.3M 0 1.93M 05:18 02:11 03:07 1.25M 41 615.6M 0 0 41 255.4M 0 1.92M 05:19 02:12 03:07 1.23M 41 615.6M 0 0 41 256.7M 0 1.92M 05:20 02:13 03:07 1.25M 41 615.6M 0 0 41 258.1M 0 1.91M 05:20 02:14 03:06 1.27M 42 615.6M 0 0 42 259.5M 0 1.91M 05:21 02:15 03:06 1.27M 42 615.6M 0 0 42 260.8M 0 1.91M 05:22 02:16 03:06 1.29M 42 615.6M 0 0 42 262.3M 0 1.90M 05:22 02:17 03:05 1.35M 42 615.6M 0 0 42 263.8M 0 1.90M 05:23 02:18 03:05 1.40M 43 615.6M 0 0 43 265.5M 0 1.90M 05:23 02:19 03:04 1.45M 43 615.6M 0 0 43 267.5M 0 1.90M 05:23 02:20 03:03 1.57M 43 615.6M 0 0 43 270.0M 0 1.90M 05:23 02:21 03:02 1.78M 44 615.6M 0 0 44 273.1M 0 1.91M 05:21 02:22 02:59 2.13M 45 615.6M 0 0 45 277.2M 0 1.92M 05:19 02:23 02:56 2.63M 45 615.6M 0 0 45 282.3M 0 1.95M 05:15 02:24 02:51 3.32M 46 615.6M 0 0 46 285.6M 0 1.95M 05:13 02:25 02:48 3.59M 46 615.6M 0 0 46 289.0M 0 1.96M 05:12 02:26 02:46 3.78M 47 615.6M 0 0 47 291.7M 0 1.97M 05:11 02:27 02:44 3.68M 47 615.6M 0 0 47 294.3M 0 1.97M 05:11 02:28 02:43 3.38M 48 615.6M 0 0 48 296.4M 0 1.97M 05:10 02:29 02:41 2.78M 48 615.6M 0 0 48 298.6M 0 1.98M 05:10 02:30 02:40 2.57M 48 615.6M 0 0 48 301.0M 0 1.98M 05:10 02:31 02:39 2.38M 49 615.6M 0 0 49 303.4M 0 1.98M 05:09 02:32 02:37 2.31M 49 615.6M 0 0 49 305.8M 0 1.98M 05:09 02:33 02:36 2.24M 49 615.6M 0 0 49 307.1M 0 1.98M 05:10 02:34 02:36 2.09M 50 615.6M 0 0 50 308.6M 0 1.97M 05:11 02:35 02:36 1.91M 50 615.6M 0 0 50 309.7M 0 1.97M 05:11 02:36 02:35 1.67M 50 615.6M 0 0 50 311.0M 0 1.96M 05:12 02:37 02:35 1.45M 50 615.6M 0 0 50 312.2M 0 1.96M 05:13 02:38 02:35 1.24M 50 615.6M 0 0 50 313.3M 0 1.95M 05:14 02:40 02:34 1.18M 51 615.6M 0 0 51 314.0M 0 1.94M 05:15 02:41 02:34 1.03M 51 615.6M 0 0 51 314.5M 0 1.93M 05:17 02:42 02:35 934.5k 51 615.6M 0 0 51 315.1M 0 1.92M 05:18 02:43 02:35 798.9k 51 615.6M 0 0 51 315.7M 0 1.92M 05:20 02:44 02:36 667.1k 51 615.6M 0 0 51 316.3M 0 1.91M 05:21 02:45 02:36 574.9k 51 615.6M 0 0 51 316.9M 0 1.90M 05:23 02:46 02:37 567.6k 51 615.6M 0 0 51 317.6M 0 1.89M 05:24 02:47 02:37 599.9k 51 615.6M 0 0 51 318.3M 0 1.88M 05:25 02:48 02:37 633.3k 51 615.6M 0 0 51 319.2M 0 1.88M 05:27 02:49 02:38 687.1k 52 615.6M 0 0 52 320.1M 0 1.87M 05:28 02:50 02:38 760.0k 52 615.6M 0 0 52 321.1M 0 1.87M 05:28 02:51 02:37 833.3k 52 615.6M 0 0 52 322.1M 0 1.86M 05:29 02:52 02:37 884.2k 52 615.6M 0 0 52 323.1M 0 1.86M 05:30 02:53 02:37 944.0k 52 615.6M 0 0 52 324.0M 0 1.85M 05:31 02:54 02:37 944.0k 52 615.6M 0 0 52 324.8M 0 1.84M 05:33 02:55 02:38 932.7k 52 615.6M 0 0 52 325.8M 0 1.84M 05:34 02:56 02:38 918.0k 53 615.6M 0 0 53 326.8M 0 1.83M 05:34 02:57 02:37 934.2k 53 615.6M 0 0 53 327.9M 0 1.83M 05:35 02:58 02:37 956.1k 53 615.6M 0 0 53 329.1M 0 1.82M 05:36 02:59 02:37 0.99M 53 615.6M 0 0 53 330.3M 0 1.82M 05:37 03:00 02:37 1.07M 53 615.6M 0 0 53 331.6M 0 1.82M 05:37 03:01 02:36 1.13M 54 615.6M 0 0 54 332.8M 0 1.81M 05:38 03:02 02:36 1.17M 54 615.6M 0 0 54 334.1M 0 1.81M 05:38 03:03 02:35 1.22M 54 615.6M 0 0 54 335.6M 0 1.81M 05:39 03:04 02:35 1.27M 54 615.6M 0 0 54 337.0M 0 1.81M 05:39 03:05 02:34 1.30M 54 615.6M 0 0 54 338.3M 0 1.80M 05:40 03:06 02:34 1.31M 55 615.6M 0 0 55 339.5M 0 1.80M 05:40 03:07 02:33 1.31M 55 615.6M 0 0 55 340.7M 0 1.80M 05:41 03:09 02:32 1.29M 55 615.6M 0 0 55 341.8M 0 1.79M 05:42 03:10 02:32 1.22M 55 615.6M 0 0 55 342.9M 0 1.79M 05:42 03:11 02:31 1.17M 55 615.6M 0 0 55 344.0M 0 1.79M 05:43 03:12 02:31 1.12M 56 615.6M 0 0 56 345.0M 0 1.78M 05:44 03:13 02:31 1.08M 56 615.6M 0 0 56 346.1M 0 1.78M 05:45 03:14 02:31 1.05M 56 615.6M 0 0 56 347.3M 0 1.78M 05:45 03:15 02:30 1.08M 56 615.6M 0 0 56 348.3M 0 1.77M 05:46 03:16 02:30 1.04M 56 615.6M 0 0 56 349.3M 0 1.77M 05:47 03:17 02:30 1.04M 56 615.6M 0 0 56 350.4M 0 1.76M 05:48 03:18 02:30 1.06M 57 615.6M 0 0 57 351.3M 0 1.76M 05:48 03:19 02:29 1.02M 57 615.6M 0 0 57 352.3M 0 1.75M 05:49 03:20 02:29 0.98M 57 615.6M 0 0 57 353.0M 0 1.75M 05:50 03:21 02:29 960.1k 57 615.6M 0 0 57 353.6M 0 1.74M 05:52 03:22 02:30 865.8k 57 615.6M 0 0 57 354.3M 0 1.74M 05:53 03:23 02:30 786.4k 57 615.6M 0 0 57 355.1M 0 1.73M 05:54 03:24 02:30 750.1k 57 615.6M 0 0 57 355.9M 0 1.73M 05:55 03:25 02:30 713.1k 57 615.6M 0 0 57 356.8M 0 1.72M 05:55 03:26 02:29 761.4k 58 615.6M 0 0 58 357.8M 0 1.72M 05:56 03:27 02:29 843.5k 58 615.6M 0 0 58 359.0M 0 1.72M 05:57 03:28 02:29 941.1k 58 615.6M 0 0 58 360.5M 0 1.72M 05:57 03:29 02:28 1.04M 58 615.6M 0 0 58 361.9M 0 1.71M 05:58 03:30 02:28 1.16M 59 615.6M 0 0 59 363.5M 0 1.71M 05:58 03:31 02:27 1.28M 59 615.6M 0 0 59 365.0M 0 1.71M 05:58 03:32 02:26 1.38M 59 615.6M 0 0 59 366.4M 0 1.71M 05:58 03:33 02:25 1.43M 59 615.6M 0 0 59 368.0M 0 1.71M 05:58 03:34 02:24 1.47M 60 615.6M 0 0 60 369.6M 0 1.71M 05:58 03:35 02:23 1.52M 60 615.6M 0 0 60 371.3M 0 1.71M 05:58 03:36 02:22 1.55M 60 615.6M 0 0 60 373.0M 0 1.71M 05:59 03:37 02:22 1.58M 60 615.6M 0 0 60 374.7M 0 1.71M 05:59 03:38 02:21 1.64M 61 615.6M 0 0 61 376.3M 0 1.71M 05:59 03:39 02:20 1.62M 61 615.6M 0 0 61 377.8M 0 1.71M 05:59 03:40 02:19 1.59M 61 615.6M 0 0 61 379.5M 0 1.71M 05:59 03:41 02:18 1.59M 61 615.6M 0 0 61 381.2M 0 1.71M 05:59 03:42 02:17 1.59M 62 615.6M 0 0 62 383.0M 0 1.71M 05:59 03:43 02:16 1.61M 62 615.6M 0 0 62 384.7M 0 1.71M 05:59 03:44 02:15 1.66M 62 615.6M 0 0 62 386.4M 0 1.71M 05:59 03:45 02:14 1.69M 63 615.6M 0 0 63 388.0M 0 1.71M 05:59 03:46 02:13 1.66M 63 615.6M 0 0 63 389.6M 0 1.70M 05:59 03:47 02:12 1.64M 63 615.6M 0 0 63 391.1M 0 1.70M 06:00 03:48 02:12 1.60M 63 615.6M 0 0 63 392.6M 0 1.70M 06:00 03:49 02:11 1.53M 64 615.6M 0 0 64 394.1M 0 1.70M 06:00 03:50 02:10 1.50M 64 615.6M 0 0 64 395.5M 0 1.70M 06:00 03:51 02:09 1.46M 64 615.6M 0 0 64 396.8M 0 1.70M 06:01 03:52 02:09 1.38M 64 615.6M 0 0 64 398.2M 0 1.70M 06:01 03:53 02:08 1.36M 64 615.6M 0 0 64 399.7M 0 1.70M 06:01 03:55 02:06 1.38M 65 615.6M 0 0 65 401.2M 0 1.69M 06:02 03:56 02:06 1.38M 65 615.6M 0 0 65 402.5M 0 1.69M 06:02 03:57 02:05 1.37M 65 615.6M 0 0 65 403.8M 0 1.69M 06:02 03:58 02:04 1.37M 65 615.6M 0 0 65 405.2M 0 1.69M 06:03 03:59 02:04 1.38M 66 615.6M 0 0 66 406.7M 0 1.69M 06:03 04:00 02:03 1.38M 66 615.6M 0 0 66 408.2M 0 1.69M 06:03 04:01 02:02 1.38M 66 615.6M 0 0 66 409.7M 0 1.69M 06:03 04:02 02:01 1.42M 66 615.6M 0 0 66 411.3M 0 1.69M 06:03 04:03 02:00 1.48M 67 615.6M 0 0 67 412.7M 0 1.69M 06:04 04:04 02:00 1.47M 67 615.6M 0 0 67 414.1M 0 1.68M 06:04 04:05 01:59 1.45M 67 615.6M 0 0 67 415.6M 0 1.68M 06:04 04:06 01:58 1.46M 67 615.6M 0 0 67 417.3M 0 1.68M 06:04 04:07 01:57 1.48M 68 615.6M 0 0 68 418.9M 0 1.68M 06:04 04:08 01:56 1.49M 68 615.6M 0 0 68 420.5M 0 1.68M 06:04 04:09 01:55 1.54M 68 615.6M 0 0 68 422.2M 0 1.68M 06:04 04:10 01:54 1.59M 68 615.6M 0 0 68 423.7M 0 1.68M 06:04 04:11 01:53 1.58M 69 615.6M 0 0 69 425.2M 0 1.68M 06:05 04:12 01:53 1.54M 69 615.6M 0 0 69 426.9M 0 1.68M 06:05 04:13 01:52 1.56M 69 615.6M 0 0 69 428.6M 0 1.68M 06:05 04:14 01:51 1.58M 69 615.6M 0 0 69 430.4M 0 1.68M 06:05 04:15 01:50 1.59M 70 615.6M 0 0 70 432.1M 0 1.68M 06:05 04:16 01:49 1.63M 70 615.6M 0 0 70 433.9M 0 1.68M 06:05 04:17 01:48 1.70M 70 615.6M 0 0 70 435.7M 0 1.68M 06:05 04:18 01:47 1.73M 71 615.6M 0 0 71 437.4M 0 1.68M 06:05 04:19 01:46 1.72M 71 615.6M 0 0 71 439.1M 0 1.68M 06:05 04:20 01:45 1.71M 71 615.6M 0 0 71 440.5M 0 1.68M 06:05 04:21 01:44 1.58M 71 615.6M 0 0 71 440.5M 0 1.68M 06:05 04:21 01:44 1.68M 71 615.6M 0 0 71 442.0M 0 1.68M 06:05 04:22 01:43 1.45M 72 615.6M 0 0 72 443.3M 0 1.68M 06:05 04:23 01:42 1.34M 72 615.6M 0 0 72 444.5M 0 1.67M 06:06 04:24 01:42 1.30M 72 615.6M 0 0 72 445.8M 0 1.67M 06:06 04:25 01:41 1.29M 72 615.6M 0 0 72 447.2M 0 1.67M 06:06 04:26 01:40 1.29M 72 615.6M 0 0 72 448.6M 0 1.67M 06:07 04:27 01:40 1.28M 73 615.6M 0 0 73 450.1M 0 1.67M 06:07 04:28 01:39 1.33M 73 615.6M 0 0 73 451.6M 0 1.67M 06:07 04:29 01:38 1.39M 73 615.6M 0 0 73 453.3M 0 1.67M 06:07 04:30 01:37 1.46M 73 615.6M 0 0 73 454.8M 0 1.67M 06:07 04:31 01:36 1.50M 74 615.6M 0 0 74 456.5M 0 1.67M 06:07 04:32 01:35 1.54M 74 615.6M 0 0 74 458.3M 0 1.67M 06:07 04:33 01:34 1.59M 74 615.6M 0 0 74 459.8M 0 1.67M 06:07 04:34 01:33 1.58M 74 615.6M 0 0 74 461.0M 0 1.67M 06:08 04:35 01:33 1.48M 75 615.6M 0 0 75 462.1M 0 1.66M 06:08 04:36 01:32 1.41M 75 615.6M 0 0 75 463.4M 0 1.66M 06:09 04:37 01:32 1.34M 75 615.6M 0 0 75 464.6M 0 1.66M 06:09 04:38 01:31 1.24M 75 615.6M 0 0 75 466.0M 0 1.66M 06:09 04:39 01:30 1.20M 75 615.6M 0 0 75 467.5M 0 1.66M 06:09 04:40 01:29 1.27M 76 615.6M 0 0 76 468.5M 0 1.66M 06:10 04:41 01:29 1.24M 76 615.6M 0 0 76 469.2M 0 1.65M 06:11 04:42 01:29 1.14M 76 615.6M 0 0 76 470.0M 0 1.65M 06:11 04:43 01:28 1.03M 76 615.6M 0 0 76 470.8M 0 1.65M 06:12 04:45 01:27 948.7k 76 615.6M 0 0 76 471.6M 0 1.64M 06:13 04:46 01:27 834.5k 76 615.6M 0 0 76 472.6M 0 1.64M 06:13 04:47 01:26 813.2k 76 615.6M 0 0 76 473.6M 0 1.64M 06:14 04:48 01:26 887.6k 77 615.6M 0 0 77 474.8M 0 1.64M 06:14 04:49 01:25 965.7k 77 615.6M 0 0 77 476.0M 0 1.63M 06:15 04:50 01:25 1.00M 77 615.6M 0 0 77 476.8M 0 1.63M 06:16 04:51 01:25 0.98M 77 615.6M 0 0 77 477.4M 0 1.63M 06:16 04:52 01:24 943.5k 77 615.6M 0 0 77 478.1M 0 1.62M 06:17 04:53 01:24 870.6k 77 615.6M 0 0 77 478.8M 0 1.62M 06:18 04:54 01:24 798.9k 77 615.6M 0 0 77 479.7M 0 1.62M 06:19 04:55 01:24 737.6k 78 615.6M 0 0 78 480.5M 0 1.62M 06:19 04:56 01:23 731.6k 78 615.6M 0 0 78 481.3M 0 1.61M 06:20 04:57 01:23 770.9k 78 615.6M 0 0 78 482.2M 0 1.61M 06:21 04:58 01:23 818.1k 78 615.6M 0 0 78 483.0M 0 1.61M 06:21 04:59 01:22 816.0k 78 615.6M 0 0 78 483.8M 0 1.60M 06:22 05:00 01:22 806.9k 78 615.6M 0 0 78 484.7M 0 1.60M 06:22 05:01 01:21 845.5k 78 615.6M 0 0 78 485.6M 0 1.60M 06:23 05:02 01:21 860.4k 79 615.6M 0 0 79 486.5M 0 1.60M 06:24 05:03 01:21 865.8k 79 615.6M 0 0 79 487.4M 0 1.59M 06:24 05:04 01:20 889.7k 79 615.6M 0 0 79 488.3M 0 1.59M 06:25 05:05 01:20 915.0k 79 615.6M 0 0 79 489.4M 0 1.59M 06:25 05:06 01:19 935.4k 79 615.6M 0 0 79 490.5M 0 1.59M 06:26 05:07 01:19 966.6k 79 615.6M 0 0 79 491.5M 0 1.59M 06:26 05:08 01:18 988.6k 80 615.6M 0 0 80 492.7M 0 1.58M 06:27 05:09 01:18 1.01M 80 615.6M 0 0 80 493.6M 0 1.58M 06:27 05:10 01:17 1.01M 80 615.6M 0 0 80 494.7M 0 1.58M 06:28 05:11 01:17 1.02M 80 615.6M 0 0 80 495.9M 0 1.58M 06:28 05:12 01:16 1.05M 80 615.6M 0 0 80 497.0M 0 1.58M 06:28 05:13 01:15 1.04M 80 615.6M 0 0 80 497.6M 0 1.57M 06:29 05:14 01:15 968.9k 80 615.6M 0 0 80 498.2M 0 1.57M 06:30 05:16 01:14 896.2k 81 615.6M 0 0 81 498.9M 0 1.57M 06:31 05:17 01:14 815.0k 81 615.6M 0 0 81 499.6M 0 1.57M 06:31 05:18 01:13 731.8k 81 615.6M 0 0 81 500.5M 0 1.56M 06:32 05:19 01:13 697.3k 81 615.6M 0 0 81 501.5M 0 1.56M 06:33 05:20 01:13 758.5k 81 615.6M 0 0 81 502.5M 0 1.56M 06:33 05:21 01:12 842.1k 81 615.6M 0 0 81 503.6M 0 1.56M 06:33 05:22 01:11 950.1k 82 615.6M 0 0 82 505.3M 0 1.56M 06:33 05:23 01:10 1.10M 82 615.6M 0 0 82 507.6M 0 1.56M 06:33 05:24 01:09 1.39M 82 615.6M 0 0 82 510.8M 0 1.57M 06:31 05:25 01:06 1.85M 83 615.6M 0 0 83 515.3M 0 1.57M 06:29 05:26 01:03 2.54M 84 615.6M 0 0 84 521.1M 0 1.59M 06:26 05:27 00:59 3.47M 85 615.6M 0 0 85 529.0M 0 1.61M 06:22 05:28 00:54 4.69M 87 615.6M 0 0 87 538.7M 0 1.63M 06:16 05:29 00:47 6.09M 89 615.6M 0 0 89 548.1M 0 1.65M 06:11 05:30 00:41 7.32M 90 615.6M 0 0 90 557.4M 0 1.68M 06:05 05:31 00:34 8.28M 91 615.6M 0 0 91 564.8M 0 1.69M 06:02 05:32 00:30 8.60M 92 615.6M 0 0 92 572.4M 0 1.71M 05:58 05:33 00:25 8.55M 94 615.6M 0 0 94 580.5M 0 1.73M 05:54 05:34 00:20 8.32M 95 615.6M 0 0 95 586.6M 0 1.74M 05:52 05:35 00:17 7.56M 96 615.6M 0 0 96 591.4M 0 1.75M 05:50 05:36 00:14 6.65M 96 615.6M 0 0 96 594.0M 0 1.75M 05:49 05:37 00:12 5.69M 96 615.6M 0 0 96 596.6M 0 1.76M 05:49 05:38 00:11 4.71M 97 615.6M 0 0 97 599.3M 0 1.76M 05:48 05:39 00:09 3.67M 97 615.6M 0 0 97 601.9M 0 1.76M 05:48 05:40 00:08 3.01M 98 615.6M 0 0 98 604.1M 0 1.76M 05:47 05:41 00:06 2.51M 98 615.6M 0 0 98 606.1M 0 1.76M 05:47 05:42 00:05 2.38M 98 615.6M 0 0 98 608.1M 0 1.76M 05:47 05:43 00:04 2.25M 99 615.6M 0 0 99 610.0M 0 1.76M 05:47 05:44 00:03 2.08M 99 615.6M 0 0 99 611.6M 0 1.76M 05:47 05:45 00:02 1.89M 99 615.6M 0 0 99 613.0M 0 1.76M 05:48 05:46 00:02 1.73M 99 615.6M 0 0 99 614.4M 0 1.76M 05:48 05:47 00:01 1.63M* upload completely sent off: 645523819 bytes 100 615.6M 0 0 100 615.6M 0 1.76M 05:49 05:49 1.26M 100 615.6M 0 0 100 615.6M 0 1.75M 05:50 05:50 978.7k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: k+c33zse/tT1LrQqi/CupMsBG+NIAEtGe53dB+krKYd302BFJjZJmICX2Spp3vSnBtDwwQiI91Sr576TPiRj5Z1FDVM+iYwl < x-amz-request-id: NBCJF1Q8Y7RB6K6B < Date: Tue, 26 May 2026 19:55:17 GMT < x-amz-server-side-encryption: AES256 < ETag: "805fc7012ce615c37d708ecf0807b24a" < x-amz-checksum-crc64nvme: x1Rn/RUjZfE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 615.6M 0 0 100 615.6M 0 1.75M 05:50 05:50 978.7k 100 615.6M 0 0 100 615.6M 0 1.75M 05:50 05:50 978.7k 100 615.6M 0 0 100 615.6M 0 1.75M 05:50 05:50 978.7k * shutting down connection #0 took: 405.33 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.72.125, 3.5.66.42, 3.5.66.61, 3.5.70.110, 52.92.4.232, 52.92.18.152, 3.5.73.109, 3.5.73.52 * Trying 3.5.72.125: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.125 port 443) from 10.17.4.7 port 60264 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/3d9dd25a-4e66-46f1-b59f-51435b256d88.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIFyMY0ZG9tpvX75MujgM2cow00%2FlO9vvWg2MO0Hy1nP8AiEA5AarUq2CUj4gFXy%2FghslpIifK9tTUlB5kVcl8v6GkgQqwwUIg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDOmzTYeo0AETZ1qr2CqXBTJx3DDuyKlHKVXEogXujlzM94C4GAN%2FNnQoYXbBvBTGYyG3ozCQgezfgvU7lPdNnJ4DBejfEpF8Dkw2vfOsM9bF8I9BFUbt8HMsKC%2F%2Fc01rHVN372ZEed1D3xW0Km%2BH4u1%2BB0zQT7uxl%2B57UFODOwXxHftHU7M4Ro7f%2BVW8O0Gr2XagIG7FhB6VrNJu3u%2F%2B583c1u%2BCbRc%2FL%2B%2Fe3oWYowBScAOf81kEHgpec6mMkbVl0AqhKgpdBx6UPo59CEKc%2BbTKinAGOAFD7cqfbKhqs37nc7ZLl8lC0Of%2BKx4VN%2BdisWI1RkWiz3DG3RIGRrEp2OL4y0vSiQy93HS8jIBbwtpXF59bWvPw0%2B8VRuAWA9Dre7pnI70VSnNeh7Qy2B87P6QZc5nMBZkectruZ35iCecX6DpwfDlDmTaV%2F7yw87DueEPlPUwBpaXUl5sozeCYlT0ZwMPZuyd%2FfeNcCmn9DfTFtaxSs3xZ%2FGWLq4co9vbGHf3MrZGbWiUCxWoJYwmBw1fe84O1koMijodvGCVsJKznJaIvFClVYPiT%2BjPemjHX0gw6BgjwK7wkldfroiUk%2FzypT%2FCPSB84a2jISJlNXnLYFSh3xD9E6Jvsqi2S6n9BXnSh6%2FoKwh5UXcmgukKHS6OjIMwUQYBb7Ar17hfkCPotCfwk%2BfJXTvroxGI885TKC8RVvyMYf4H03u62dYuZZuYxYrRHpQlbfLDPbOW6Fh5UG%2F8c30dO6gKYW1kVSXzaQG2qAMo96h32DXTEyj1QW0e8DHpzAtgsC7sRM7Qv2k3qWBR8SvEmTkL%2FRmg6%2BUhVs1zHtMamFPyVB7ncoB%2BWcvRohot%2F3aVwuqDK4LxoqC4iQ8Nk6j5vSnds%2BWzlfKRJff5MzSlzuTDnrdfQBjqxAT9fKW4o5SiD4ry2XLIZSOzgJBFROIy6BGqUnsmDo74OWxkM592nJyLSyfXSyKu5IkRYvrynD74DarYGEj2NDv2jQOdjAjklNo6Bt%2FK%2Fa%2B1O0Ql2HTtcu6vsHYznnaUheYmmM9a2XFTP%2FWO34uE6Fy3aZasNvk8EjEXFamqMOb%2BTB8YiSQYFilxlQFEtSZX%2FyNZH4%2FZ92Fb9m%2FMLvOOo%2BUH%2BTaGIqU%2BmJfZ%2FT1YtwEg4qg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260526T200106Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC5ACIODX%2F20260526%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=ff0103c3c54747982f5ac589ef661441820dfdd49092409cd451027f5d42b008 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 63944912 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 3 60.98M 0 0 3 2.25M 0 2.13M 00:28 00:01 00:27 2.13M 10 60.98M 0 0 10 6.31M 0 2.92M 00:20 00:02 00:18 2.92M 14 60.98M 0 0 14 8.87M 0 2.78M 00:21 00:03 00:18 2.78M 18 60.98M 0 0 18 11.18M 0 2.66M 00:22 00:04 00:18 2.66M 22 60.98M 0 0 22 13.56M 0 2.60M 00:23 00:05 00:18 2.60M 26 60.98M 0 0 26 16.00M 0 2.57M 00:23 00:06 00:17 2.66M 29 60.98M 0 0 29 17.93M 0 2.48M 00:24 00:07 00:17 2.30M 32 60.98M 0 0 32 20.00M 0 2.43M 00:25 00:08 00:17 2.21M 36 60.98M 0 0 36 22.31M 0 2.41M 00:25 00:09 00:16 2.20M 40 60.98M 0 0 40 24.75M 0 2.41M 00:25 00:10 00:15 2.21M 44 60.98M 0 0 44 27.18M 0 2.40M 00:25 00:11 00:14 2.20M 48 60.98M 0 0 48 29.43M 0 2.39M 00:25 00:12 00:13 2.25M 51 60.98M 0 0 51 31.43M 0 2.36M 00:25 00:13 00:12 2.24M 55 60.98M 0 0 55 33.68M 0 2.35M 00:25 00:14 00:11 2.23M 59 60.98M 0 0 59 36.06M 0 2.34M 00:25 00:15 00:10 2.22M 63 60.98M 0 0 63 38.56M 0 2.35M 00:25 00:16 00:09 2.23M 66 60.98M 0 0 66 40.50M 0 2.32M 00:26 00:17 00:09 2.16M 69 60.98M 0 0 69 42.62M 0 2.31M 00:26 00:18 00:08 2.18M 73 60.98M 0 0 73 44.81M 0 2.30M 00:26 00:19 00:07 2.16M 76 60.98M 0 0 76 46.62M 0 2.27M 00:26 00:20 00:06 2.05M 78 60.98M 0 0 78 47.81M 0 2.22M 00:27 00:21 00:06 1.80M 80 60.98M 0 0 80 48.93M 0 2.16M 00:28 00:22 00:06 1.63M 82 60.98M 0 0 82 50.12M 0 2.12M 00:28 00:23 00:05 1.45M 84 60.98M 0 0 84 51.37M 0 2.08M 00:29 00:24 00:05 1.27M 86 60.98M 0 0 86 52.68M 0 2.05M 00:29 00:25 00:04 1.18M 88 60.98M 0 0 88 54.12M 0 2.03M 00:30 00:26 00:04 1.22M 91 60.98M 0 0 91 55.68M 0 2.01M 00:30 00:27 00:03 1.32M 93 60.98M 0 0 93 57.31M 0 1.99M 00:30 00:28 00:02 1.40M 95 60.98M 0 0 95 58.50M 0 1.96M 00:30 00:29 00:01 1.39M 97 60.98M 0 0 97 59.56M 0 1.93M 00:31 00:30 00:01 1.33M 99 60.98M 0 0 99 60.62M 0 1.90M 00:31 00:31 1.27M* upload completely sent off: 63944912 bytes 100 60.98M 0 0 100 60.98M 0 1.84M 00:33 00:33 0.97M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: UyYycJ+dliNtHN8teJGIOv9E7fxfCkGMXPj8j1yYSuoHLADzKxR5RA2CTpnfngoBNawzohiamSjuNhFYNzb1COis8ZaFq1m4 < x-amz-request-id: 2BXNADG4AHB8M7QE < Date: Tue, 26 May 2026 20:01:13 GMT < x-amz-server-side-encryption: AES256 < ETag: "c46f34719819727ee9f2e72722d67965" < x-amz-checksum-crc64nvme: JLHt75ODx2Q= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 60.98M 0 0 100 60.98M 0 1.81M 00:33 00:33 0.97M 100 60.98M 0 0 100 60.98M 0 1.81M 00:33 00:33 0.97M 100 60.98M 0 0 100 60.98M 0 1.81M 00:33 00:33 0.97M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 38.68 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.73.28, 3.5.74.78, 3.5.64.194, 3.5.69.17, 3.5.70.225, 3.5.71.106, 3.5.69.57, 3.5.66.27 * Trying 3.5.73.28: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.28 port 443) from 10.17.4.7 port 52008 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/6cc86afd-3e4a-4725-bbc5-9677aff8fe5b.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIFyMY0ZG9tpvX75MujgM2cow00%2FlO9vvWg2MO0Hy1nP8AiEA5AarUq2CUj4gFXy%2FghslpIifK9tTUlB5kVcl8v6GkgQqwwUIg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDOmzTYeo0AETZ1qr2CqXBTJx3DDuyKlHKVXEogXujlzM94C4GAN%2FNnQoYXbBvBTGYyG3ozCQgezfgvU7lPdNnJ4DBejfEpF8Dkw2vfOsM9bF8I9BFUbt8HMsKC%2F%2Fc01rHVN372ZEed1D3xW0Km%2BH4u1%2BB0zQT7uxl%2B57UFODOwXxHftHU7M4Ro7f%2BVW8O0Gr2XagIG7FhB6VrNJu3u%2F%2B583c1u%2BCbRc%2FL%2B%2Fe3oWYowBScAOf81kEHgpec6mMkbVl0AqhKgpdBx6UPo59CEKc%2BbTKinAGOAFD7cqfbKhqs37nc7ZLl8lC0Of%2BKx4VN%2BdisWI1RkWiz3DG3RIGRrEp2OL4y0vSiQy93HS8jIBbwtpXF59bWvPw0%2B8VRuAWA9Dre7pnI70VSnNeh7Qy2B87P6QZc5nMBZkectruZ35iCecX6DpwfDlDmTaV%2F7yw87DueEPlPUwBpaXUl5sozeCYlT0ZwMPZuyd%2FfeNcCmn9DfTFtaxSs3xZ%2FGWLq4co9vbGHf3MrZGbWiUCxWoJYwmBw1fe84O1koMijodvGCVsJKznJaIvFClVYPiT%2BjPemjHX0gw6BgjwK7wkldfroiUk%2FzypT%2FCPSB84a2jISJlNXnLYFSh3xD9E6Jvsqi2S6n9BXnSh6%2FoKwh5UXcmgukKHS6OjIMwUQYBb7Ar17hfkCPotCfwk%2BfJXTvroxGI885TKC8RVvyMYf4H03u62dYuZZuYxYrRHpQlbfLDPbOW6Fh5UG%2F8c30dO6gKYW1kVSXzaQG2qAMo96h32DXTEyj1QW0e8DHpzAtgsC7sRM7Qv2k3qWBR8SvEmTkL%2FRmg6%2BUhVs1zHtMamFPyVB7ncoB%2BWcvRohot%2F3aVwuqDK4LxoqC4iQ8Nk6j5vSnds%2BWzlfKRJff5MzSlzuTDnrdfQBjqxAT9fKW4o5SiD4ry2XLIZSOzgJBFROIy6BGqUnsmDo74OWxkM592nJyLSyfXSyKu5IkRYvrynD74DarYGEj2NDv2jQOdjAjklNo6Bt%2FK%2Fa%2B1O0Ql2HTtcu6vsHYznnaUheYmmM9a2XFTP%2FWO34uE6Fy3aZasNvk8EjEXFamqMOb%2BTB8YiSQYFilxlQFEtSZX%2FyNZH4%2FZ92Fb9m%2FMLvOOo%2BUH%2BTaGIqU%2BmJfZ%2FT1YtwEg4qg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260526T200145Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC5ACIODX%2F20260526%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=ea19375bf981df793554e324f411f0042c34d915b741484cbb9e393bdf2681c1 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 588415104 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 561.1M 0 0 0 2.56M 0 2.31M 04:01 00:01 04:00 2.32M 1 561.1M 0 0 1 5.93M 0 2.81M 03:19 00:02 03:17 2.82M 1 561.1M 0 0 1 9.00M 0 2.87M 03:15 00:03 03:12 2.87M 2 561.1M 0 0 2 12.18M 0 2.94M 03:10 00:04 03:06 2.94M 2 561.1M 0 0 2 14.93M 0 2.90M 03:13 00:05 03:08 2.90M 3 561.1M 0 0 3 17.62M 0 2.86M 03:16 00:06 03:10 2.97M 3 561.1M 0 0 3 20.56M 0 2.83M 03:17 00:07 03:10 2.84M 4 561.1M 0 0 4 23.12M 0 2.79M 03:20 00:08 03:12 2.74M 4 561.1M 0 0 4 25.56M 0 2.75M 03:23 00:09 03:14 2.59M 5 561.1M 0 0 5 28.18M 0 2.73M 03:25 00:10 03:15 2.55M 5 561.1M 0 0 5 30.81M 0 2.71M 03:26 00:11 03:15 2.54M 5 561.1M 0 0 5 33.43M 0 2.70M 03:27 00:12 03:15 2.52M 6 561.1M 0 0 6 35.56M 0 2.65M 03:31 00:13 03:18 2.43M 6 561.1M 0 0 6 37.81M 0 2.62M 03:33 00:14 03:19 2.40M 7 561.1M 0 0 7 39.75M 0 2.58M 03:37 00:15 03:22 2.27M 7 561.1M 0 0 7 41.06M 0 2.50M 03:43 00:16 03:27 2.02M 7 561.1M 0 0 7 42.43M 0 2.42M 03:50 00:17 03:33 1.75M 7 561.1M 0 0 7 43.75M 0 2.36M 03:57 00:18 03:39 1.59M 8 561.1M 0 0 8 45.06M 0 2.30M 04:02 00:19 03:43 1.41M 8 561.1M 0 0 8 46.37M 0 2.25M 04:08 00:20 03:48 1.28M 8 561.1M 0 0 8 47.12M 0 2.17M 04:17 00:21 03:56 1.15M 8 561.1M 0 0 8 47.75M 0 2.10M 04:26 00:22 04:04 1.02M 8 561.1M 0 0 8 48.50M 0 2.04M 04:34 00:23 04:11 934.1k 8 561.1M 0 0 8 49.31M 0 1.99M 04:41 00:24 04:17 831.6k 8 561.1M 0 0 8 50.18M 0 1.94M 04:47 00:25 04:22 748.8k 9 561.1M 0 0 9 51.18M 0 1.91M 04:53 00:26 04:27 804.0k 9 561.1M 0 0 9 52.25M 0 1.87M 04:58 00:27 04:31 890.6k 9 561.1M 0 0 9 53.37M 0 1.85M 05:03 00:28 04:35 972.9k 9 561.1M 0 0 9 54.62M 0 1.83M 05:06 00:29 04:37 1.04M 9 561.1M 0 0 9 56.00M 0 1.81M 05:09 00:30 04:39 1.12M 10 561.1M 0 0 10 57.06M 0 1.78M 05:14 00:31 04:43 1.13M 10 561.1M 0 0 10 57.87M 0 1.75M 05:19 00:32 04:47 1.08M 10 561.1M 0 0 10 58.56M 0 1.72M 05:25 00:34 04:51 1.00M 10 561.1M 0 0 10 59.31M 0 1.69M 05:31 00:35 04:56 917.6k 10 561.1M 0 0 10 60.12M 0 1.66M 05:36 00:36 05:00 813.4k 10 561.1M 0 0 10 60.93M 0 1.63M 05:42 00:37 05:05 762.3k 11 561.1M 0 0 11 61.75M 0 1.61M 05:47 00:38 05:09 759.5k 11 561.1M 0 0 11 62.68M 0 1.59M 05:51 00:39 05:12 801.2k 11 561.1M 0 0 11 63.62M 0 1.57M 05:55 00:40 05:15 842.7k 11 561.1M 0 0 11 64.56M 0 1.56M 05:59 00:41 05:18 864.2k 11 561.1M 0 0 11 65.56M 0 1.54M 06:02 00:42 05:20 906.7k 11 561.1M 0 0 11 66.43M 0 1.53M 06:06 00:43 05:23 924.1k 12 561.1M 0 0 12 67.43M 0 1.51M 06:09 00:44 05:25 947.5k 12 561.1M 0 0 12 68.50M 0 1.50M 06:12 00:45 05:27 975.1k 12 561.1M 0 0 12 69.56M 0 1.49M 06:14 00:46 05:28 0.97M 12 561.1M 0 0 12 70.68M 0 1.48M 06:16 00:47 05:29 1.00M 12 561.1M 0 0 12 71.87M 0 1.48M 06:18 00:48 05:30 1.06M 12 561.1M 0 0 12 72.87M 0 1.47M 06:21 00:49 05:32 1.06M 13 561.1M 0 0 13 74.00M 0 1.46M 06:23 00:50 05:33 1.07M 13 561.1M 0 0 13 75.25M 0 1.45M 06:24 00:51 05:33 1.11M 13 561.1M 0 0 13 76.50M 0 1.45M 06:25 00:52 05:33 1.13M 13 561.1M 0 0 13 77.81M 0 1.45M 06:26 00:53 05:33 1.15M 14 561.1M 0 0 14 79.12M 0 1.44M 06:27 00:54 05:33 1.22M 14 561.1M 0 0 14 80.25M 0 1.44M 06:29 00:55 05:34 1.21M 14 561.1M 0 0 14 81.50M 0 1.43M 06:30 00:56 05:34 1.21M 14 561.1M 0 0 14 82.81M 0 1.43M 06:31 00:57 05:34 1.22M 15 561.1M 0 0 15 84.18M 0 1.43M 06:31 00:58 05:33 1.25M 15 561.1M 0 0 15 85.56M 0 1.43M 06:31 00:59 05:32 1.25M 15 561.1M 0 0 15 87.00M 0 1.43M 06:32 01:00 05:32 1.32M 15 561.1M 0 0 15 88.50M 0 1.43M 06:32 01:01 05:31 1.36M 16 561.1M 0 0 16 90.12M 0 1.43M 06:31 01:02 05:29 1.42M 16 561.1M 0 0 16 91.68M 0 1.43M 06:30 01:03 05:27 1.45M 16 561.1M 0 0 16 93.25M 0 1.43M 06:30 01:04 05:26 1.49M 16 561.1M 0 0 16 95.00M 0 1.44M 06:29 01:05 05:24 1.56M 17 561.1M 0 0 17 96.81M 0 1.44M 06:27 01:06 05:21 1.63M 17 561.1M 0 0 17 98.68M 0 1.45M 06:26 01:07 05:19 1.68M 17 561.1M 0 0 17 100.1M 0 1.45M 06:26 01:08 05:18 1.66M 18 561.1M 0 0 18 101.8M 0 1.45M 06:25 01:09 05:16 1.68M 18 561.1M 0 0 18 103.6M 0 1.45M 06:24 01:10 05:14 1.70M 18 561.1M 0 0 18 105.4M 0 1.46M 06:23 01:11 05:12 1.70M 19 561.1M 0 0 19 107.2M 0 1.46M 06:21 01:12 05:09 1.69M 19 561.1M 0 0 19 108.7M 0 1.46M 06:21 01:14 05:07 1.70M 19 561.1M 0 0 19 110.4M 0 1.47M 06:21 01:15 05:06 1.70M 20 561.1M 0 0 20 112.2M 0 1.47M 06:20 01:16 05:04 1.70M 20 561.1M 0 0 20 114.0M 0 1.48M 06:19 01:17 05:02 1.70M 20 561.1M 0 0 20 115.6M 0 1.48M 06:18 01:18 05:00 1.64M 20 561.1M 0 0 20 117.2M 0 1.48M 06:18 01:19 04:59 1.67M 21 561.1M 0 0 21 119.0M 0 1.48M 06:17 01:20 04:57 1.69M 21 561.1M 0 0 21 120.8M 0 1.48M 06:16 01:21 04:55 1.69M 21 561.1M 0 0 21 122.7M 0 1.49M 06:15 01:22 04:53 1.69M 22 561.1M 0 0 22 124.5M 0 1.49M 06:14 01:23 04:51 1.75M 22 561.1M 0 0 22 126.4M 0 1.50M 06:13 01:24 04:49 1.81M 22 561.1M 0 0 22 128.0M 0 1.50M 06:13 01:25 04:48 1.77M 23 561.1M 0 0 23 129.3M 0 1.49M 06:14 01:26 04:48 1.64M 23 561.1M 0 0 23 130.2M 0 1.49M 06:15 01:27 04:48 1.46M 23 561.1M 0 0 23 131.2M 0 1.48M 06:17 01:28 04:49 1.30M 23 561.1M 0 0 23 132.2M 0 1.48M 06:18 01:29 04:49 1.13M 23 561.1M 0 0 23 133.3M 0 1.47M 06:19 01:30 04:49 1.04M 23 561.1M 0 0 23 134.5M 0 1.47M 06:20 01:31 04:49 1.03M 24 561.1M 0 0 24 135.8M 0 1.47M 06:21 01:32 04:49 1.10M 24 561.1M 0 0 24 137.2M 0 1.46M 06:21 01:33 04:48 1.17M 24 561.1M 0 0 24 138.7M 0 1.46M 06:21 01:34 04:47 1.26M 25 561.1M 0 0 25 140.6M 0 1.47M 06:20 01:35 04:45 1.41M 25 561.1M 0 0 25 143.0M 0 1.48M 06:18 01:36 04:42 1.64M 26 561.1M 0 0 26 146.1M 0 1.50M 06:14 01:37 04:37 2.03M 26 561.1M 0 0 26 150.5M 0 1.52M 06:07 01:38 04:29 2.61M 27 561.1M 0 0 27 154.4M 0 1.55M 06:01 01:39 04:22 3.10M 28 561.1M 0 0 28 158.0M 0 1.57M 05:56 01:40 04:16 3.44M 28 561.1M 0 0 28 161.2M 0 1.58M 05:53 01:41 04:12 3.62M 29 561.1M 0 0 29 164.6M 0 1.60M 05:49 01:42 04:07 3.67M 29 561.1M 0 0 29 168.3M 0 1.62M 05:44 01:43 04:01 3.53M 30 561.1M 0 0 30 171.8M 0 1.64M 05:41 01:44 03:57 3.47M 31 561.1M 0 0 31 175.1M 0 1.66M 05:37 01:45 03:52 3.41M 31 561.1M 0 0 31 178.0M 0 1.67M 05:35 01:46 03:49 3.32M 32 561.1M 0 0 32 180.4M 0 1.67M 05:34 01:47 03:47 3.12M 32 561.1M 0 0 32 182.2M 0 1.67M 05:34 01:48 03:46 2.75M 32 561.1M 0 0 32 184.1M 0 1.68M 05:33 01:49 03:44 2.43M 33 561.1M 0 0 33 186.0M 0 1.68M 05:33 01:50 03:43 2.14M 33 561.1M 0 0 33 187.7M 0 1.68M 05:33 01:51 03:42 1.91M 33 561.1M 0 0 33 189.5M 0 1.68M 05:33 01:52 03:41 1.80M 34 561.1M 0 0 34 191.5M 0 1.68M 05:32 01:53 03:39 1.82M 34 561.1M 0 0 34 193.0M 0 1.68M 05:33 01:54 03:39 1.75M 34 561.1M 0 0 34 194.6M 0 1.68M 05:33 01:55 03:38 1.70M 34 561.1M 0 0 34 196.3M 0 1.68M 05:33 01:56 03:37 1.70M 35 561.1M 0 0 35 198.0M 0 1.68M 05:33 01:57 03:36 1.68M 35 561.1M 0 0 35 199.7M 0 1.68M 05:33 01:58 03:35 1.63M 35 561.1M 0 0 35 201.5M 0 1.68M 05:33 01:59 03:34 1.68M 36 561.1M 0 0 36 203.1M 0 1.68M 05:33 02:00 03:33 1.67M 36 561.1M 0 0 36 204.8M 0 1.68M 05:33 02:01 03:32 1.66M 36 561.1M 0 0 36 206.6M 0 1.68M 05:33 02:02 03:31 1.68M 37 561.1M 0 0 37 208.5M 0 1.68M 05:32 02:03 03:29 1.72M 37 561.1M 0 0 37 210.1M 0 1.68M 05:33 02:04 03:29 1.67M 37 561.1M 0 0 37 211.7M 0 1.68M 05:33 02:05 03:28 1.68M 38 561.1M 0 0 38 213.5M 0 1.68M 05:33 02:06 03:27 1.71M 38 561.1M 0 0 38 215.4M 0 1.68M 05:32 02:07 03:25 1.71M 38 561.1M 0 0 38 217.3M 0 1.68M 05:32 02:08 03:24 1.72M 39 561.1M 0 0 39 219.1M 0 1.68M 05:32 02:09 03:23 1.78M 39 561.1M 0 0 39 221.1M 0 1.68M 05:32 02:10 03:22 1.84M 39 561.1M 0 0 39 223.0M 0 1.69M 05:31 02:11 03:20 1.87M 40 561.1M 0 0 40 225.1M 0 1.69M 05:31 02:12 03:19 1.93M 40 561.1M 0 0 40 227.6M 0 1.70M 05:30 02:13 03:17 2.04M 41 561.1M 0 0 41 230.5M 0 1.70M 05:28 02:14 03:14 2.24M 41 561.1M 0 0 41 234.1M 0 1.72M 05:25 02:15 03:10 2.58M 42 561.1M 0 0 42 237.3M 0 1.73M 05:23 02:16 03:07 2.82M 42 561.1M 0 0 42 240.6M 0 1.74M 05:21 02:17 03:04 3.05M 43 561.1M 0 0 43 242.3M 0 1.74M 05:21 02:18 03:03 2.91M 43 561.1M 0 0 43 243.8M 0 1.74M 05:22 02:19 03:03 2.62M 43 561.1M 0 0 43 245.3M 0 1.74M 05:22 02:20 03:02 2.20M 43 561.1M 0 0 43 246.8M 0 1.73M 05:22 02:21 03:01 1.87M 44 561.1M 0 0 44 248.1M 0 1.73M 05:23 02:23 03:00 1.46M 44 561.1M 0 0 44 249.5M 0 1.73M 05:23 02:24 02:59 1.41M 44 561.1M 0 0 44 251.1M 0 1.73M 05:24 02:25 02:59 1.43M 45 561.1M 0 0 45 252.6M 0 1.72M 05:24 02:26 02:58 1.43M 45 561.1M 0 0 45 253.6M 0 1.72M 05:25 02:27 02:58 1.32M 45 561.1M 0 0 45 254.5M 0 1.71M 05:26 02:28 02:58 1.25M 45 561.1M 0 0 45 255.5M 0 1.71M 05:27 02:29 02:58 1.15M 45 561.1M 0 0 45 256.5M 0 1.70M 05:28 02:30 02:58 1.04M 45 561.1M 0 0 45 257.3M 0 1.70M 05:29 02:31 02:58 929.3k 46 561.1M 0 0 46 258.3M 0 1.69M 05:30 02:32 02:58 923.5k 46 561.1M 0 0 46 259.3M 0 1.69M 05:31 02:33 02:58 958.1k 46 561.1M 0 0 46 260.4M 0 1.68M 05:32 02:34 02:58 986.3k 46 561.1M 0 0 46 261.5M 0 1.68M 05:33 02:35 02:58 981.8k 46 561.1M 0 0 46 262.5M 0 1.67M 05:34 02:36 02:58 0.98M 46 561.1M 0 0 46 263.6M 0 1.67M 05:35 02:37 02:58 1.00M 47 561.1M 0 0 47 264.7M 0 1.66M 05:36 02:38 02:58 1.01M 47 561.1M 0 0 47 265.8M 0 1.66M 05:36 02:39 02:57 1.02M 47 561.1M 0 0 47 267.0M 0 1.66M 05:37 02:40 02:57 1.06M 47 561.1M 0 0 47 268.3M 0 1.65M 05:38 02:41 02:57 1.11M 48 561.1M 0 0 48 269.6M 0 1.65M 05:38 02:42 02:56 1.16M 48 561.1M 0 0 48 271.0M 0 1.65M 05:38 02:43 02:55 1.23M 48 561.1M 0 0 48 272.5M 0 1.65M 05:39 02:44 02:55 1.30M 48 561.1M 0 0 48 274.0M 0 1.65M 05:39 02:45 02:54 1.35M 49 561.1M 0 0 49 275.6M 0 1.65M 05:39 02:46 02:53 1.44M 49 561.1M 0 0 49 277.4M 0 1.65M 05:39 02:47 02:52 1.52M 49 561.1M 0 0 49 278.8M 0 1.65M 05:39 02:48 02:51 1.52M 49 561.1M 0 0 49 280.1M 0 1.64M 05:40 02:49 02:51 1.48M 50 561.1M 0 0 50 281.0M 0 1.64M 05:41 02:50 02:51 1.36M 50 561.1M 0 0 50 281.6M 0 1.63M 05:42 02:51 02:51 1.13M 50 561.1M 0 0 50 282.1M 0 1.63M 05:44 02:53 02:51 930.3k 50 561.1M 0 0 50 282.8M 0 1.62M 05:45 02:54 02:51 762.9k 50 561.1M 0 0 50 283.5M 0 1.61M 05:46 02:55 02:51 649.0k 50 561.1M 0 0 50 284.3M 0 1.61M 05:47 02:56 02:51 636.3k 50 561.1M 0 0 50 285.1M 0 1.60M 05:48 02:57 02:51 703.9k 50 561.1M 0 0 50 286.0M 0 1.60M 05:49 02:58 02:51 766.1k 51 561.1M 0 0 51 286.8M 0 1.60M 05:50 02:59 02:51 813.1k 51 561.1M 0 0 51 287.6M 0 1.59M 05:51 03:00 02:51 830.5k 51 561.1M 0 0 51 288.5M 0 1.59M 05:52 03:01 02:51 827.6k 51 561.1M 0 0 51 289.3M 0 1.58M 05:53 03:02 02:51 816.0k 51 561.1M 0 0 51 290.2M 0 1.58M 05:54 03:03 02:51 821.6k 51 561.1M 0 0 51 291.2M 0 1.57M 05:55 03:04 02:51 854.4k 52 561.1M 0 0 52 292.3M 0 1.57M 05:56 03:05 02:51 914.2k 52 561.1M 0 0 52 293.5M 0 1.57M 05:56 03:06 02:50 992.0k 52 561.1M 0 0 52 294.8M 0 1.57M 05:56 03:07 02:49 1.05M 52 561.1M 0 0 52 296.5M 0 1.57M 05:56 03:08 02:48 1.22M 53 561.1M 0 0 53 298.8M 0 1.57M 05:55 03:09 02:46 1.49M 53 561.1M 0 0 53 302.0M 0 1.58M 05:54 03:10 02:44 1.90M 54 561.1M 0 0 54 306.3M 0 1.59M 05:50 03:11 02:39 2.52M 55 561.1M 0 0 55 309.7M 0 1.60M 05:49 03:12 02:37 2.89M 55 561.1M 0 0 55 311.6M 0 1.60M 05:48 03:13 02:35 2.91M 55 561.1M 0 0 55 312.9M 0 1.60M 05:49 03:14 02:35 2.72M 56 561.1M 0 0 56 314.2M 0 1.60M 05:49 03:15 02:34 2.33M 56 561.1M 0 0 56 315.2M 0 1.60M 05:50 03:16 02:34 1.70M 56 561.1M 0 0 56 316.3M 0 1.59M 05:50 03:17 02:33 1.28M 56 561.1M 0 0 56 317.1M 0 1.59M 05:51 03:18 02:33 1.08M 56 561.1M 0 0 56 318.1M 0 1.59M 05:52 03:19 02:33 1.00M 56 561.1M 0 0 56 318.9M 0 1.58M 05:53 03:20 02:33 934.0k 56 561.1M 0 0 56 319.6M 0 1.58M 05:54 03:21 02:33 870.4k 57 561.1M 0 0 57 320.3M 0 1.57M 05:55 03:22 02:33 798.7k 57 561.1M 0 0 57 321.1M 0 1.57M 05:56 03:24 02:32 780.1k 57 561.1M 0 0 57 322.0M 0 1.57M 05:57 03:25 02:32 770.9k 57 561.1M 0 0 57 323.0M 0 1.56M 05:58 03:26 02:32 806.2k 57 561.1M 0 0 57 324.1M 0 1.56M 05:58 03:27 02:31 878.2k 57 561.1M 0 0 57 325.2M 0 1.56M 05:59 03:28 02:31 959.2k 58 561.1M 0 0 58 326.5M 0 1.56M 05:59 03:29 02:30 1.04M 58 561.1M 0 0 58 328.3M 0 1.56M 05:59 03:30 02:29 1.21M 58 561.1M 0 0 58 330.6M 0 1.56M 05:58 03:31 02:27 1.49M 59 561.1M 0 0 59 333.7M 0 1.57M 05:56 03:32 02:24 1.88M 60 561.1M 0 0 60 336.9M 0 1.57M 05:55 03:33 02:22 2.29M 60 561.1M 0 0 60 340.3M 0 1.58M 05:53 03:34 02:19 2.70M 61 561.1M 0 0 61 343.6M 0 1.59M 05:51 03:35 02:16 3.02M 61 561.1M 0 0 61 346.3M 0 1.60M 05:50 03:36 02:14 3.08M 62 561.1M 0 0 62 349.3M 0 1.60M 05:49 03:37 02:12 3.08M 62 561.1M 0 0 62 351.8M 0 1.61M 05:48 03:38 02:10 2.95M 63 561.1M 0 0 63 354.2M 0 1.61M 05:47 03:39 02:08 2.76M 63 561.1M 0 0 63 356.7M 0 1.61M 05:46 03:40 02:06 2.60M 63 561.1M 0 0 63 358.7M 0 1.62M 05:46 03:41 02:05 2.45M 64 561.1M 0 0 64 360.8M 0 1.62M 05:45 03:42 02:03 2.27M 64 561.1M 0 0 64 363.0M 0 1.62M 05:45 03:43 02:02 2.21M 65 561.1M 0 0 65 364.8M 0 1.62M 05:45 03:44 02:01 2.08M 65 561.1M 0 0 65 366.6M 0 1.62M 05:44 03:45 01:59 1.96M 65 561.1M 0 0 65 368.8M 0 1.62M 05:44 03:46 01:58 1.98M 66 561.1M 0 0 66 371.0M 0 1.63M 05:44 03:47 01:57 2.01M 66 561.1M 0 0 66 373.1M 0 1.63M 05:43 03:48 01:55 2.01M 66 561.1M 0 0 66 374.9M 0 1.63M 05:43 03:49 01:54 2.00M 67 561.1M 0 0 67 376.8M 0 1.63M 05:43 03:50 01:53 2.00M 67 561.1M 0 0 67 379.0M 0 1.63M 05:42 03:51 01:51 2.00M 67 561.1M 0 0 67 381.1M 0 1.63M 05:42 03:52 01:50 2.00M 68 561.1M 0 0 68 383.3M 0 1.64M 05:41 03:53 01:48 2.00M 68 561.1M 0 0 68 385.5M 0 1.64M 05:41 03:54 01:47 2.08M 69 561.1M 0 0 69 387.8M 0 1.64M 05:40 03:55 01:45 2.14M 69 561.1M 0 0 69 390.1M 0 1.64M 05:40 03:56 01:44 2.18M 69 561.1M 0 0 69 392.5M 0 1.65M 05:39 03:57 01:42 2.23M 70 561.1M 0 0 70 395.3M 0 1.65M 05:38 03:58 01:40 2.34M 71 561.1M 0 0 71 398.5M 0 1.66M 05:37 03:59 01:38 2.54M 71 561.1M 0 0 71 402.3M 0 1.67M 05:35 04:00 01:35 2.88M 72 561.1M 0 0 72 407.0M 0 1.68M 05:33 04:01 01:32 3.36M 73 561.1M 0 0 73 413.5M 0 1.70M 05:29 04:02 01:27 4.16M 74 561.1M 0 0 74 420.6M 0 1.72M 05:24 04:03 01:21 5.05M 76 561.1M 0 0 76 426.6M 0 1.74M 05:21 04:04 01:17 5.61M 76 561.1M 0 0 76 430.6M 0 1.75M 05:20 04:05 01:15 5.62M 77 561.1M 0 0 77 433.6M 0 1.75M 05:19 04:06 01:13 5.26M 77 561.1M 0 0 77 436.2M 0 1.76M 05:18 04:07 01:11 4.51M 78 561.1M 0 0 78 438.3M 0 1.76M 05:18 04:08 01:10 3.49M 78 561.1M 0 0 78 440.6M 0 1.76M 05:17 04:09 01:08 2.76M 78 561.1M 0 0 78 442.8M 0 1.76M 05:17 04:10 01:07 2.41M 79 561.1M 0 0 79 444.1M 0 1.76M 05:18 04:11 01:07 2.08M 79 561.1M 0 0 79 445.5M 0 1.76M 05:18 04:12 01:06 1.83M 79 561.1M 0 0 79 447.0M 0 1.76M 05:18 04:13 01:05 1.70M 79 561.1M 0 0 79 448.5M 0 1.75M 05:18 04:14 01:04 1.54M 80 561.1M 0 0 80 450.0M 0 1.75M 05:18 04:15 01:03 1.41M 80 561.1M 0 0 80 451.6M 0 1.75M 05:19 04:16 01:03 1.48M 80 561.1M 0 0 80 453.4M 0 1.75M 05:19 04:17 01:02 1.54M 81 561.1M 0 0 81 455.0M 0 1.75M 05:19 04:18 01:01 1.58M 81 561.1M 0 0 81 456.0M 0 1.75M 05:19 04:19 01:00 1.49M 81 561.1M 0 0 81 457.1M 0 1.75M 05:20 04:20 01:00 1.23M 81 561.1M 0 0 81 457.1M 0 1.75M 05:20 04:20 01:00 1.75M 81 561.1M 0 0 81 458.3M 0 1.75M 05:20 04:21 00:59 1.11M 81 561.1M 0 0 81 459.4M 0 1.74M 05:21 04:22 00:59 1.09M 82 561.1M 0 0 82 460.4M 0 1.74M 05:21 04:23 00:58 1.06M 82 561.1M 0 0 82 461.6M 0 1.74M 05:22 04:24 00:58 1.08M 82 561.1M 0 0 82 462.8M 0 1.74M 05:22 04:25 00:57 1.11M 82 561.1M 0 0 82 464.1M 0 1.73M 05:22 04:27 00:55 1.12M 82 561.1M 0 0 82 465.1M 0 1.73M 05:23 04:28 00:55 1.12M 83 561.1M 0 0 83 466.2M 0 1.73M 05:23 04:29 00:54 1.12M 83 561.1M 0 0 83 467.5M 0 1.73M 05:24 04:30 00:54 1.13M 83 561.1M 0 0 83 468.7M 0 1.72M 05:24 04:31 00:53 1.13M 83 561.1M 0 0 83 470.0M 0 1.72M 05:24 04:32 00:52 1.13M 83 561.1M 0 0 83 471.2M 0 1.72M 05:25 04:33 00:52 1.16M 84 561.1M 0 0 84 472.3M 0 1.72M 05:25 04:34 00:51 1.16M 84 561.1M 0 0 84 473.5M 0 1.71M 05:26 04:35 00:51 1.16M 84 561.1M 0 0 84 474.8M 0 1.71M 05:26 04:36 00:50 1.18M 84 561.1M 0 0 84 475.8M 0 1.71M 05:27 04:37 00:50 1.14M 85 561.1M 0 0 85 477.0M 0 1.71M 05:27 04:38 00:49 1.13M 85 561.1M 0 0 85 478.1M 0 1.71M 05:27 04:39 00:48 1.14M 85 561.1M 0 0 85 479.1M 0 1.70M 05:28 04:40 00:48 1.10M 85 561.1M 0 0 85 480.2M 0 1.70M 05:28 04:41 00:47 1.05M 85 561.1M 0 0 85 481.3M 0 1.70M 05:29 04:42 00:47 1.06M 85 561.1M 0 0 85 482.4M 0 1.70M 05:29 04:43 00:46 1.04M 86 561.1M 0 0 86 483.1M 0 1.69M 05:30 04:44 00:46 970.2k 86 561.1M 0 0 86 483.6M 0 1.69M 05:31 04:45 00:46 883.9k 86 561.1M 0 0 86 484.3M 0 1.68M 05:32 04:46 00:46 795.1k 86 561.1M 0 0 86 484.8M 0 1.68M 05:32 04:47 00:45 685.2k 86 561.1M 0 0 86 485.5M 0 1.68M 05:33 04:48 00:45 602.0k 86 561.1M 0 0 86 486.1M 0 1.67M 05:34 04:49 00:45 611.3k 86 561.1M 0 0 86 486.9M 0 1.67M 05:35 04:50 00:45 640.3k 86 561.1M 0 0 86 487.7M 0 1.67M 05:35 04:51 00:44 677.1k 87 561.1M 0 0 87 488.6M 0 1.66M 05:36 04:52 00:44 739.0k 87 561.1M 0 0 87 489.6M 0 1.66M 05:36 04:53 00:43 811.2k 87 561.1M 0 0 87 490.6M 0 1.66M 05:37 04:54 00:43 885.3k 87 561.1M 0 0 87 491.8M 0 1.66M 05:37 04:55 00:42 969.1k 87 561.1M 0 0 87 493.0M 0 1.65M 05:38 04:57 00:41 1.01M 88 561.1M 0 0 88 494.3M 0 1.65M 05:38 04:58 00:40 1.08M 88 561.1M 0 0 88 495.4M 0 1.65M 05:38 04:59 00:39 1.10M 88 561.1M 0 0 88 496.5M 0 1.65M 05:39 05:00 00:39 1.11M 88 561.1M 0 0 88 497.6M 0 1.65M 05:39 05:01 00:38 1.12M 88 561.1M 0 0 88 498.6M 0 1.64M 05:40 05:02 00:38 1.08M 89 561.1M 0 0 89 499.7M 0 1.64M 05:40 05:03 00:37 1.05M 89 561.1M 0 0 89 500.9M 0 1.64M 05:40 05:04 00:36 1.06M 89 561.1M 0 0 89 502.1M 0 1.64M 05:41 05:05 00:36 1.08M 89 561.1M 0 0 89 503.3M 0 1.64M 05:41 05:06 00:35 1.09M 89 561.1M 0 0 89 504.5M 0 1.64M 05:41 05:07 00:34 1.15M 90 561.1M 0 0 90 505.9M 0 1.63M 05:42 05:08 00:34 1.20M 90 561.1M 0 0 90 507.3M 0 1.63M 05:42 05:09 00:33 1.26M 90 561.1M 0 0 90 509.1M 0 1.63M 05:42 05:10 00:32 1.36M 91 561.1M 0 0 91 511.3M 0 1.64M 05:41 05:11 00:30 1.54M 91 561.1M 0 0 91 513.4M 0 1.64M 05:41 05:12 00:29 1.70M 91 561.1M 0 0 91 515.7M 0 1.64M 05:41 05:13 00:28 1.89M 92 561.1M 0 0 92 518.2M 0 1.64M 05:40 05:14 00:26 2.09M 92 561.1M 0 0 92 520.8M 0 1.64M 05:40 05:15 00:25 2.27M 93 561.1M 0 0 93 523.4M 0 1.65M 05:39 05:16 00:23 2.36M 93 561.1M 0 0 93 526.0M 0 1.65M 05:38 05:17 00:21 2.47M 94 561.1M 0 0 94 528.6M 0 1.65M 05:38 05:18 00:20 2.54M 94 561.1M 0 0 94 531.3M 0 1.66M 05:37 05:19 00:18 2.58M 95 561.1M 0 0 95 534.1M 0 1.66M 05:36 05:20 00:16 2.62M 95 561.1M 0 0 95 537.1M 0 1.66M 05:36 05:21 00:15 2.71M 96 561.1M 0 0 96 539.6M 0 1.67M 05:35 05:22 00:13 2.69M 96 561.1M 0 0 96 542.0M 0 1.67M 05:35 05:23 00:12 2.64M 96 561.1M 0 0 96 544.1M 0 1.67M 05:34 05:24 00:10 2.53M 97 561.1M 0 0 97 546.4M 0 1.67M 05:34 05:25 00:09 2.44M 97 561.1M 0 0 97 548.8M 0 1.67M 05:34 05:26 00:08 2.31M 98 561.1M 0 0 98 551.3M 0 1.68M 05:33 05:27 00:06 2.30M 98 561.1M 0 0 98 553.6M 0 1.68M 05:33 05:28 00:05 2.29M 99 561.1M 0 0 99 556.1M 0 1.68M 05:32 05:29 00:03 2.37M 99 561.1M 0 0 99 557.6M 0 1.68M 05:32 05:30 00:02 2.18M 99 561.1M 0 0 99 558.6M 0 1.68M 05:33 05:31 00:02 1.91M 99 561.1M 0 0 99 559.7M 0 1.68M 05:33 05:32 00:01 1.64M 99 561.1M 0 0 99 560.8M 0 1.67M 05:34 05:33 00:01 1.39M* upload completely sent off: 588415104 bytes 100 561.1M 0 0 100 561.1M 0 1.67M 05:35 05:35 941.8k 100 561.1M 0 0 100 561.1M 0 1.66M 05:36 05:36 665.0k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: nBd8f8bT3pw+58xU5PiVfPc0Ssl9bu1ok+A8p1k9dVIdtSwcMd6zyJYbyYQycqa4F41oEGya2/qHAtdMqII9KmHTYmls2lWd < x-amz-request-id: 6QQ04N5PG9FC26J2 < Date: Tue, 26 May 2026 20:02:34 GMT < x-amz-server-side-encryption: AES256 < ETag: "c93c61649e24dd50fa03ec49e4238547" < x-amz-checksum-crc64nvme: Fr6jmzXx4DA= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 561.1M 0 0 100 561.1M 0 1.66M 05:36 05:36 665.0k 100 561.1M 0 0 100 561.1M 0 1.66M 05:36 05:36 665.0k 100 561.1M 0 0 100 561.1M 0 1.66M 05:36 05:36 665.0k * shutting down connection #0 took: 384.06 seconds no out.png (QPSChart)! heaps: (152520800, 166803552, 158126666, 3188457.8473821874) [2026-05-26 16:08:12.768027] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-26 16:09:19.684701] took 66.9 sec /l/logs.nightly/2026.05.25.08.07.42/logs.tar.bz2: fixed index size 125222.03 MB /l/logs.nightly/2026.05.25.08.07.42/logs.tar.bz2: fixed index time 40831.5s, bytes 25526799676 (from log) [2026-05-26 16:10:01.553532] done: total time 1 day, 8:02:18.781458 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 stored: 2026.05.07.07.47.18, 2026-05-07 07:47:18.021034 stored: 2026.05.08.16.21.29, 2026-05-08 16:21:29.321494 stored: 2026.05.10.01.30.41, 2026-05-10 01:30:41.662038 stored: 2026.05.11.10.20.55, 2026-05-11 10:20:55.840268 stored: 2026.05.12.19.03.21, 2026-05-12 19:03:21.597807 stored: 2026.05.14.04.42.39, 2026-05-14 04:42:39.894474 stored: 2026.05.15.14.49.32, 2026-05-15 14:49:32.469222 stored: 2026.05.17.00.09.49, 2026-05-17 00:09:49.529102 stored: 2026.05.18.10.03.33, 2026-05-18 10:03:33.534249 stored: 2026.05.19.18.39.09, 2026-05-19 18:39:09.681703 stored: 2026.05.21.05.27.46, 2026-05-21 05:27:46.729594 stored: 2026.05.22.14.08.44, 2026-05-22 14:08:44.180338 stored: 2026.05.23.23.18.03, 2026-05-23 23:18:03.408479 stored: 2026.05.25.08.07.42, 2026-05-25 08:07:42.772062 + 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-26 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 d9007400935..366dc3c0396 main -> origin/main Updating d9007400935..366dc3c0396 Fast-forward .github/workflows/auto-format.yml | 321 ------- lucene/CHANGES.txt | 14 +- .../org/apache/lucene/codecs/KnnVectorsWriter.java | 9 + .../codecs/lucene90/Lucene90DocValuesConsumer.java | 22 + .../document/SortedSkipperScorerSupplier.java | 24 +- .../lucene/document/column/ColumnFieldAdapter.java | 67 +- .../lucene/document/column/ColumnValidation.java | 47 + .../lucene/document/column/DictionaryColumn.java | 126 +++ .../lucene/document/column/OrdinalsCursor.java | 55 ++ .../document/column/OrdinalsTupleCursor.java | 50 ++ .../apache/lucene/index/BinaryDocValuesWriter.java | 11 + .../org/apache/lucene/index/IndexingChain.java | 72 +- .../lucene/index/NumericDocValuesWriter.java | 29 +- .../apache/lucene/index/SortedDocValuesWriter.java | 101 +++ .../lucene/index/SortedNumericDocValuesWriter.java | 11 + .../lucene/index/SortedSetDocValuesWriter.java | 63 ++ .../apache/lucene/search/SortedSetSelector.java | 41 + .../org/apache/lucene/util/SparseFixedBitSet.java | 70 +- .../document/column/ColumnBatchTestUtil.java | 97 +++ .../apache/lucene/index/TestDictionaryColumn.java | 947 +++++++++++++++++++++ .../apache/lucene/util/TestSparseFixedBitSet.java | 21 + .../codecs/faiss/FaissKnnVectorsReader.java | 5 +- .../lucene/sandbox/codecs/faiss/FaissLibrary.java | 2 +- .../codecs/faiss/FaissLibraryNativeImpl.java | 58 +- .../sandbox/codecs/faiss/FaissNativeWrapper.java | 21 +- .../codecs/faiss/TestFaissKnnVectorsFormat.java | 5 +- .../lucene/tests/index/AssertingLeafReader.java | 11 + 27 files changed, 1893 insertions(+), 407 deletions(-) delete mode 100644 .github/workflows/auto-format.yml create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/DictionaryColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsTupleCursor.java create mode 100644 lucene/core/src/test/org/apache/lucene/index/TestDictionaryColumn.java Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-05-26.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-26.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 d900740093504d1709bb17412b5a7b7a09bbfb62 NOTE: logging all output to /l/logs.nightly/geo/2026.05.26.16.17.41.log.txt; saving results to /l/logs.nightly/geo/2026.05.26.16.17.41.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.5s: points, polyRussia: 1000000... 3.2s: points, polyRussia: 2000000... 4.6s: points, polyRussia: 3000000... 6.0s: points, polyRussia: 4000000... 7.3s: points, polyRussia: 5000000... 8.6s: points, polyRussia: 6000000... 10.0s: points, polyRussia: 7000000... 11.3s: points, polyRussia: 8000000... 12.7s: points, polyRussia: 9000000... 14.0s: points, polyRussia: 10000000... 21.4s: points, polyRussia: 11000000... 22.3s: points, polyRussia: 12000000... 23.7s: points, polyRussia: 13000000... 25.0s: points, polyRussia: 14000000... 26.3s: points, polyRussia: 15000000... 27.7s: points, polyRussia: 16000000... 29.1s: points, polyRussia: 17000000... 30.4s: points, polyRussia: 18000000... 31.7s: points, polyRussia: 19000000... 33.1s: points, polyRussia: 20000000... 34.4s: points, polyRussia: 21000000... 41.6s: points, polyRussia: 22000000... 42.5s: points, polyRussia: 23000000... 43.9s: points, polyRussia: 24000000... 45.2s: points, polyRussia: 25000000... 46.5s: points, polyRussia: 26000000... 47.9s: points, polyRussia: 27000000... 49.2s: points, polyRussia: 28000000... 50.5s: points, polyRussia: 29000000... 51.8s: points, polyRussia: 30000000... 53.2s: points, polyRussia: 31000000... 54.5s: points, polyRussia: 32000000... 61.7s: points, polyRussia: 33000000... 63.1s: points, polyRussia: 34000000... 63.9s: points, polyRussia: 35000000... 65.3s: points, polyRussia: 36000000... 66.6s: points, polyRussia: 37000000... 67.9s: points, polyRussia: 38000000... 69.2s: points, polyRussia: 39000000... 70.5s: points, polyRussia: 40000000... 71.8s: points, polyRussia: 41000000... 73.1s: points, polyRussia: 42000000... 74.5s: points, polyRussia: 43000000... 81.7s: points, polyRussia: 44000000... 83.0s: points, polyRussia: 45000000... 83.9s: points, polyRussia: 46000000... 85.2s: points, polyRussia: 47000000... 86.5s: points, polyRussia: 48000000... 87.9s: points, polyRussia: 49000000... 89.2s: points, polyRussia: 50000000... 90.5s: points, polyRussia: 51000000... 91.8s: points, polyRussia: 52000000... 93.2s: points, polyRussia: 53000000... 94.5s: points, polyRussia: 54000000... 101.7s: points, polyRussia: 55000000... 103.0s: points, polyRussia: 56000000... 103.9s: points, polyRussia: 57000000... 105.3s: points, polyRussia: 58000000... 106.6s: points, polyRussia: 59000000... 107.9s: points, polyRussia: 60000000... 111.1s: points, polyRussia: 111.070869023 sec to index part 0 111.1s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.1s: points, polyRussia: READER MB: 0.0 111.1s: points, polyRussia: maxDoc=60844404 111.4s: points, polyRussia: ITER 0: 16.96 M hits/sec, 4.83 QPS (0.21 sec for 1 queries), totHits=3508846 111.4s: points, polyRussia: *** 111.4s: points, polyRussia: ITER 1: 53.01 M hits/sec, 15.11 QPS (0.07 sec for 1 queries), totHits=3508846 111.4s: points, polyRussia: *** 111.5s: points, polyRussia: ITER 2: 54.10 M hits/sec, 15.42 QPS (0.06 sec for 1 queries), totHits=3508846 111.5s: points, polyRussia: *** 111.6s: points, polyRussia: ITER 3: 51.85 M hits/sec, 14.78 QPS (0.07 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: ITER 4: 46.45 M hits/sec, 13.24 QPS (0.08 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: ITER 5: 50.55 M hits/sec, 14.41 QPS (0.07 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 6: 49.08 M hits/sec, 13.99 QPS (0.07 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 7: 49.89 M hits/sec, 14.22 QPS (0.07 sec for 1 queries), totHits=3508846 111.9s: points, polyRussia: ITER 8: 50.24 M hits/sec, 14.32 QPS (0.07 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 9: 52.63 M hits/sec, 15.00 QPS (0.07 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 10: 47.14 M hits/sec, 13.43 QPS (0.07 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 11: 53.74 M hits/sec, 15.31 QPS (0.07 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 12: 60.80 M hits/sec, 17.33 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 13: 61.36 M hits/sec, 17.49 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 14: 60.38 M hits/sec, 17.21 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 15: 52.04 M hits/sec, 14.83 QPS (0.07 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 16: 53.54 M hits/sec, 15.26 QPS (0.07 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 17: 60.10 M hits/sec, 17.13 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 18: 49.29 M hits/sec, 14.05 QPS (0.07 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 19: 53.03 M hits/sec, 15.11 QPS (0.07 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: BEST M hits/sec: 61.36020257554885 112.6s: points, polyRussia: BEST QPS: 17.487288577369554 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.1s|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|61.36|17.49|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.4s: geo3d, polyRussia: 1000000... 116.5s: geo3d, polyRussia: 2000000... 118.2s: geo3d, polyRussia: 3000000... 119.9s: geo3d, polyRussia: 4000000... 121.5s: geo3d, polyRussia: 5000000... 123.1s: geo3d, polyRussia: 6000000... 124.8s: geo3d, polyRussia: 7000000... 126.4s: geo3d, polyRussia: 8000000... 128.1s: geo3d, polyRussia: 9000000... 129.7s: geo3d, polyRussia: 10000000... 138.6s: geo3d, polyRussia: 11000000... 139.7s: geo3d, polyRussia: 12000000... 141.4s: geo3d, polyRussia: 13000000... 143.0s: geo3d, polyRussia: 14000000... 144.7s: geo3d, polyRussia: 15000000... 146.3s: geo3d, polyRussia: 16000000... 148.0s: geo3d, polyRussia: 17000000... 149.7s: geo3d, polyRussia: 18000000... 151.3s: geo3d, polyRussia: 19000000... 153.0s: geo3d, polyRussia: 20000000... 154.6s: geo3d, polyRussia: 21000000... 163.5s: geo3d, polyRussia: 22000000... 164.6s: geo3d, polyRussia: 23000000... 166.2s: geo3d, polyRussia: 24000000... 167.9s: geo3d, polyRussia: 25000000... 169.6s: geo3d, polyRussia: 26000000... 171.2s: geo3d, polyRussia: 27000000... 172.8s: geo3d, polyRussia: 28000000... 174.5s: geo3d, polyRussia: 29000000... 176.1s: geo3d, polyRussia: 30000000... 177.7s: geo3d, polyRussia: 31000000... 179.4s: geo3d, polyRussia: 32000000... 188.4s: geo3d, polyRussia: 33000000... 190.1s: geo3d, polyRussia: 34000000... 191.1s: geo3d, polyRussia: 35000000... 192.8s: geo3d, polyRussia: 36000000... 194.4s: geo3d, polyRussia: 37000000... 196.0s: geo3d, polyRussia: 38000000... 197.6s: geo3d, polyRussia: 39000000... 199.3s: geo3d, polyRussia: 40000000... 200.9s: geo3d, polyRussia: 41000000... 202.6s: geo3d, polyRussia: 42000000... 204.2s: geo3d, polyRussia: 43000000... 213.1s: geo3d, polyRussia: 44000000... 214.8s: geo3d, polyRussia: 45000000... 215.8s: geo3d, polyRussia: 46000000... 217.5s: geo3d, polyRussia: 47000000... 219.1s: geo3d, polyRussia: 48000000... 220.7s: geo3d, polyRussia: 49000000... 222.4s: geo3d, polyRussia: 50000000... 224.1s: geo3d, polyRussia: 51000000... 225.7s: geo3d, polyRussia: 52000000... 227.3s: geo3d, polyRussia: 53000000... 228.9s: geo3d, polyRussia: 54000000... 237.9s: geo3d, polyRussia: 55000000... 239.5s: geo3d, polyRussia: 56000000... 240.6s: geo3d, polyRussia: 57000000... 242.3s: geo3d, polyRussia: 58000000... 243.9s: geo3d, polyRussia: 59000000... 245.5s: geo3d, polyRussia: 60000000... 248.9s: geo3d, polyRussia: 136.201865026 sec to index part 0 248.9s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 248.9s: geo3d, polyRussia: READER MB: 0.0 248.9s: geo3d, polyRussia: maxDoc=60844404 250.4s: geo3d, polyRussia: ITER 0: 2.34 M hits/sec, 0.67 QPS (1.50 sec for 1 queries), totHits=3508671 250.4s: geo3d, polyRussia: *** 251.5s: geo3d, polyRussia: ITER 1: 3.14 M hits/sec, 0.90 QPS (1.12 sec for 1 queries), totHits=3508671 251.5s: geo3d, polyRussia: *** 252.6s: geo3d, polyRussia: ITER 2: 3.41 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 252.6s: geo3d, polyRussia: *** 253.5s: geo3d, polyRussia: ITER 3: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 253.5s: geo3d, polyRussia: *** 254.5s: geo3d, polyRussia: ITER 4: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 255.5s: geo3d, polyRussia: ITER 5: 3.51 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 256.5s: geo3d, polyRussia: ITER 6: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 257.5s: geo3d, polyRussia: ITER 7: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 258.4s: geo3d, polyRussia: ITER 8: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 258.4s: geo3d, polyRussia: *** 259.4s: geo3d, polyRussia: ITER 9: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 260.4s: geo3d, polyRussia: ITER 10: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.4s: geo3d, polyRussia: ITER 11: 3.53 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 262.4s: geo3d, polyRussia: ITER 12: 3.56 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 263.4s: geo3d, polyRussia: ITER 13: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 264.3s: geo3d, polyRussia: ITER 14: 3.67 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 264.3s: geo3d, polyRussia: *** 265.3s: geo3d, polyRussia: ITER 15: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 266.3s: geo3d, polyRussia: ITER 16: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 267.2s: geo3d, polyRussia: ITER 17: 3.67 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 267.2s: geo3d, polyRussia: *** 268.2s: geo3d, polyRussia: ITER 18: 3.63 M hits/sec, 1.04 QPS (0.97 sec for 1 queries), totHits=3508671 269.2s: geo3d, polyRussia: ITER 19: 3.65 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 269.2s: geo3d, polyRussia: BEST M hits/sec: 3.6747369295441015 269.2s: geo3d, polyRussia: BEST QPS: 1.0473301513718731 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|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.67|1.05|3508671| |polyRussia|points|61.36|17.49|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.0s: shapes, polyRussia: 1000000... 273.4s: shapes, polyRussia: 2000000... 275.4s: shapes, polyRussia: 3000000... 277.4s: shapes, polyRussia: 4000000... 279.4s: shapes, polyRussia: 5000000... 281.3s: shapes, polyRussia: 6000000... 283.3s: shapes, polyRussia: 7000000... 285.2s: shapes, polyRussia: 8000000... 287.2s: shapes, polyRussia: 9000000... 289.2s: shapes, polyRussia: 10000000... 300.8s: shapes, polyRussia: 11000000... 302.0s: shapes, polyRussia: 12000000... 304.0s: shapes, polyRussia: 13000000... 305.9s: shapes, polyRussia: 14000000... 307.9s: shapes, polyRussia: 15000000... 309.8s: shapes, polyRussia: 16000000... 311.9s: shapes, polyRussia: 17000000... 313.8s: shapes, polyRussia: 18000000... 315.8s: shapes, polyRussia: 19000000... 317.7s: shapes, polyRussia: 20000000... 319.7s: shapes, polyRussia: 21000000... 331.6s: shapes, polyRussia: 22000000... 332.8s: shapes, polyRussia: 23000000... 334.7s: shapes, polyRussia: 24000000... 336.7s: shapes, polyRussia: 25000000... 338.7s: shapes, polyRussia: 26000000... 340.6s: shapes, polyRussia: 27000000... 342.6s: shapes, polyRussia: 28000000... 344.5s: shapes, polyRussia: 29000000... 346.5s: shapes, polyRussia: 30000000... 348.4s: shapes, polyRussia: 31000000... 350.3s: shapes, polyRussia: 32000000... 362.2s: shapes, polyRussia: 33000000... 364.1s: shapes, polyRussia: 34000000... 365.3s: shapes, polyRussia: 35000000... 367.2s: shapes, polyRussia: 36000000... 369.2s: shapes, polyRussia: 37000000... 371.1s: shapes, polyRussia: 38000000... 373.0s: shapes, polyRussia: 39000000... 375.0s: shapes, polyRussia: 40000000... 376.9s: shapes, polyRussia: 41000000... 378.9s: shapes, polyRussia: 42000000... 380.9s: shapes, polyRussia: 43000000... 392.6s: shapes, polyRussia: 44000000... 394.6s: shapes, polyRussia: 45000000... 395.7s: shapes, polyRussia: 46000000... 397.7s: shapes, polyRussia: 47000000... 399.6s: shapes, polyRussia: 48000000... 401.5s: shapes, polyRussia: 49000000... 403.5s: shapes, polyRussia: 50000000... 405.5s: shapes, polyRussia: 51000000... 407.4s: shapes, polyRussia: 52000000... 409.3s: shapes, polyRussia: 53000000... 411.3s: shapes, polyRussia: 54000000... 423.1s: shapes, polyRussia: 55000000... 425.1s: shapes, polyRussia: 56000000... 426.3s: shapes, polyRussia: 57000000... 428.3s: shapes, polyRussia: 58000000... 430.2s: shapes, polyRussia: 59000000... 432.1s: shapes, polyRussia: 60000000... 437.1s: shapes, polyRussia: 167.840646879 sec to index part 0 437.1s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 437.1s: shapes, polyRussia: READER MB: 0.0 437.1s: shapes, polyRussia: maxDoc=60844404 437.3s: shapes, polyRussia: ITER 0: 17.60 M hits/sec, 5.02 QPS (0.20 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: *** 437.4s: shapes, polyRussia: ITER 1: 40.02 M hits/sec, 11.41 QPS (0.09 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: *** 437.5s: shapes, polyRussia: ITER 2: 42.15 M hits/sec, 12.01 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: *** 437.6s: shapes, polyRussia: ITER 3: 29.19 M hits/sec, 8.32 QPS (0.12 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 4: 45.48 M hits/sec, 12.96 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.8s: shapes, polyRussia: ITER 5: 44.93 M hits/sec, 12.80 QPS (0.08 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 6: 44.33 M hits/sec, 12.63 QPS (0.08 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 7: 44.39 M hits/sec, 12.65 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 8: 44.98 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: ITER 9: 46.13 M hits/sec, 13.15 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: *** 438.2s: shapes, polyRussia: ITER 10: 45.32 M hits/sec, 12.92 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: ITER 11: 45.10 M hits/sec, 12.85 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: ITER 12: 45.76 M hits/sec, 13.04 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: ITER 13: 45.13 M hits/sec, 12.86 QPS (0.08 sec for 1 queries), totHits=3508846 438.5s: shapes, polyRussia: ITER 14: 45.22 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 438.6s: shapes, polyRussia: ITER 15: 42.87 M hits/sec, 12.22 QPS (0.08 sec for 1 queries), totHits=3508846 438.6s: shapes, polyRussia: ITER 16: 45.45 M hits/sec, 12.95 QPS (0.08 sec for 1 queries), totHits=3508846 438.7s: shapes, polyRussia: ITER 17: 45.36 M hits/sec, 12.93 QPS (0.08 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: ITER 18: 45.60 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: ITER 19: 45.55 M hits/sec, 12.98 QPS (0.08 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: BEST M hits/sec: 46.13446431762647 438.9s: shapes, polyRussia: BEST QPS: 13.148044775298336 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 439.1s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 439.1s: points, polyMedium: READER MB: 0.0 439.1s: points, polyMedium: maxDoc=60844404 439.7s: points, polyMedium: ITER 0: 5.96 M hits/sec, 72.99 QPS (0.45 sec for 33 queries), totHits=2693559 439.7s: points, polyMedium: *** 439.9s: points, polyMedium: ITER 1: 15.69 M hits/sec, 192.28 QPS (0.17 sec for 33 queries), totHits=2693559 439.9s: points, polyMedium: *** 440.0s: points, polyMedium: ITER 2: 16.50 M hits/sec, 202.10 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: *** 440.2s: points, polyMedium: ITER 3: 16.55 M hits/sec, 202.77 QPS (0.16 sec for 33 queries), totHits=2693559 440.2s: points, polyMedium: *** 440.4s: points, polyMedium: ITER 4: 15.79 M hits/sec, 193.49 QPS (0.17 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 5: 16.59 M hits/sec, 203.26 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: *** 440.7s: points, polyMedium: ITER 6: 16.79 M hits/sec, 205.75 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: *** 440.8s: points, polyMedium: ITER 7: 16.78 M hits/sec, 205.64 QPS (0.16 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 8: 16.66 M hits/sec, 204.10 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 9: 16.62 M hits/sec, 203.61 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 10: 16.36 M hits/sec, 200.49 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 11: 16.54 M hits/sec, 202.68 QPS (0.16 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: ITER 12: 16.32 M hits/sec, 199.96 QPS (0.17 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 13: 16.57 M hits/sec, 203.05 QPS (0.16 sec for 33 queries), totHits=2693559 442.0s: points, polyMedium: ITER 14: 16.70 M hits/sec, 204.63 QPS (0.16 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: ITER 15: 16.74 M hits/sec, 205.12 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: ITER 16: 15.59 M hits/sec, 191.01 QPS (0.17 sec for 33 queries), totHits=2693559 442.5s: points, polyMedium: ITER 17: 16.51 M hits/sec, 202.31 QPS (0.16 sec for 33 queries), totHits=2693559 442.7s: points, polyMedium: ITER 18: 16.54 M hits/sec, 202.62 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 19: 16.69 M hits/sec, 204.48 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: BEST M hits/sec: 16.793641836406703 442.8s: points, polyMedium: BEST QPS: 205.74644201275012 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 443.1s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 443.1s: geo3d, polyMedium: READER MB: 0.0 443.1s: geo3d, polyMedium: maxDoc=60844404 444.8s: geo3d, polyMedium: ITER 0: 1.68 M hits/sec, 20.61 QPS (1.60 sec for 33 queries), totHits=2693541 444.8s: geo3d, polyMedium: *** 445.8s: geo3d, polyMedium: ITER 1: 2.56 M hits/sec, 31.35 QPS (1.05 sec for 33 queries), totHits=2693541 445.8s: geo3d, polyMedium: *** 446.9s: geo3d, polyMedium: ITER 2: 2.54 M hits/sec, 31.10 QPS (1.06 sec for 33 queries), totHits=2693541 447.9s: geo3d, polyMedium: ITER 3: 2.56 M hits/sec, 31.41 QPS (1.05 sec for 33 queries), totHits=2693541 447.9s: geo3d, polyMedium: *** 449.0s: geo3d, polyMedium: ITER 4: 2.51 M hits/sec, 30.70 QPS (1.07 sec for 33 queries), totHits=2693541 450.1s: geo3d, polyMedium: ITER 5: 2.46 M hits/sec, 30.13 QPS (1.10 sec for 33 queries), totHits=2693541 451.2s: geo3d, polyMedium: ITER 6: 2.48 M hits/sec, 30.38 QPS (1.09 sec for 33 queries), totHits=2693541 452.3s: geo3d, polyMedium: ITER 7: 2.38 M hits/sec, 29.18 QPS (1.13 sec for 33 queries), totHits=2693541 453.4s: geo3d, polyMedium: ITER 8: 2.49 M hits/sec, 30.48 QPS (1.08 sec for 33 queries), totHits=2693541 454.5s: geo3d, polyMedium: ITER 9: 2.48 M hits/sec, 30.37 QPS (1.09 sec for 33 queries), totHits=2693541 455.6s: geo3d, polyMedium: ITER 10: 2.37 M hits/sec, 29.01 QPS (1.14 sec for 33 queries), totHits=2693541 456.7s: geo3d, polyMedium: ITER 11: 2.50 M hits/sec, 30.58 QPS (1.08 sec for 33 queries), totHits=2693541 457.8s: geo3d, polyMedium: ITER 12: 2.55 M hits/sec, 31.20 QPS (1.06 sec for 33 queries), totHits=2693541 458.9s: geo3d, polyMedium: ITER 13: 2.50 M hits/sec, 30.66 QPS (1.08 sec for 33 queries), totHits=2693541 459.9s: geo3d, polyMedium: ITER 14: 2.52 M hits/sec, 30.89 QPS (1.07 sec for 33 queries), totHits=2693541 461.0s: geo3d, polyMedium: ITER 15: 2.54 M hits/sec, 31.13 QPS (1.06 sec for 33 queries), totHits=2693541 462.1s: geo3d, polyMedium: ITER 16: 2.48 M hits/sec, 30.35 QPS (1.09 sec for 33 queries), totHits=2693541 463.1s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.81 QPS (1.07 sec for 33 queries), totHits=2693541 464.3s: geo3d, polyMedium: ITER 18: 2.43 M hits/sec, 29.82 QPS (1.11 sec for 33 queries), totHits=2693541 465.3s: geo3d, polyMedium: ITER 19: 2.52 M hits/sec, 30.93 QPS (1.07 sec for 33 queries), totHits=2693541 465.3s: geo3d, polyMedium: BEST M hits/sec: 2.5634434653602507 465.3s: geo3d, polyMedium: BEST QPS: 31.40610607259673 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|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 465.6s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 465.6s: shapes, polyMedium: READER MB: 0.0 465.6s: shapes, polyMedium: maxDoc=60844404 466.3s: shapes, polyMedium: ITER 0: 4.93 M hits/sec, 60.35 QPS (0.55 sec for 33 queries), totHits=2693559 466.3s: shapes, polyMedium: *** 466.5s: shapes, polyMedium: ITER 1: 13.53 M hits/sec, 165.74 QPS (0.20 sec for 33 queries), totHits=2693559 466.5s: shapes, polyMedium: *** 466.7s: shapes, polyMedium: ITER 2: 13.63 M hits/sec, 167.03 QPS (0.20 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: *** 466.9s: shapes, polyMedium: ITER 3: 13.60 M hits/sec, 166.56 QPS (0.20 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: ITER 4: 13.17 M hits/sec, 161.35 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 5: 13.60 M hits/sec, 166.67 QPS (0.20 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: ITER 6: 13.81 M hits/sec, 169.13 QPS (0.20 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: *** 467.7s: shapes, polyMedium: ITER 7: 13.80 M hits/sec, 169.03 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 8: 13.72 M hits/sec, 168.12 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: ITER 9: 13.65 M hits/sec, 167.19 QPS (0.20 sec for 33 queries), totHits=2693559 468.2s: shapes, polyMedium: ITER 10: 13.78 M hits/sec, 168.87 QPS (0.20 sec for 33 queries), totHits=2693559 468.4s: shapes, polyMedium: ITER 11: 13.68 M hits/sec, 167.57 QPS (0.20 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: ITER 12: 13.68 M hits/sec, 167.57 QPS (0.20 sec for 33 queries), totHits=2693559 468.8s: shapes, polyMedium: ITER 13: 13.52 M hits/sec, 165.67 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 14: 13.57 M hits/sec, 166.22 QPS (0.20 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: ITER 15: 13.52 M hits/sec, 165.59 QPS (0.20 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: ITER 16: 13.76 M hits/sec, 168.52 QPS (0.20 sec for 33 queries), totHits=2693559 469.6s: shapes, polyMedium: ITER 17: 13.19 M hits/sec, 161.59 QPS (0.20 sec for 33 queries), totHits=2693559 469.8s: shapes, polyMedium: ITER 18: 13.57 M hits/sec, 166.26 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: ITER 19: 13.73 M hits/sec, 168.18 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: BEST M hits/sec: 13.805094317249587 470.0s: shapes, polyMedium: BEST QPS: 169.13240529323338 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 470.3s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 470.3s: points, poly 10: READER MB: 0.0 470.3s: points, poly 10: maxDoc=60844404 472.4s: points, poly 10: ITER 0: 173.13 M hits/sec, 109.48 QPS (2.06 sec for 225 queries), totHits=355809475 472.4s: points, poly 10: *** 474.1s: points, poly 10: ITER 1: 207.18 M hits/sec, 131.01 QPS (1.72 sec for 225 queries), totHits=355809475 474.1s: points, poly 10: *** 475.4s: points, poly 10: ITER 2: 258.45 M hits/sec, 163.43 QPS (1.38 sec for 225 queries), totHits=355809475 475.4s: points, poly 10: *** 476.8s: points, poly 10: ITER 3: 268.96 M hits/sec, 170.08 QPS (1.32 sec for 225 queries), totHits=355809475 476.8s: points, poly 10: *** 478.1s: points, poly 10: ITER 4: 273.61 M hits/sec, 173.02 QPS (1.30 sec for 225 queries), totHits=355809475 478.1s: points, poly 10: *** 479.4s: points, poly 10: ITER 5: 276.46 M hits/sec, 174.82 QPS (1.29 sec for 225 queries), totHits=355809475 479.4s: points, poly 10: *** 480.7s: points, poly 10: ITER 6: 274.88 M hits/sec, 173.82 QPS (1.29 sec for 225 queries), totHits=355809475 482.0s: points, poly 10: ITER 7: 272.80 M hits/sec, 172.51 QPS (1.30 sec for 225 queries), totHits=355809475 483.2s: points, poly 10: ITER 8: 278.52 M hits/sec, 176.13 QPS (1.28 sec for 225 queries), totHits=355809475 483.2s: points, poly 10: *** 484.5s: points, poly 10: ITER 9: 278.92 M hits/sec, 176.38 QPS (1.28 sec for 225 queries), totHits=355809475 484.5s: points, poly 10: *** 485.8s: points, poly 10: ITER 10: 275.27 M hits/sec, 174.07 QPS (1.29 sec for 225 queries), totHits=355809475 487.1s: points, poly 10: ITER 11: 274.79 M hits/sec, 173.76 QPS (1.29 sec for 225 queries), totHits=355809475 488.4s: points, poly 10: ITER 12: 273.86 M hits/sec, 173.18 QPS (1.30 sec for 225 queries), totHits=355809475 489.7s: points, poly 10: ITER 13: 274.45 M hits/sec, 173.55 QPS (1.30 sec for 225 queries), totHits=355809475 491.0s: points, poly 10: ITER 14: 272.87 M hits/sec, 172.55 QPS (1.30 sec for 225 queries), totHits=355809475 492.3s: points, poly 10: ITER 15: 271.01 M hits/sec, 171.38 QPS (1.31 sec for 225 queries), totHits=355809475 493.6s: points, poly 10: ITER 16: 270.21 M hits/sec, 170.87 QPS (1.32 sec for 225 queries), totHits=355809475 494.9s: points, poly 10: ITER 17: 274.69 M hits/sec, 173.71 QPS (1.30 sec for 225 queries), totHits=355809475 496.2s: points, poly 10: ITER 18: 273.64 M hits/sec, 173.04 QPS (1.30 sec for 225 queries), totHits=355809475 497.5s: points, poly 10: ITER 19: 270.64 M hits/sec, 171.14 QPS (1.31 sec for 225 queries), totHits=355809475 497.5s: points, poly 10: BEST M hits/sec: 278.9178015036979 497.5s: points, poly 10: BEST QPS: 176.37671211069357 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|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 497.8s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 497.8s: geo3d, poly 10: READER MB: 0.0 497.8s: geo3d, poly 10: maxDoc=60844404 499.7s: geo3d, poly 10: ITER 0: 189.25 M hits/sec, 119.66 QPS (1.88 sec for 225 queries), totHits=355855227 499.7s: geo3d, poly 10: *** 501.2s: geo3d, poly 10: ITER 1: 234.35 M hits/sec, 148.17 QPS (1.52 sec for 225 queries), totHits=355855227 501.2s: geo3d, poly 10: *** 502.7s: geo3d, poly 10: ITER 2: 239.44 M hits/sec, 151.40 QPS (1.49 sec for 225 queries), totHits=355855227 502.7s: geo3d, poly 10: *** 504.2s: geo3d, poly 10: ITER 3: 229.67 M hits/sec, 145.21 QPS (1.55 sec for 225 queries), totHits=355855227 505.7s: geo3d, poly 10: ITER 4: 247.06 M hits/sec, 156.21 QPS (1.44 sec for 225 queries), totHits=355855227 505.7s: geo3d, poly 10: *** 507.1s: geo3d, poly 10: ITER 5: 246.99 M hits/sec, 156.17 QPS (1.44 sec for 225 queries), totHits=355855227 508.6s: geo3d, poly 10: ITER 6: 246.86 M hits/sec, 156.09 QPS (1.44 sec for 225 queries), totHits=355855227 510.0s: geo3d, poly 10: ITER 7: 250.27 M hits/sec, 158.24 QPS (1.42 sec for 225 queries), totHits=355855227 510.0s: geo3d, poly 10: *** 511.4s: geo3d, poly 10: ITER 8: 248.99 M hits/sec, 157.43 QPS (1.43 sec for 225 queries), totHits=355855227 512.9s: geo3d, poly 10: ITER 9: 248.89 M hits/sec, 157.37 QPS (1.43 sec for 225 queries), totHits=355855227 514.3s: geo3d, poly 10: ITER 10: 238.73 M hits/sec, 150.94 QPS (1.49 sec for 225 queries), totHits=355855227 515.8s: geo3d, poly 10: ITER 11: 246.36 M hits/sec, 155.77 QPS (1.44 sec for 225 queries), totHits=355855227 517.2s: geo3d, poly 10: ITER 12: 248.84 M hits/sec, 157.34 QPS (1.43 sec for 225 queries), totHits=355855227 518.7s: geo3d, poly 10: ITER 13: 245.72 M hits/sec, 155.36 QPS (1.45 sec for 225 queries), totHits=355855227 520.1s: geo3d, poly 10: ITER 14: 245.61 M hits/sec, 155.29 QPS (1.45 sec for 225 queries), totHits=355855227 521.6s: geo3d, poly 10: ITER 15: 244.67 M hits/sec, 154.70 QPS (1.45 sec for 225 queries), totHits=355855227 523.0s: geo3d, poly 10: ITER 16: 244.96 M hits/sec, 154.88 QPS (1.45 sec for 225 queries), totHits=355855227 524.5s: geo3d, poly 10: ITER 17: 239.86 M hits/sec, 151.66 QPS (1.48 sec for 225 queries), totHits=355855227 526.0s: geo3d, poly 10: ITER 18: 242.55 M hits/sec, 153.36 QPS (1.47 sec for 225 queries), totHits=355855227 527.4s: geo3d, poly 10: ITER 19: 243.31 M hits/sec, 153.84 QPS (1.46 sec for 225 queries), totHits=355855227 527.4s: geo3d, poly 10: BEST M hits/sec: 250.26522836763652 527.4s: geo3d, poly 10: BEST QPS: 158.23759807445015 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|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 527.7s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 527.7s: shapes, poly 10: READER MB: 0.0 527.7s: shapes, poly 10: maxDoc=60844404 530.2s: shapes, poly 10: ITER 0: 144.61 M hits/sec, 91.45 QPS (2.46 sec for 225 queries), totHits=355809475 530.2s: shapes, poly 10: *** 532.3s: shapes, poly 10: ITER 1: 169.17 M hits/sec, 106.98 QPS (2.10 sec for 225 queries), totHits=355809475 532.3s: shapes, poly 10: *** 534.2s: shapes, poly 10: ITER 2: 186.07 M hits/sec, 117.67 QPS (1.91 sec for 225 queries), totHits=355809475 534.2s: shapes, poly 10: *** 536.1s: shapes, poly 10: ITER 3: 188.85 M hits/sec, 119.42 QPS (1.88 sec for 225 queries), totHits=355809475 536.1s: shapes, poly 10: *** 537.9s: shapes, poly 10: ITER 4: 194.86 M hits/sec, 123.22 QPS (1.83 sec for 225 queries), totHits=355809475 537.9s: shapes, poly 10: *** 539.7s: shapes, poly 10: ITER 5: 194.24 M hits/sec, 122.83 QPS (1.83 sec for 225 queries), totHits=355809475 541.6s: shapes, poly 10: ITER 6: 194.24 M hits/sec, 122.83 QPS (1.83 sec for 225 queries), totHits=355809475 543.4s: shapes, poly 10: ITER 7: 196.20 M hits/sec, 124.07 QPS (1.81 sec for 225 queries), totHits=355809475 543.4s: shapes, poly 10: *** 545.2s: shapes, poly 10: ITER 8: 196.26 M hits/sec, 124.10 QPS (1.81 sec for 225 queries), totHits=355809475 545.2s: shapes, poly 10: *** 547.0s: shapes, poly 10: ITER 9: 193.81 M hits/sec, 122.56 QPS (1.84 sec for 225 queries), totHits=355809475 548.9s: shapes, poly 10: ITER 10: 193.14 M hits/sec, 122.13 QPS (1.84 sec for 225 queries), totHits=355809475 550.7s: shapes, poly 10: ITER 11: 196.43 M hits/sec, 124.22 QPS (1.81 sec for 225 queries), totHits=355809475 550.7s: shapes, poly 10: *** 552.5s: shapes, poly 10: ITER 12: 196.74 M hits/sec, 124.41 QPS (1.81 sec for 225 queries), totHits=355809475 552.5s: shapes, poly 10: *** 554.3s: shapes, poly 10: ITER 13: 197.23 M hits/sec, 124.72 QPS (1.80 sec for 225 queries), totHits=355809475 554.3s: shapes, poly 10: *** 556.1s: shapes, poly 10: ITER 14: 196.20 M hits/sec, 124.07 QPS (1.81 sec for 225 queries), totHits=355809475 557.9s: shapes, poly 10: ITER 15: 197.19 M hits/sec, 124.70 QPS (1.80 sec for 225 queries), totHits=355809475 559.8s: shapes, poly 10: ITER 16: 195.17 M hits/sec, 123.42 QPS (1.82 sec for 225 queries), totHits=355809475 561.6s: shapes, poly 10: ITER 17: 196.31 M hits/sec, 124.14 QPS (1.81 sec for 225 queries), totHits=355809475 563.4s: shapes, poly 10: ITER 18: 195.17 M hits/sec, 123.42 QPS (1.82 sec for 225 queries), totHits=355809475 565.2s: shapes, poly 10: ITER 19: 195.93 M hits/sec, 123.90 QPS (1.82 sec for 225 queries), totHits=355809475 565.2s: shapes, poly 10: BEST M hits/sec: 197.23264447686554 565.2s: shapes, poly 10: BEST QPS: 124.72221265972398 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|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 565.5s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 565.5s: points, nearest 10: READER MB: 0.0 565.5s: points, nearest 10: maxDoc=60844404 565.6s: points, nearest 10: ITER 0: 1376.71 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.6s: points, nearest 10: *** 565.7s: points, nearest 10: ITER 1: 2840.23 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.7s: points, nearest 10: *** 565.8s: points, nearest 10: ITER 2: 3013.15 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: *** 565.9s: points, nearest 10: ITER 3: 3016.75 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.9s: points, nearest 10: *** 565.9s: points, nearest 10: ITER 4: 3083.15 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.9s: points, nearest 10: *** 566.0s: points, nearest 10: ITER 5: 3108.87 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.0s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 6: 2805.34 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: ITER 7: 3117.00 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.2s: points, nearest 10: ITER 8: 3269.62 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.3s: points, nearest 10: ITER 9: 3227.60 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: ITER 10: 3272.96 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 11: 3273.07 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.5s: points, nearest 10: ITER 12: 3280.18 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: *** 566.6s: points, nearest 10: ITER 13: 3275.27 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.6s: points, nearest 10: ITER 14: 3097.87 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.7s: points, nearest 10: ITER 15: 3289.00 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.7s: points, nearest 10: *** 566.8s: points, nearest 10: ITER 16: 3283.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.8s: points, nearest 10: ITER 17: 3283.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.9s: points, nearest 10: ITER 18: 3283.47 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: ITER 19: 3277.53 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: BEST M hits/sec: 0.03289004952919867 567.0s: points, nearest 10: BEST QPS: 3289.0049529198673 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|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 568.6s: points, sort: 1000000... 570.6s: points, sort: 2000000... 572.1s: points, sort: 3000000... 573.5s: points, sort: 4000000... 574.9s: points, sort: 5000000... 576.4s: points, sort: 6000000... 577.8s: points, sort: 7000000... 579.2s: points, sort: 8000000... 580.7s: points, sort: 9000000... 582.1s: points, sort: 10000000... 589.9s: points, sort: 11000000... 590.9s: points, sort: 12000000... 592.3s: points, sort: 13000000... 593.8s: points, sort: 14000000... 595.2s: points, sort: 15000000... 596.6s: points, sort: 16000000... 598.1s: points, sort: 17000000... 599.6s: points, sort: 18000000... 601.0s: points, sort: 19000000... 602.4s: points, sort: 20000000... 603.9s: points, sort: 21000000... 611.5s: points, sort: 22000000... 612.4s: points, sort: 23000000... 613.9s: points, sort: 24000000... 615.3s: points, sort: 25000000... 616.8s: points, sort: 26000000... 618.2s: points, sort: 27000000... 619.6s: points, sort: 28000000... 621.0s: points, sort: 29000000... 622.5s: points, sort: 30000000... 623.9s: points, sort: 31000000... 625.3s: points, sort: 32000000... 632.9s: points, sort: 33000000... 634.4s: points, sort: 34000000... 635.3s: points, sort: 35000000... 636.7s: points, sort: 36000000... 638.1s: points, sort: 37000000... 639.5s: points, sort: 38000000... 641.0s: points, sort: 39000000... 642.4s: points, sort: 40000000... 643.8s: points, sort: 41000000... 645.2s: points, sort: 42000000... 646.6s: points, sort: 43000000... 654.2s: points, sort: 44000000... 655.6s: points, sort: 45000000... 656.6s: points, sort: 46000000... 658.0s: points, sort: 47000000... 659.4s: points, sort: 48000000... 660.8s: points, sort: 49000000... 662.3s: points, sort: 50000000... 663.7s: points, sort: 51000000... 665.1s: points, sort: 52000000... 666.5s: points, sort: 53000000... 668.0s: points, sort: 54000000... 675.5s: points, sort: 55000000... 677.0s: points, sort: 56000000... 677.9s: points, sort: 57000000... 679.4s: points, sort: 58000000... 680.8s: points, sort: 59000000... 682.2s: points, sort: 60000000... 686.0s: points, sort: 118.94244817 sec to index part 0 686.0s: points, sort: INDEX SIZE: 0.9472499107941985 GB 686.0s: points, sort: READER MB: 0.0 686.0s: points, sort: maxDoc=60844404 688.4s: points, sort: ITER 0: 128.52 M hits/sec, 130.78 QPS (1.72 sec for 225 queries), totHits=221118844 688.4s: points, sort: *** 690.6s: points, sort: ITER 1: 148.29 M hits/sec, 150.89 QPS (1.49 sec for 225 queries), totHits=221118844 690.6s: points, sort: *** 692.7s: points, sort: ITER 2: 149.86 M hits/sec, 152.49 QPS (1.48 sec for 225 queries), totHits=221118844 692.7s: points, sort: *** 694.9s: points, sort: ITER 3: 148.44 M hits/sec, 151.04 QPS (1.49 sec for 225 queries), totHits=221118844 697.0s: points, sort: ITER 4: 150.40 M hits/sec, 153.04 QPS (1.47 sec for 225 queries), totHits=221118844 697.0s: points, sort: *** 699.2s: points, sort: ITER 5: 151.42 M hits/sec, 154.08 QPS (1.46 sec for 225 queries), totHits=221118844 699.2s: points, sort: *** 701.3s: points, sort: ITER 6: 151.12 M hits/sec, 153.77 QPS (1.46 sec for 225 queries), totHits=221118844 703.4s: points, sort: ITER 7: 149.77 M hits/sec, 152.40 QPS (1.48 sec for 225 queries), totHits=221118844 705.6s: points, sort: ITER 8: 150.65 M hits/sec, 153.29 QPS (1.47 sec for 225 queries), totHits=221118844 707.7s: points, sort: ITER 9: 149.30 M hits/sec, 151.92 QPS (1.48 sec for 225 queries), totHits=221118844 709.9s: points, sort: ITER 10: 149.88 M hits/sec, 152.51 QPS (1.48 sec for 225 queries), totHits=221118844 712.1s: points, sort: ITER 11: 147.67 M hits/sec, 150.26 QPS (1.50 sec for 225 queries), totHits=221118844 714.2s: points, sort: ITER 12: 148.49 M hits/sec, 151.10 QPS (1.49 sec for 225 queries), totHits=221118844 716.4s: points, sort: ITER 13: 149.12 M hits/sec, 151.74 QPS (1.48 sec for 225 queries), totHits=221118844 718.6s: points, sort: ITER 14: 144.45 M hits/sec, 146.99 QPS (1.53 sec for 225 queries), totHits=221118844 720.8s: points, sort: ITER 15: 148.30 M hits/sec, 150.90 QPS (1.49 sec for 225 queries), totHits=221118844 723.0s: points, sort: ITER 16: 148.45 M hits/sec, 151.06 QPS (1.49 sec for 225 queries), totHits=221118844 725.2s: points, sort: ITER 17: 146.54 M hits/sec, 149.11 QPS (1.51 sec for 225 queries), totHits=221118844 727.5s: points, sort: ITER 18: 144.64 M hits/sec, 147.18 QPS (1.53 sec for 225 queries), totHits=221118844 729.7s: points, sort: ITER 19: 146.31 M hits/sec, 148.88 QPS (1.51 sec for 225 queries), totHits=221118844 729.7s: points, sort: BEST M hits/sec: 151.42133624600152 729.7s: points, sort: BEST QPS: 154.07913698820866 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|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|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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.9s: points, distance: INDEX SIZE: 0.4939169967547059 GB 729.9s: points, distance: READER MB: 0.0 729.9s: points, distance: maxDoc=60844404 731.4s: points, distance: ITER 0: 257.74 M hits/sec, 151.43 QPS (1.49 sec for 225 queries), totHits=382961957 731.4s: points, distance: *** 732.6s: points, distance: ITER 1: 312.54 M hits/sec, 183.63 QPS (1.23 sec for 225 queries), totHits=382961957 732.6s: points, distance: *** 733.8s: points, distance: ITER 2: 317.35 M hits/sec, 186.45 QPS (1.21 sec for 225 queries), totHits=382961957 733.8s: points, distance: *** 735.1s: points, distance: ITER 3: 301.42 M hits/sec, 177.09 QPS (1.27 sec for 225 queries), totHits=382961957 736.4s: points, distance: ITER 4: 305.51 M hits/sec, 179.50 QPS (1.25 sec for 225 queries), totHits=382961957 737.5s: points, distance: ITER 5: 320.82 M hits/sec, 188.49 QPS (1.19 sec for 225 queries), totHits=382961957 737.5s: points, distance: *** 738.7s: points, distance: ITER 6: 320.26 M hits/sec, 188.16 QPS (1.20 sec for 225 queries), totHits=382961957 739.9s: points, distance: ITER 7: 322.14 M hits/sec, 189.26 QPS (1.19 sec for 225 queries), totHits=382961957 739.9s: points, distance: *** 741.1s: points, distance: ITER 8: 322.54 M hits/sec, 189.50 QPS (1.19 sec for 225 queries), totHits=382961957 741.1s: points, distance: *** 742.3s: points, distance: ITER 9: 325.82 M hits/sec, 191.43 QPS (1.18 sec for 225 queries), totHits=382961957 742.3s: points, distance: *** 743.5s: points, distance: ITER 10: 322.26 M hits/sec, 189.33 QPS (1.19 sec for 225 queries), totHits=382961957 744.7s: points, distance: ITER 11: 317.28 M hits/sec, 186.41 QPS (1.21 sec for 225 queries), totHits=382961957 745.9s: points, distance: ITER 12: 318.16 M hits/sec, 186.93 QPS (1.20 sec for 225 queries), totHits=382961957 747.1s: points, distance: ITER 13: 319.32 M hits/sec, 187.61 QPS (1.20 sec for 225 queries), totHits=382961957 748.3s: points, distance: ITER 14: 314.58 M hits/sec, 184.83 QPS (1.22 sec for 225 queries), totHits=382961957 749.5s: points, distance: ITER 15: 315.14 M hits/sec, 185.16 QPS (1.22 sec for 225 queries), totHits=382961957 750.7s: points, distance: ITER 16: 314.81 M hits/sec, 184.96 QPS (1.22 sec for 225 queries), totHits=382961957 751.9s: points, distance: ITER 17: 318.20 M hits/sec, 186.95 QPS (1.20 sec for 225 queries), totHits=382961957 753.2s: points, distance: ITER 18: 314.26 M hits/sec, 184.64 QPS (1.22 sec for 225 queries), totHits=382961957 754.4s: points, distance: ITER 19: 319.26 M hits/sec, 187.57 QPS (1.20 sec for 225 queries), totHits=382961957 754.4s: points, distance: BEST M hits/sec: 325.81877910541994 754.4s: points, distance: BEST QPS: 191.42691319263204 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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.6s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 754.6s: geo3d, distance: READER MB: 0.0 754.6s: geo3d, distance: maxDoc=60844404 756.2s: geo3d, distance: ITER 0: 239.58 M hits/sec, 140.61 QPS (1.60 sec for 225 queries), totHits=383371904 756.2s: geo3d, distance: *** 757.5s: geo3d, distance: ITER 1: 300.77 M hits/sec, 176.52 QPS (1.27 sec for 225 queries), totHits=383371904 757.5s: geo3d, distance: *** 758.7s: geo3d, distance: ITER 2: 305.98 M hits/sec, 179.58 QPS (1.25 sec for 225 queries), totHits=383371904 758.7s: geo3d, distance: *** 760.0s: geo3d, distance: ITER 3: 297.26 M hits/sec, 174.46 QPS (1.29 sec for 225 queries), totHits=383371904 761.4s: geo3d, distance: ITER 4: 287.96 M hits/sec, 169.00 QPS (1.33 sec for 225 queries), totHits=383371904 762.6s: geo3d, distance: ITER 5: 318.01 M hits/sec, 186.64 QPS (1.21 sec for 225 queries), totHits=383371904 762.6s: geo3d, distance: *** 763.8s: geo3d, distance: ITER 6: 319.61 M hits/sec, 187.58 QPS (1.20 sec for 225 queries), totHits=383371904 763.8s: geo3d, distance: *** 765.0s: geo3d, distance: ITER 7: 308.76 M hits/sec, 181.21 QPS (1.24 sec for 225 queries), totHits=383371904 766.2s: geo3d, distance: ITER 8: 311.92 M hits/sec, 183.07 QPS (1.23 sec for 225 queries), totHits=383371904 767.5s: geo3d, distance: ITER 9: 313.39 M hits/sec, 183.93 QPS (1.22 sec for 225 queries), totHits=383371904 768.7s: geo3d, distance: ITER 10: 314.63 M hits/sec, 184.65 QPS (1.22 sec for 225 queries), totHits=383371904 769.9s: geo3d, distance: ITER 11: 315.00 M hits/sec, 184.87 QPS (1.22 sec for 225 queries), totHits=383371904 771.1s: geo3d, distance: ITER 12: 313.11 M hits/sec, 183.76 QPS (1.22 sec for 225 queries), totHits=383371904 772.3s: geo3d, distance: ITER 13: 318.65 M hits/sec, 187.01 QPS (1.20 sec for 225 queries), totHits=383371904 773.5s: geo3d, distance: ITER 14: 314.91 M hits/sec, 184.82 QPS (1.22 sec for 225 queries), totHits=383371904 774.8s: geo3d, distance: ITER 15: 313.66 M hits/sec, 184.08 QPS (1.22 sec for 225 queries), totHits=383371904 776.0s: geo3d, distance: ITER 16: 310.81 M hits/sec, 182.42 QPS (1.23 sec for 225 queries), totHits=383371904 777.2s: geo3d, distance: ITER 17: 313.35 M hits/sec, 183.90 QPS (1.22 sec for 225 queries), totHits=383371904 778.5s: geo3d, distance: ITER 18: 310.61 M hits/sec, 182.29 QPS (1.23 sec for 225 queries), totHits=383371904 779.7s: geo3d, distance: ITER 19: 312.08 M hits/sec, 183.16 QPS (1.23 sec for 225 queries), totHits=383371904 779.7s: geo3d, distance: BEST M hits/sec: 319.6131325882038 779.7s: geo3d, distance: BEST QPS: 187.5801384557014 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.61|187.58|383371904| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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.0s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 780.0s: shapes, distance: READER MB: 0.0 780.0s: shapes, distance: maxDoc=60844404 782.0s: shapes, distance: ITER 0: 187.58 M hits/sec, 110.21 QPS (2.04 sec for 225 queries), totHits=382961957 782.0s: shapes, distance: *** 783.8s: shapes, distance: ITER 1: 216.30 M hits/sec, 127.08 QPS (1.77 sec for 225 queries), totHits=382961957 783.8s: shapes, distance: *** 785.6s: shapes, distance: ITER 2: 211.90 M hits/sec, 124.50 QPS (1.81 sec for 225 queries), totHits=382961957 787.4s: shapes, distance: ITER 3: 217.08 M hits/sec, 127.54 QPS (1.76 sec for 225 queries), totHits=382961957 787.4s: shapes, distance: *** 789.1s: shapes, distance: ITER 4: 221.45 M hits/sec, 130.11 QPS (1.73 sec for 225 queries), totHits=382961957 789.1s: shapes, distance: *** 790.8s: shapes, distance: ITER 5: 223.40 M hits/sec, 131.26 QPS (1.71 sec for 225 queries), totHits=382961957 790.8s: shapes, distance: *** 792.5s: shapes, distance: ITER 6: 225.83 M hits/sec, 132.68 QPS (1.70 sec for 225 queries), totHits=382961957 792.5s: shapes, distance: *** 794.2s: shapes, distance: ITER 7: 223.15 M hits/sec, 131.11 QPS (1.72 sec for 225 queries), totHits=382961957 795.9s: shapes, distance: ITER 8: 221.28 M hits/sec, 130.01 QPS (1.73 sec for 225 queries), totHits=382961957 797.7s: shapes, distance: ITER 9: 221.79 M hits/sec, 130.31 QPS (1.73 sec for 225 queries), totHits=382961957 799.4s: shapes, distance: ITER 10: 226.19 M hits/sec, 132.89 QPS (1.69 sec for 225 queries), totHits=382961957 799.4s: shapes, distance: *** 801.1s: shapes, distance: ITER 11: 221.48 M hits/sec, 130.13 QPS (1.73 sec for 225 queries), totHits=382961957 802.8s: shapes, distance: ITER 12: 223.14 M hits/sec, 131.10 QPS (1.72 sec for 225 queries), totHits=382961957 804.5s: shapes, distance: ITER 13: 225.01 M hits/sec, 132.20 QPS (1.70 sec for 225 queries), totHits=382961957 806.2s: shapes, distance: ITER 14: 223.50 M hits/sec, 131.31 QPS (1.71 sec for 225 queries), totHits=382961957 808.0s: shapes, distance: ITER 15: 220.66 M hits/sec, 129.64 QPS (1.74 sec for 225 queries), totHits=382961957 809.7s: shapes, distance: ITER 16: 224.62 M hits/sec, 131.97 QPS (1.70 sec for 225 queries), totHits=382961957 811.4s: shapes, distance: ITER 17: 222.83 M hits/sec, 130.92 QPS (1.72 sec for 225 queries), totHits=382961957 813.1s: shapes, distance: ITER 18: 220.86 M hits/sec, 129.76 QPS (1.73 sec for 225 queries), totHits=382961957 814.8s: shapes, distance: ITER 19: 221.77 M hits/sec, 130.30 QPS (1.73 sec for 225 queries), totHits=382961957 814.8s: shapes, distance: BEST M hits/sec: 226.18706243889415 814.9s: shapes, distance: BEST QPS: 132.89071699816697 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.61|187.58|383371904| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|226.19|132.89|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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 815.1s: points, box: INDEX SIZE: 0.4939169967547059 GB 815.1s: points, box: READER MB: 0.0 815.1s: points, box: maxDoc=60844404 815.9s: points, box: ITER 0: 272.94 M hits/sec, 277.74 QPS (0.81 sec for 225 queries), totHits=221118844 815.9s: points, box: *** 816.5s: points, box: ITER 1: 398.10 M hits/sec, 405.09 QPS (0.56 sec for 225 queries), totHits=221118844 816.5s: points, box: *** 817.1s: points, box: ITER 2: 381.36 M hits/sec, 388.06 QPS (0.58 sec for 225 queries), totHits=221118844 817.6s: points, box: ITER 3: 391.65 M hits/sec, 398.53 QPS (0.56 sec for 225 queries), totHits=221118844 818.2s: points, box: ITER 4: 400.11 M hits/sec, 407.14 QPS (0.55 sec for 225 queries), totHits=221118844 818.2s: points, box: *** 818.8s: points, box: ITER 5: 367.56 M hits/sec, 374.01 QPS (0.60 sec for 225 queries), totHits=221118844 819.4s: points, box: ITER 6: 367.31 M hits/sec, 373.76 QPS (0.60 sec for 225 queries), totHits=221118844 819.9s: points, box: ITER 7: 400.29 M hits/sec, 407.32 QPS (0.55 sec for 225 queries), totHits=221118844 819.9s: points, box: *** 820.4s: points, box: ITER 8: 431.07 M hits/sec, 438.64 QPS (0.51 sec for 225 queries), totHits=221118844 820.4s: points, box: *** 821.0s: points, box: ITER 9: 426.62 M hits/sec, 434.11 QPS (0.52 sec for 225 queries), totHits=221118844 821.5s: points, box: ITER 10: 420.73 M hits/sec, 428.11 QPS (0.53 sec for 225 queries), totHits=221118844 822.0s: points, box: ITER 11: 424.06 M hits/sec, 431.50 QPS (0.52 sec for 225 queries), totHits=221118844 822.5s: points, box: ITER 12: 429.17 M hits/sec, 436.70 QPS (0.52 sec for 225 queries), totHits=221118844 823.0s: points, box: ITER 13: 427.15 M hits/sec, 434.65 QPS (0.52 sec for 225 queries), totHits=221118844 823.6s: points, box: ITER 14: 420.21 M hits/sec, 427.58 QPS (0.53 sec for 225 queries), totHits=221118844 824.1s: points, box: ITER 15: 430.97 M hits/sec, 438.54 QPS (0.51 sec for 225 queries), totHits=221118844 824.6s: points, box: ITER 16: 419.26 M hits/sec, 426.62 QPS (0.53 sec for 225 queries), totHits=221118844 825.1s: points, box: ITER 17: 427.77 M hits/sec, 435.28 QPS (0.52 sec for 225 queries), totHits=221118844 825.7s: points, box: ITER 18: 420.68 M hits/sec, 428.06 QPS (0.53 sec for 225 queries), totHits=221118844 826.2s: points, box: ITER 19: 408.73 M hits/sec, 415.90 QPS (0.54 sec for 225 queries), totHits=221118844 826.2s: points, box: BEST M hits/sec: 431.0704367531921 826.2s: points, box: BEST QPS: 438.6367372175129 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.61|187.58|383371904| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|226.19|132.89|382961957| |box|geo3d|||| |box|points|431.07|438.64|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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.5s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 826.5s: geo3d, box: READER MB: 0.0 826.5s: geo3d, box: maxDoc=60844404 827.7s: geo3d, box: ITER 0: 174.35 M hits/sec, 177.41 QPS (1.27 sec for 225 queries), totHits=221118844 827.7s: geo3d, box: *** 828.7s: geo3d, box: ITER 1: 231.08 M hits/sec, 235.14 QPS (0.96 sec for 225 queries), totHits=221118844 828.7s: geo3d, box: *** 829.7s: geo3d, box: ITER 2: 230.10 M hits/sec, 234.14 QPS (0.96 sec for 225 queries), totHits=221118844 830.6s: geo3d, box: ITER 3: 237.92 M hits/sec, 242.10 QPS (0.93 sec for 225 queries), totHits=221118844 830.6s: geo3d, box: *** 831.6s: geo3d, box: ITER 4: 224.92 M hits/sec, 228.87 QPS (0.98 sec for 225 queries), totHits=221118844 832.4s: geo3d, box: ITER 5: 257.29 M hits/sec, 261.80 QPS (0.86 sec for 225 queries), totHits=221118844 832.4s: geo3d, box: *** 833.3s: geo3d, box: ITER 6: 255.25 M hits/sec, 259.73 QPS (0.87 sec for 225 queries), totHits=221118844 834.2s: geo3d, box: ITER 7: 248.27 M hits/sec, 252.63 QPS (0.89 sec for 225 queries), totHits=221118844 835.1s: geo3d, box: ITER 8: 239.60 M hits/sec, 243.81 QPS (0.92 sec for 225 queries), totHits=221118844 836.0s: geo3d, box: ITER 9: 246.50 M hits/sec, 250.83 QPS (0.90 sec for 225 queries), totHits=221118844 836.9s: geo3d, box: ITER 10: 247.88 M hits/sec, 252.23 QPS (0.89 sec for 225 queries), totHits=221118844 837.8s: geo3d, box: ITER 11: 249.14 M hits/sec, 253.51 QPS (0.89 sec for 225 queries), totHits=221118844 838.7s: geo3d, box: ITER 12: 244.63 M hits/sec, 248.92 QPS (0.90 sec for 225 queries), totHits=221118844 839.6s: geo3d, box: ITER 13: 247.88 M hits/sec, 252.23 QPS (0.89 sec for 225 queries), totHits=221118844 840.5s: geo3d, box: ITER 14: 247.21 M hits/sec, 251.55 QPS (0.89 sec for 225 queries), totHits=221118844 841.4s: geo3d, box: ITER 15: 240.21 M hits/sec, 244.42 QPS (0.92 sec for 225 queries), totHits=221118844 842.3s: geo3d, box: ITER 16: 249.57 M hits/sec, 253.95 QPS (0.89 sec for 225 queries), totHits=221118844 843.2s: geo3d, box: ITER 17: 243.02 M hits/sec, 247.29 QPS (0.91 sec for 225 queries), totHits=221118844 844.1s: geo3d, box: ITER 18: 243.69 M hits/sec, 247.97 QPS (0.91 sec for 225 queries), totHits=221118844 845.0s: geo3d, box: ITER 19: 248.58 M hits/sec, 252.95 QPS (0.89 sec for 225 queries), totHits=221118844 845.0s: geo3d, box: BEST M hits/sec: 257.2863755658878 845.0s: geo3d, box: BEST QPS: 261.8023568462793 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.61|187.58|383371904| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|226.19|132.89|382961957| |box|geo3d|257.29|261.80|221118844| |box|points|431.07|438.64|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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.3s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 845.3s: shapes, box: READER MB: 0.0 845.3s: shapes, box: maxDoc=60844404 846.6s: shapes, box: ITER 0: 159.48 M hits/sec, 162.28 QPS (1.39 sec for 225 queries), totHits=221118844 846.6s: shapes, box: *** 847.8s: shapes, box: ITER 1: 200.11 M hits/sec, 203.62 QPS (1.11 sec for 225 queries), totHits=221118844 847.8s: shapes, box: *** 848.9s: shapes, box: ITER 2: 191.26 M hits/sec, 194.61 QPS (1.16 sec for 225 queries), totHits=221118844 850.0s: shapes, box: ITER 3: 196.94 M hits/sec, 200.40 QPS (1.12 sec for 225 queries), totHits=221118844 851.1s: shapes, box: ITER 4: 206.45 M hits/sec, 210.08 QPS (1.07 sec for 225 queries), totHits=221118844 851.1s: shapes, box: *** 852.2s: shapes, box: ITER 5: 202.29 M hits/sec, 205.84 QPS (1.09 sec for 225 queries), totHits=221118844 853.3s: shapes, box: ITER 6: 209.34 M hits/sec, 213.02 QPS (1.06 sec for 225 queries), totHits=221118844 853.3s: shapes, box: *** 854.3s: shapes, box: ITER 7: 203.62 M hits/sec, 207.20 QPS (1.09 sec for 225 queries), totHits=221118844 855.4s: shapes, box: ITER 8: 202.94 M hits/sec, 206.50 QPS (1.09 sec for 225 queries), totHits=221118844 856.5s: shapes, box: ITER 9: 199.72 M hits/sec, 203.23 QPS (1.11 sec for 225 queries), totHits=221118844 857.7s: shapes, box: ITER 10: 198.38 M hits/sec, 201.87 QPS (1.11 sec for 225 queries), totHits=221118844 858.7s: shapes, box: ITER 11: 207.11 M hits/sec, 210.74 QPS (1.07 sec for 225 queries), totHits=221118844 859.8s: shapes, box: ITER 12: 204.25 M hits/sec, 207.84 QPS (1.08 sec for 225 queries), totHits=221118844 860.9s: shapes, box: ITER 13: 206.97 M hits/sec, 210.61 QPS (1.07 sec for 225 queries), totHits=221118844 862.0s: shapes, box: ITER 14: 199.49 M hits/sec, 202.99 QPS (1.11 sec for 225 queries), totHits=221118844 863.0s: shapes, box: ITER 15: 207.56 M hits/sec, 211.20 QPS (1.07 sec for 225 queries), totHits=221118844 864.1s: shapes, box: ITER 16: 205.73 M hits/sec, 209.34 QPS (1.07 sec for 225 queries), totHits=221118844 865.2s: shapes, box: ITER 17: 207.37 M hits/sec, 211.01 QPS (1.07 sec for 225 queries), totHits=221118844 866.3s: shapes, box: ITER 18: 205.64 M hits/sec, 209.25 QPS (1.08 sec for 225 queries), totHits=221118844 867.3s: shapes, box: ITER 19: 208.53 M hits/sec, 212.19 QPS (1.06 sec for 225 queries), totHits=221118844 867.3s: shapes, box: BEST M hits/sec: 209.34445698570602 867.3s: shapes, box: BEST QPS: 213.01894478873024 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.2s|0.0s|0.70|0.00| |points|111.1s|0.0s|0.49|0.00| |shapes|167.8s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.61|187.58|383371904| |distance|points|325.82|191.43|382961957| |distance|geopoint|||| |distance|shapes|226.19|132.89|382961957| |box|geo3d|257.29|261.80|221118844| |box|points|431.07|438.64|221118844| |box|geopoint|||| |box|shapes|209.34|213.02|221118844| |poly 10|geo3d|250.27|158.24|355855227| |poly 10|points|278.92|176.38|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.23|124.72|355809475| |polyMedium|geo3d|2.56|31.41|2693541| |polyMedium|points|16.79|205.75|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.81|169.13|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|61.36|17.49|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.13|13.15|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.00|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.42|154.08|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 d9007400935..366dc3c0396 main -> origin/main Updating d9007400935..366dc3c0396 Fast-forward .github/workflows/auto-format.yml | 321 ------- lucene/CHANGES.txt | 14 +- .../org/apache/lucene/codecs/KnnVectorsWriter.java | 9 + .../codecs/lucene90/Lucene90DocValuesConsumer.java | 22 + .../document/SortedSkipperScorerSupplier.java | 24 +- .../lucene/document/column/ColumnFieldAdapter.java | 67 +- .../lucene/document/column/ColumnValidation.java | 47 + .../lucene/document/column/DictionaryColumn.java | 126 +++ .../lucene/document/column/OrdinalsCursor.java | 55 ++ .../document/column/OrdinalsTupleCursor.java | 50 ++ .../apache/lucene/index/BinaryDocValuesWriter.java | 11 + .../org/apache/lucene/index/IndexingChain.java | 72 +- .../lucene/index/NumericDocValuesWriter.java | 29 +- .../apache/lucene/index/SortedDocValuesWriter.java | 101 +++ .../lucene/index/SortedNumericDocValuesWriter.java | 11 + .../lucene/index/SortedSetDocValuesWriter.java | 63 ++ .../apache/lucene/search/SortedSetSelector.java | 41 + .../org/apache/lucene/util/SparseFixedBitSet.java | 70 +- .../document/column/ColumnBatchTestUtil.java | 97 +++ .../apache/lucene/index/TestDictionaryColumn.java | 947 +++++++++++++++++++++ .../apache/lucene/util/TestSparseFixedBitSet.java | 21 + .../codecs/faiss/FaissKnnVectorsReader.java | 5 +- .../lucene/sandbox/codecs/faiss/FaissLibrary.java | 2 +- .../codecs/faiss/FaissLibraryNativeImpl.java | 58 +- .../sandbox/codecs/faiss/FaissNativeWrapper.java | 21 +- .../codecs/faiss/TestFaissKnnVectorsFormat.java | 5 +- .../lucene/tests/index/AssertingLeafReader.java | 11 + 27 files changed, 1893 insertions(+), 407 deletions(-) delete mode 100644 .github/workflows/auto-format.yml create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/DictionaryColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsTupleCursor.java create mode 100644 lucene/core/src/test/org/apache/lucene/index/TestDictionaryColumn.java creating directories /l/logs.nightly/taxis/2026.05.26.16.32.21... Lucene git hash: 366dc3c0396bba2ba634670c1592926c75bcf8ae Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.26.16.32.21/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.26.16.32.21/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 95.7 K docs/sec 6.7 sec: 0.6 M docs; 88.9 K docs/sec 10.1 sec: 0.9 M docs; 89.3 K docs/sec 13.4 sec: 1.2 M docs; 89.8 K docs/sec 16.6 sec: 1.5 M docs; 90.3 K docs/sec 20.7 sec: 1.9 M docs; 92.0 K docs/sec 24.0 sec: 2.2 M docs; 91.8 K docs/sec 28.0 sec: 2.6 M docs; 92.8 K docs/sec 32.1 sec: 3.0 M docs; 93.6 K docs/sec 35.3 sec: 3.3 M docs; 93.5 K docs/sec 48.0 sec: 3.7 M docs; 77.1 K docs/sec 52.0 sec: 4.1 M docs; 78.8 K docs/sec 55.3 sec: 4.4 M docs; 79.6 K docs/sec 59.3 sec: 4.8 M docs; 80.9 K docs/sec 63.3 sec: 5.2 M docs; 82.1 K docs/sec 66.6 sec: 5.5 M docs; 82.6 K docs/sec 70.6 sec: 5.9 M docs; 83.6 K docs/sec 74.6 sec: 6.3 M docs; 84.4 K docs/sec 77.9 sec: 6.6 M docs; 84.8 K docs/sec 81.9 sec: 7.0 M docs; 85.5 K docs/sec 94.5 sec: 7.4 M docs; 78.3 K docs/sec 97.8 sec: 7.7 M docs; 78.8 K docs/sec 101.8 sec: 8.1 M docs; 79.6 K docs/sec 105.8 sec: 8.5 M docs; 80.3 K docs/sec 109.0 sec: 8.8 M docs; 80.7 K docs/sec 113.1 sec: 9.2 M docs; 81.4 K docs/sec 117.1 sec: 9.6 M docs; 82.0 K docs/sec 120.3 sec: 9.9 M docs; 82.3 K docs/sec 124.4 sec: 10.3 M docs; 82.8 K docs/sec 128.4 sec: 10.7 M docs; 83.3 K docs/sec 140.2 sec: 11.0 M docs; 78.5 K docs/sec 144.2 sec: 11.4 M docs; 79.1 K docs/sec 148.2 sec: 11.8 M docs; 79.6 K docs/sec 151.5 sec: 12.1 M docs; 79.9 K docs/sec 155.5 sec: 12.5 M docs; 80.4 K docs/sec 159.6 sec: 12.9 M docs; 80.8 K docs/sec 162.8 sec: 13.2 M docs; 81.1 K docs/sec 166.9 sec: 13.6 M docs; 81.5 K docs/sec 171.0 sec: 14.0 M docs; 81.9 K docs/sec 174.2 sec: 14.3 M docs; 82.1 K docs/sec 186.9 sec: 14.7 M docs; 78.7 K docs/sec 191.0 sec: 15.1 M docs; 79.1 K docs/sec 194.2 sec: 15.4 M docs; 79.3 K docs/sec 198.3 sec: 15.8 M docs; 79.7 K docs/sec 202.3 sec: 16.2 M docs; 80.1 K docs/sec 205.6 sec: 16.5 M docs; 80.3 K docs/sec 209.7 sec: 16.9 M docs; 80.6 K docs/sec 213.7 sec: 17.3 M docs; 80.9 K docs/sec 217.0 sec: 17.6 M docs; 81.1 K docs/sec 221.0 sec: 18.0 M docs; 81.4 K docs/sec 233.6 sec: 18.4 M docs; 78.8 K docs/sec 236.8 sec: 18.7 M docs; 79.0 K docs/sec 240.9 sec: 19.1 M docs; 79.3 K docs/sec 244.2 sec: 19.4 M docs; 79.4 K docs/sec 248.2 sec: 19.8 M docs; 79.8 K docs/sec 249.8 sec: 20.0 M docs; 80.1 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.26.16.32.21/checkIndexsparse-sorted.log took 0.4 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.26.16.32.21/diskUsagesparse-sorted.log took 50.8 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.26.16.32.21/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.26.16.32.21/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 102.3 K docs/sec 6.5 sec: 0.6 M docs; 93.0 K docs/sec 9.6 sec: 0.9 M docs; 94.1 K docs/sec 12.7 sec: 1.2 M docs; 94.8 K docs/sec 15.7 sec: 1.5 M docs; 95.4 K docs/sec 19.5 sec: 1.9 M docs; 97.3 K docs/sec 22.6 sec: 2.2 M docs; 97.2 K docs/sec 26.5 sec: 2.6 M docs; 98.0 K docs/sec 30.3 sec: 3.0 M docs; 98.9 K docs/sec 33.4 sec: 3.3 M docs; 98.9 K docs/sec 44.9 sec: 3.7 M docs; 82.5 K docs/sec 48.7 sec: 4.1 M docs; 84.2 K docs/sec 51.7 sec: 4.4 M docs; 85.1 K docs/sec 55.5 sec: 4.8 M docs; 86.4 K docs/sec 59.3 sec: 5.2 M docs; 87.6 K docs/sec 62.4 sec: 5.5 M docs; 88.2 K docs/sec 66.2 sec: 5.9 M docs; 89.1 K docs/sec 70.0 sec: 6.3 M docs; 90.0 K docs/sec 73.0 sec: 6.6 M docs; 90.4 K docs/sec 76.8 sec: 7.0 M docs; 91.1 K docs/sec 88.3 sec: 7.4 M docs; 83.8 K docs/sec 91.3 sec: 7.7 M docs; 84.3 K docs/sec 95.1 sec: 8.1 M docs; 85.1 K docs/sec 98.9 sec: 8.5 M docs; 85.9 K docs/sec 101.9 sec: 8.8 M docs; 86.3 K docs/sec 105.7 sec: 9.2 M docs; 87.0 K docs/sec 109.5 sec: 9.6 M docs; 87.6 K docs/sec 112.6 sec: 9.9 M docs; 87.9 K docs/sec 116.4 sec: 10.3 M docs; 88.5 K docs/sec 120.2 sec: 10.7 M docs; 89.0 K docs/sec 130.8 sec: 11.0 M docs; 84.1 K docs/sec 134.6 sec: 11.4 M docs; 84.7 K docs/sec 138.4 sec: 11.8 M docs; 85.2 K docs/sec 141.4 sec: 12.1 M docs; 85.5 K docs/sec 145.2 sec: 12.5 M docs; 86.1 K docs/sec 149.1 sec: 12.9 M docs; 86.5 K docs/sec 152.1 sec: 13.2 M docs; 86.8 K docs/sec 155.9 sec: 13.6 M docs; 87.3 K docs/sec 159.7 sec: 14.0 M docs; 87.7 K docs/sec 162.7 sec: 14.3 M docs; 87.9 K docs/sec 174.2 sec: 14.7 M docs; 84.4 K docs/sec 177.9 sec: 15.1 M docs; 84.9 K docs/sec 181.0 sec: 15.4 M docs; 85.1 K docs/sec 184.8 sec: 15.8 M docs; 85.5 K docs/sec 188.8 sec: 16.2 M docs; 85.8 K docs/sec 192.0 sec: 16.5 M docs; 86.0 K docs/sec 195.7 sec: 16.9 M docs; 86.3 K docs/sec 199.5 sec: 17.3 M docs; 86.7 K docs/sec 202.6 sec: 17.6 M docs; 86.9 K docs/sec 206.4 sec: 18.0 M docs; 87.2 K docs/sec 217.9 sec: 18.4 M docs; 84.4 K docs/sec 221.6 sec: 18.8 M docs; 84.8 K docs/sec 225.4 sec: 19.2 M docs; 85.2 K docs/sec 229.1 sec: 19.6 M docs; 85.5 K docs/sec 232.1 sec: 19.9 M docs; 85.7 K docs/sec 232.9 sec: 20.0 M docs; 85.9 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.26.16.32.21/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.26.16.32.21/diskUsagesparse.log took 50.8 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.26.16.32.21/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.26.16.32.21/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 103.9 K docs/sec 6.3 sec: 0.6 M docs; 95.3 K docs/sec 9.9 sec: 1.0 M docs; 100.6 K docs/sec 13.6 sec: 1.4 M docs; 102.8 K docs/sec 17.3 sec: 1.8 M docs; 104.3 K docs/sec 21.6 sec: 2.2 M docs; 101.9 K docs/sec 25.2 sec: 2.6 M docs; 103.1 K docs/sec 28.8 sec: 3.0 M docs; 104.1 K docs/sec 32.4 sec: 3.4 M docs; 105.0 K docs/sec 42.5 sec: 3.7 M docs; 87.1 K docs/sec 46.1 sec: 4.1 M docs; 88.9 K docs/sec 49.7 sec: 4.5 M docs; 90.6 K docs/sec 53.3 sec: 4.9 M docs; 91.9 K docs/sec 56.9 sec: 5.3 M docs; 93.1 K docs/sec 60.5 sec: 5.7 M docs; 94.2 K docs/sec 64.1 sec: 6.1 M docs; 95.1 K docs/sec 67.8 sec: 6.5 M docs; 95.9 K docs/sec 71.4 sec: 6.9 M docs; 96.7 K docs/sec 75.0 sec: 7.3 M docs; 97.4 K docs/sec 83.6 sec: 7.4 M docs; 88.5 K docs/sec 87.2 sec: 7.8 M docs; 89.4 K docs/sec 90.7 sec: 8.2 M docs; 90.4 K docs/sec 94.3 sec: 8.6 M docs; 91.2 K docs/sec 97.9 sec: 9.0 M docs; 91.9 K docs/sec 101.6 sec: 9.4 M docs; 92.6 K docs/sec 105.2 sec: 9.8 M docs; 93.2 K docs/sec 108.8 sec: 10.2 M docs; 93.8 K docs/sec 112.4 sec: 10.6 M docs; 94.3 K docs/sec 123.8 sec: 11.0 M docs; 88.8 K docs/sec 127.5 sec: 11.4 M docs; 89.4 K docs/sec 131.1 sec: 11.8 M docs; 90.0 K docs/sec 134.7 sec: 12.2 M docs; 90.6 K docs/sec 138.3 sec: 12.6 M docs; 91.1 K docs/sec 141.9 sec: 13.0 M docs; 91.6 K docs/sec 145.5 sec: 13.4 M docs; 92.1 K docs/sec 149.1 sec: 13.8 M docs; 92.6 K docs/sec 152.7 sec: 14.2 M docs; 93.0 K docs/sec 156.3 sec: 14.6 M docs; 93.4 K docs/sec 164.9 sec: 14.7 M docs; 89.1 K docs/sec 168.5 sec: 15.1 M docs; 89.6 K docs/sec 172.1 sec: 15.5 M docs; 90.1 K docs/sec 175.7 sec: 15.9 M docs; 90.5 K docs/sec 179.3 sec: 16.3 M docs; 90.9 K docs/sec 183.0 sec: 16.7 M docs; 91.3 K docs/sec 186.6 sec: 17.1 M docs; 91.7 K docs/sec 190.2 sec: 17.5 M docs; 92.0 K docs/sec 193.8 sec: 17.9 M docs; 92.4 K docs/sec 197.3 sec: 18.3 M docs; 92.7 K docs/sec 205.9 sec: 18.4 M docs; 89.4 K docs/sec 209.5 sec: 18.8 M docs; 89.7 K docs/sec 213.1 sec: 19.2 M docs; 90.1 K docs/sec 216.7 sec: 19.6 M docs; 90.5 K docs/sec 220.3 sec: 20.0 M docs; 90.8 K docs/sec 220.3 sec: 20.0 M docs; 90.8 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.26.16.32.21/checkIndexnonsparse.log took 0.4 sec DiskUsage nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.26.16.32.21/diskUsagenonsparse.log took 45.0 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.26.16.32.21/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 26 04:47:33 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 26 04:48:48 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 2427448 + wait 2427448 + 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.25.08.07.42 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.25.08.07.42