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\nFri May 29 11:56:14 AM EDT 2026: now start nightly benchmarks' Fri May 29 11:56:14 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 2fc795f6587..3c607cfb388 main -> origin/main Updating 2fc795f6587..3c607cfb388 Fast-forward lucene/CHANGES.txt | 12 ++ .../benchmark/jmh/DefaultBulkScorerBenchmark.java | 222 +++++++++++++++++++++ .../org/apache/lucene/index/IndexingChain.java | 39 ++-- .../lucene/index/NumericDocValuesWriter.java | 14 ++ .../search/AbstractVectorSimilarityQuery.java | 65 +++++- .../lucene/search/ByteVectorSimilarityQuery.java | 38 +++- .../lucene/search/ConstantScoreBulkScorer.java | 125 ++++++++++++ .../lucene/search/ConstantScoreScorerSupplier.java | 7 +- .../lucene/search/FloatVectorSimilarityQuery.java | 38 +++- .../apache/lucene/search/LogOddsFusionQuery.java | 52 ++++- .../lucene/search/VectorSimilarityCollector.java | 25 ++- .../lucene/util/automaton/CompiledAutomaton.java | 2 +- .../lucene/util/packed/PackedLongValues.java | 17 ++ .../search/BaseVectorSimilarityQueryTestCase.java | 83 ++++++++ .../apache/lucene/search/TestBooleanScorer.java | 137 ++++++++++++- .../search/TestByteVectorSimilarityQuery.java | 13 ++ .../search/TestFloatVectorSimilarityQuery.java | 13 ++ .../lucene/search/TestLogOddsFusionQuery.java | 70 ++++++- .../search/TestVectorSimilarityCollector.java | 21 ++ .../util/automaton/TestCompiledAutomaton.java | 13 ++ .../apache/lucene/util/packed/TestPackedInts.java | 61 ++++++ 21 files changed, 1018 insertions(+), 49 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DefaultBulkScorerBenchmark.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/ConstantScoreBulkScorer.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:core.tests:clean > Task :lucene:classification:clean > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:benchmark:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:join:clean > Task :lucene:replicator:clean > Task :lucene:misc:clean > Task :lucene:highlighter:clean > Task :lucene:monitor:clean > Task :lucene:facet:clean > Task :lucene:backward-codecs:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:luke:clean > Task :lucene:analysis:icu:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:spatial-extras:clean > Task :lucene:spatial3d:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:queries:clean > Task :lucene:sandbox:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:nori:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.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.29.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.29.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: 314 open, 4006 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-29 12:00:19.853547] start [2026-05-29 12:00:19.853666] log dir /l/logs.nightly/2026.05.29.12.00.19 Java version (see also /l/logs.nightly/2026.05.29.12.00.19/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.29.12.00.19/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.29.12.00.19/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 = 1862270976 {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.29.12.00.19/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.29.12.00.19/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 119: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 119 CPUs which need to have their frequency coordinated by software: 119 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.29.12.00.19/lscpu.txt): cmd='lscpu' Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 43 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Vendor ID: AuthenticAMD Model name: AMD Ryzen Threadripper 3990X 64-Core Processor CPU family: 23 Model: 49 Thread(s) per core: 2 Core(s) per socket: 64 Socket(s): 1 Stepping: 0 Frequency boost: enabled CPU(s) scaling MHz: 47% CPU max MHz: 4377.8730 CPU min MHz: 553.8280 BogoMIPS: 5834.95 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es Virtualization: AMD-V L1d cache: 2 MiB (64 instances) L1i cache: 2 MiB (64 instances) L2 cache: 32 MiB (64 instances) L3 cache: 256 MiB (16 instances) NUMA node(s): 16 NUMA node0 CPU(s): 0-3,64-67 NUMA node1 CPU(s): 4-7,68-71 NUMA node2 CPU(s): 8-11,72-75 NUMA node3 CPU(s): 12-15,76-79 NUMA node4 CPU(s): 16-19,80-83 NUMA node5 CPU(s): 20-23,84-87 NUMA node6 CPU(s): 24-27,88-91 NUMA node7 CPU(s): 28-31,92-95 NUMA node8 CPU(s): 32-35,96-99 NUMA node9 CPU(s): 36-39,100-103 NUMA node10 CPU(s): 40-43,104-107 NUMA node11 CPU(s): 44-47,108-111 NUMA node12 CPU(s): 48-51,112-115 NUMA node13 CPU(s): 52-55,116-119 NUMA node14 CPU(s): 56-59,120-123 NUMA node15 CPU(s): 60-63,124-127 Vulnerability Gather data sampling: Not affected Vulnerability Ghostwrite: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Old microcode: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec rstack overflow: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Not affected Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Vulnerable Full Linux version (see also /l/logs.nightly/2026.05.29.12.00.19/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.29.12.00.19/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.29.12.00.19/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.29.12.00.19/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.29.12.00.19/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.29.12.00.19/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 10d2b020d900aa3f6b381f223fc7cc455efe5425 LUCENE rev is 3c607cfb38828204c104fa616a77fed0b040bb99 last successful Lucene rev 2fc795f6587ab98958d8b86257829b452ef5faae, luceneutil rev 10d2b020d900aa3f6b381f223fc7cc455efe5425 run ['git', 'log', '2fc795f6587ab98958d8b86257829b452ef5faae^..3c607cfb38828204c104fa616a77fed0b040bb99'] No commit message asking for regold of results files [2026-05-29 12:00:20.076708] 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-29 12:00:20.314512] 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-29 12:00:20.314628] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.29.12.00.19/clean-lucene.log 2>&1 [2026-05-29 12:00:24.582553] took 4.3 sec [2026-05-29 12:00:24.582598] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.29.12.00.19/jar-lucene.log 2>&1 [2026-05-29 12:00:39.011339] took 14.4 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-29 12:00:41.724926] 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: 148907.00 stored_field_size_mb: 624.38 retrieved_time_msec: 192.46 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: 352745.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1348.24 Done: took 1029.89 seconds, saved to /l/logs.nightly/2026.05.29.12.00.19/geonames-stored-fields-benchmark-results.pk [2026-05-29 12:17:52.098721] done run stored fields benchmark [2026-05-29 12:17:52.098785] 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 29, 2026 12:17:53 PM 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: 1521.6535515 ms Total time creating SSDVFacetCounts: 3029.877274866666 ms Total time taken to get all dims for taxonomy: 0.13796673333333337 ms Total time taken to get all dims for SSDV: 0.07451253333333334 ms Total time to get top dims for taxonomy: 0.043754033333333324 ms Total time to get top dims for SSDV: 0.03332873333333333 ms Total time to get top "address.taxonomy/TX" children: 0.16305856666666668 ms Total time to get top "address.sortedset/TX" children: 0.183618 ms Total time to get all "address.taxonomy/TX" children: 0.1413516333333333 ms Total time to get all "address.sortedset/TX" children: 0.5987867666666667 ms Done: took 3511.03 seconds, saved to /l/logs.nightly/2026.05.29.12.00.19/nad-facet-benchmark.pk [2026-05-29 13:16:23.123926] done run NAD facets benchmark [2026-05-29 13:16:23.739639] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 3c607cfb38828204c104fa616a77fed0b040bb99 dirty?=False luceneutil HEAD git revision at /l/util.nightly: 10d2b020d900aa3f6b381f223fc7cc455efe5425 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:queries:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:grouping:processResources NO-SOURCE > 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:classification:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources 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:smartcn:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes 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:spatial3d:jar 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:queries:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:nori:jar 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:suggest:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 36.87 GB available RAM: 243.19 GB used RAM: 8.53 GB dirty RAM: 6.54 MB smell vectors from /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec smell: sampling 2000 of 39709371 vectors for per-dim distribution... smell: 100/2000 ( 5%) 2.8s smell: 200/2000 ( 10%) 2.8s smell: 300/2000 ( 15%) 2.8s smell: 400/2000 ( 20%) 2.8s smell: 500/2000 ( 25%) 2.8s smell: 600/2000 ( 30%) 2.8s smell: 700/2000 ( 35%) 2.8s smell: 800/2000 ( 40%) 2.8s smell: 900/2000 ( 45%) 2.8s smell: 1000/2000 ( 50%) 2.8s smell: 1100/2000 ( 55%) 2.8s smell: 1200/2000 ( 60%) 2.8s smell: 1300/2000 ( 65%) 2.8s smell: 1400/2000 ( 70%) 2.8s smell: 1500/2000 ( 75%) 2.8s smell: 1600/2000 ( 80%) 2.8s smell: 1700/2000 ( 85%) 2.8s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 3.0s smell: isotropy=0.180 full-cov, 0.791 diag-only (effective rank ~184.2/1024 full, ~810.1/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.180 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 14.7s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▅█▇█▄ ] dim 0585 μ= -0.032 σ= 0.051 zeros= 0% [ ▁▁▂▅██████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0505, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▁▆█▅▂ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▄▆█████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ █▇ ] dim 0000 μ= +0.003 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂█▅ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▄ ] dim 0002 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▂▁ ] [ ▃█▇▁ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▂█▇ ] dim 0004 μ= -0.018 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▄ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃▇███▇▂▁ ] [ █▄ ] dim 0006 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▄█▁ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ██ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▅██▅ ] [ ▁██▃ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▆ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▂████▇▂ ] [ ▇█▃ ] dim 0011 μ= -0.011 σ= 0.036 zeros= 0% [ ▂▄████▆▃▁ ] [ ▃█ ] dim 0012 μ= +0.011 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█▁ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃██▅ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ █▅ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁███▃▁ ] [ ▃█▆ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▆ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▂▇████▃ ] [ ▂▇█▇▁ ] dim 0018 μ= +0.013 σ= 0.037 zeros= 0% [ ▂▅█████▄▁ ] [ ▂▇█▂ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▄ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▆█▁ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█▇▂ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▂▆████▅▂▁ ] [ ▄▆█▆▃ ] dim 0023 μ= -0.007 σ= 0.046 zeros= 0% [ ▂▄▇█████▇▃▁ ] [ ▅█▄ ] dim 0024 μ= -0.006 σ= 0.032 zeros= 0% [ ▃▆████▂▁ ] [ ▄█▆ ] dim 0025 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ██ ] dim 0026 μ= +0.025 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▄ ] dim 0027 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▅███▅▂ ] [ ▁▇█▂ ] dim 0028 μ= +0.026 σ= 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.036 zeros= 0% [ ▂▅████▇▂▁ ] [ ▆█▂ ] dim 0033 μ= +0.030 σ= 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.020 zeros= 0% [ ▁▇██▄ ] [ ▅█▄ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █▄ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█▄ ] dim 0039 μ= +0.034 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▅ ] dim 0040 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▇█ ] dim 0041 μ= +0.006 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁▇█▂ ] dim 0042 μ= -0.015 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▅█▄ ] dim 0043 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▅ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▆███▇▃▁ ] [ ▃█▅ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▁ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▁▇█▂ ] dim 0047 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃▇█▄ ] dim 0048 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▅█████▄▂▁ ] [ ▃█▇ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0050 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▃█▇ ] dim 0051 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ██ ] dim 0052 μ= +0.004 σ= 0.015 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.018 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] [ ▆█▆ ] dim 0057 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▁▆█▆ ] dim 0058 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ▆█▃ ] dim 0059 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▂█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▁█▇▂ ] dim 0061 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁▇█▄ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▄ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▃ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▂▇███▅▂ ] [ ▁█▇▂ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▇█▇▃ ] dim 0067 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ▄█▁ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█▂ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▄ ] [ ▁▇█▄ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▁ ] dim 0072 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅█ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▆█▃ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▃████▆▁ ] [ ▂█▃ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ █▅ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▄▇█▆▂ ] dim 0077 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▅█████▅▁▁ ] [ ▂█▄ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▆█▃ ] dim 0079 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▃█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▄█▂ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▄▁ ] dim 0082 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▄█████▄▁▁ ] [ ▄█▄ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▆█▄ ] dim 0084 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂█▄ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃██▂ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▂ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▆█▂ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▆▂ ] dim 0089 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▆████▄▁ ] [ ▄██▅ ] dim 0090 μ= +0.005 σ= 0.035 zeros= 0% [ ▂▆████▅▂ ] [ ▂█▁ ] dim 0091 μ= +0.033 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▆ ] dim 0092 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█▅ ] dim 0093 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▆ ] dim 0094 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▁██▃ ] dim 0096 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▄ ] dim 0097 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁██ ] dim 0098 μ= +0.004 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▃█▂ ] dim 0099 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▅ ] dim 0101 μ= -0.023 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▂ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▆█ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█▃ ] dim 0104 μ= +0.014 σ= 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.016 σ= 0.036 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.007 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▆█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▅█▆▁ ] dim 0114 μ= -0.005 σ= 0.037 zeros= 0% [ ▂▃█████▄▂ ] [ ▁██▄ ] dim 0115 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▇█ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▁█▁ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂▇█▃ ] dim 0118 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▃ ] dim 0119 μ= -0.012 σ= 0.029 zeros= 0% [ ▃▇███▄▁ ] [ ▃██▅▁ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▅█▃ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▁ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▆██▂ ] [ █▇ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁███▇▁ ] [ ██ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▂▆█▆▂ ] dim 0125 μ= -0.005 σ= 0.045 zeros= 0% [ ▁▃▅█████▆▃▁▁ ] [ █▅ ] dim 0126 μ= +0.021 σ= 0.017 zeros= 0% [ ▆██▃ ] [ ▁██ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▇▁ ] dim 0128 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▆▁ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▄█▃ ] dim 0130 μ= -0.028 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▅██ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▇█▂ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▃█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▂██▄ ] [ █▆ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▆█▇▁ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▂▆█▆ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▅ ] dim 0137 μ= -0.023 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▃ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▁██▃ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▇█ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█ ] dim 0142 μ= +0.009 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▁█▆ ] dim 0143 μ= +0.002 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃██▄ ] dim 0144 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▅████▆▂▁ ] [ ██ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▄█▅ ] dim 0146 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▃▆████▃▁ ] [ ▂▇█▁ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ █▂ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▆█ ] dim 0149 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁▆█▅ ] dim 0150 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▅█████▃▁ ] [ ▁▆█▅ ] dim 0151 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▂▅████▆▃▁ ] [ █▆ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▄█▅ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▅ ] dim 0154 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▅█▇▁ ] dim 0156 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▄ ] dim 0157 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▁█▂ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▄█▆ ] dim 0159 μ= -0.002 σ= 0.036 zeros= 0% [ ▁▃▆████▄▁▁ ] [ ▂█▆ ] dim 0160 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▆▁ ] dim 0161 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▅ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁█▆ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▇█▄ ] dim 0164 μ= +0.033 σ= 0.030 zeros= 0% [ ▃████▇▂ ] [ ▇█▂ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▆█▄ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ █ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ █▆ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▆ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▇▁ ] dim 0170 μ= +0.021 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▄ ] dim 0171 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▄ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▂█▇ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▃████▂ ] [ ▁██▂ ] dim 0175 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ █▅ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▆█▂ ] dim 0177 μ= +0.009 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █▆ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅█▇▂ ] dim 0179 μ= -0.021 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▂ ] dim 0180 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█▆ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▄ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▁▅█▆▁ ] dim 0183 μ= -0.004 σ= 0.042 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▂▆█▄ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ ▃█▇▂ ] dim 0185 μ= -0.018 σ= 0.030 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.016 σ= 0.041 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▁██▄ ] dim 0190 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▆█▅▁ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▄█▇ ] dim 0192 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▃██▂ ] dim 0193 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▆████▄▁ ] [ ▆█▅ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▃████▆▁ ] [ ▇█▁ ] dim 0195 μ= +0.027 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ██ ] dim 0196 μ= +0.027 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▅█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ██ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▄█▇ ] dim 0199 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▃▆█▂ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ █▆ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁▆█▃ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▂████▅▁ ] [ ▂█▇ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▂▅███▇▄▁ ] [ ▃█▃ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█ ] dim 0206 μ= +0.006 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▁▇█▅ ] dim 0207 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▄████▇▂ ] [ ▂█▁ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▁█▄ ] dim 0209 μ= +0.019 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▃█▅▁ ] dim 0211 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▅ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▂█▅ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▄█▅ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▆ ] dim 0215 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▄██▂ ] dim 0217 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ █▃ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▂██▃ ] dim 0219 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆▁ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▂ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▄███▃▁ ] [ ▂█▇ ] dim 0222 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▇█▁ ] dim 0223 μ= +0.007 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█▆ ] dim 0224 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆████▂ ] [ ▆█▃ ] dim 0225 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃██ ] dim 0226 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▂██▃ ] dim 0227 μ= -0.034 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▆▂ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▂▄█████▅▂ ] [ ██ ] dim 0229 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▆█ ] dim 0230 μ= +0.005 σ= 0.019 zeros= 0% [ ▁▄██▅▁ ] [ ▁█▇ ] dim 0231 μ= -0.018 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▅█▁ ] dim 0232 μ= +0.029 σ= 0.026 zeros= 0% [ ▁▇███▃ ] [ ▅█▅ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▆▁ ] dim 0234 μ= +0.040 σ= 0.030 zeros= 0% [ ▂▅████▃ ] [ █▇ ] dim 0235 μ= +0.002 σ= 0.021 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.030 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂ ] [ ██ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▂█▁ ] dim 0243 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▆█▅ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▇▂ ] dim 0245 μ= +0.002 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ ▇█ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▄█▇▂ ] dim 0247 μ= -0.039 σ= 0.035 zeros= 0% [ ▂▆████▅▂▁ ] [ ▂██▅ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▅█████▂▁ ] [ ▄█▆▂ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ █▆ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ █▄ ] dim 0251 μ= +0.021 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃█▃ ] dim 0252 μ= -0.006 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▇█ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▇██▇▂ ] [ ▂█▆ ] dim 0254 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▃▇█▄ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▄██▆▃ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▁▂▄██████▆▂▁ ] [ ▁█▆ ] dim 0257 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▂ ] dim 0258 μ= +0.004 σ= 0.027 zeros= 0% [ ▄████▃ ] [ █▇ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▄█▄ ] dim 0260 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▆███▇▃▁ ] [ █▄ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▅█ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▃█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▁▇█▃ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ █▇ ] dim 0266 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▄█ ] dim 0267 μ= +0.011 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▄▇█▃ ] dim 0268 μ= +0.025 σ= 0.039 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▁▇█ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▂ ] [ ▄▇█▂ ] dim 0270 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▆████▃▁ ] [ ▅█▄ ] dim 0271 μ= -0.009 σ= 0.027 zeros= 0% [ ▂▅███▄▁ ] [ ▃█▁ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▁▅█▅▁ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▅█▄ ] dim 0274 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▂██ ] dim 0275 μ= +0.022 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃█▂ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▁▇█▃ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▃█▁ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▇▁ ] dim 0279 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ██ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂▇███▁ ] [ █▆ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▂████▂ ] [ ▆█ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▄█▄ ] dim 0283 μ= -0.008 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▁▇█▃ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▁▂████▆▂▁ ] [ ▁▇█▄ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▁▇█▄ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ██ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▆▅▁ ] dim 0288 μ= -0.012 σ= 0.044 zeros= 0% [ ▂▃▇█████▅▂▁ ] [ ▆█▃ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▅█▄ ] dim 0290 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▃██▃ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ █▆ ] dim 0293 μ= +0.021 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▃█▄ ] dim 0294 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █▂ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▁█▇ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▃ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▂ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▂█▆ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▇▂▁ ] [ ▃█▅ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▁ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃▇█▄ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▂▅████▆▂ ] [ █▆ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃█▅ ] dim 0304 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▄▇█▄ ] dim 0305 μ= +0.024 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ ▁▅█▄ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▂▆█▅ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▃▇█▁ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▂█▆ ] [ ▆█ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▆▁ ] dim 0312 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▂▇████▄▁ ] [ █▇ ] dim 0313 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▆▇█▆ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ █▅ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▃█▄ ] dim 0316 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁██▂ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▁█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁▆█▄ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ ██▁ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▁▇█▇▁ ] [ ▂▇█▅▁ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▅ ] dim 0323 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ █▅ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▂▅█▅ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▃ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▃███▄ ] [ █▃ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ █▆ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██▁ ] [ ▂▇█▁ ] dim 0329 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▆▂ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▅█▇▂ ] dim 0331 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▅█████▅▂▁ ] [ █▆ ] dim 0332 μ= +0.023 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▃█▅ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▁ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▆██▁ ] [ █▇ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▂▇███▁ ] [ ▃█▇▂ ] dim 0336 μ= +0.000 σ= 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.001 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▁█▄ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▂██ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▂████▃ ] [ █▃ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ▃█▂ ] dim 0344 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▄█▃ ] dim 0345 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▄█▅ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▂▆███▆▂▁ ] [ ▁▅█▄ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂████▇▂▁ ] [ ▅█▅ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ █ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▆ ] dim 0351 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁██▄ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▁ ] dim 0353 μ= -0.016 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ██▇▁ ] dim 0354 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▁ ] dim 0355 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁▆█▃ ] dim 0356 μ= +0.031 σ= 0.034 zeros= 0% [ ▁▃████▇▂ ] [ ▂█▄ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ █▁ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▅█▁ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▇███▃▁ ] [ ▆█▃ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃▆█▄ ] dim 0361 μ= -0.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.031 zeros= 0% [ ▁▃▇███▆▂ ] [ █▆ ] dim 0366 μ= -0.022 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▃█▃ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▄█ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁█▄ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃▇█▃ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▄█▇▂ ] dim 0372 μ= +0.021 σ= 0.036 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.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▆ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▁██▁ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃█▄ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▆ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▆█▃ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▇███▅▂ ] [ ▂██▄ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▂▅████▅▂ ] [ ▆█▃ ] dim 0384 μ= +0.009 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇ ] dim 0385 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▂ ] dim 0386 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▆█▂ ] [ ▂▆█▅▂ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▇█▃ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ██ ] dim 0390 μ= +0.024 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▄█▇▁ ] dim 0391 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▆ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▃███▇▁ ] [ ▂▇█▅▁ ] dim 0393 μ= -0.009 σ= 0.039 zeros= 0% [ ▂▆█████▅▂ ] [ █▂ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█▅▁ ] dim 0395 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁██▁ ] dim 0396 μ= -0.016 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▆██▃ ] dim 0398 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▄█ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ▁▆█▆▂ ] dim 0400 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ▃██▃ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▄█▅ ] dim 0403 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅███▇▁ ] [ ▁██ ] dim 0404 μ= +0.002 σ= 0.024 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.003 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▅█▂ ] dim 0409 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▇ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃██▁ ] dim 0411 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ ▄██▄ ] dim 0412 μ= +0.003 σ= 0.039 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▅█▂ ] dim 0413 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▄█▃ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▂ ] dim 0415 μ= -0.007 σ= 0.023 zeros= 0% [ ▃███▃ ] [ ▄█▄▂ ] dim 0416 μ= -0.004 σ= 0.040 zeros= 0% [ ▂▄█████▆▂ ] [ ▆█▃ ] dim 0417 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▄██▁ ] dim 0420 μ= +0.002 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂ ] [ ▁██▁ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▆█▄ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▃ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▄ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃▇█▄ ] dim 0425 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▃██ ] [ ▂▆█▂ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▄█▇▁ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃▆████▄▂ ] [ ▂█ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ▆█▁ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▄█▄ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▄█▁ ] dim 0432 μ= +0.012 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▂▇█▃ ] dim 0433 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▁█▇ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▆█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▄█▄ ] dim 0436 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▄ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▅ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂██▁ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▁ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▅█▇▃ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▁ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃▇█▆▂ ] dim 0444 μ= +0.017 σ= 0.045 zeros= 0% [ ▁▃▆█████▇▄▁▁ ] [ ▆█ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▃█▆ ] dim 0446 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▅████▂ ] [ ▁█▅ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▂███▆▂ ] [ ▁▅█▃ ] dim 0448 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▁ ] dim 0449 μ= +0.013 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▇█ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▆█ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▃ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▁ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▄ ] dim 0454 μ= +0.001 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ▂██▅▂ ] dim 0455 μ= +0.009 σ= 0.043 zeros= 0% [ ▁▁▃▇█████▄▂▁ ] [ ▃██▂ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▄ ] dim 0457 μ= +0.013 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▅█▅ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂ ] [ ▆█▂ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▄ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ██ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂██▄ ] dim 0463 μ= -0.016 σ= 0.034 zeros= 0% [ ▂▆████▆▂ ] [ ▄█▆▄ ] dim 0464 μ= -0.019 σ= 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.023 zeros= 0% [ ▂▆██▇▁ ] [ ▃█▆ ] dim 0469 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆███▇▃ ] [ ██ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▄██▄ ] [ █▁ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▃█▅ ] dim 0472 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ██ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▄█▃ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▃███▄ ] [ ▅██▃ ] dim 0475 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▄█ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▁█▃ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▂█▄ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂██▃ ] dim 0479 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▅ ] dim 0480 μ= -0.009 σ= 0.031 zeros= 0% [ ▃████▇▁ ] [ █▅ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▅█▃ ] dim 0482 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▂▇███▄▁ ] [ ▆█▄ ] dim 0483 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ ▃▇█▂ ] dim 0484 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂▁ ] [ █ ] dim 0485 μ= +0.017 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▁▇█▂ ] dim 0486 μ= +0.026 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▄ ] dim 0487 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▅▇█▅ ] dim 0488 μ= +0.026 σ= 0.044 zeros= 0% [ ▁▂▄▇█████▄▂ ] [ ▃█▅ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▇█▃ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ █▃ ] dim 0491 μ= +0.019 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▇█▄ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▁█ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▁██▃ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▇█ ] dim 0497 μ= -0.014 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▁▅██▃ ] dim 0498 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▁▄█████▆▂▁ ] [ ▅█▂ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▅██▄ ] dim 0500 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▃█████▆▃▁ ] [ █ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▆█▆ ] [ █▅ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▃██▁ ] dim 0503 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▃█▆ ] [ ▂█▆ ] dim 0505 μ= -0.002 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▆█▃ ] dim 0506 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▁ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▄█▆ ] dim 0508 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█▆ ] dim 0509 μ= -0.000 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▅█▃ ] dim 0510 μ= -0.008 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃▇█▄ ] dim 0511 μ= +0.009 σ= 0.035 zeros= 0% [ ▂▄████▇▃▁ ] [ ▆█▁ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ██ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▁▅█▄ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▂ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ █▇ ] dim 0516 μ= +0.025 σ= 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.027 zeros= 0% [ ▁▄████▃ ] [ ▅█▄ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▃████▆▂ ] [ ▄█▆▁ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▃ ] dim 0522 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▅█▄ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▂▅███▄▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▅█▅ ] [ ██ ] dim 0526 μ= -0.016 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▂ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇▁ ] dim 0528 μ= -0.038 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▆█▆ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ██▁ ] dim 0530 μ= -0.015 σ= 0.027 zeros= 0% [ ▂████▄ ] [ ▆█ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█▆ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ █▄ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▅█▇▁ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▆████▄▁ ] [ ▃▆█▄ ] dim 0535 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▃▇█████▃▁ ] [ █▃ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃██▂ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▅████▄▂ ] [ ▇█▄ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▃█▇▃ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▅█▆ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▃████▇▄▁ ] [ ▃█▅ ] dim 0541 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▅ ] dim 0542 μ= -0.004 σ= 0.033 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁▄█▆▁ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▁▄█████▄▂ ] [ ▇█ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ █▄ ] dim 0545 μ= -0.020 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂█▇▃ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▇█▂ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▁████▂▁ ] [ ▇█▁ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅█▄ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▂▇█▇▂ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▅█ ] dim 0551 μ= +0.007 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▅█▅ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▆███▇▁ ] [ ▄█▅ ] dim 0553 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▃ ] dim 0554 μ= +0.018 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▅█▆ ] dim 0555 μ= +0.015 σ= 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.042 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▄█▆▂ ] dim 0560 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▃█▇▁ ] dim 0561 μ= -0.022 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ █▅ ] dim 0562 μ= -0.000 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▅█▃ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▆█ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ █▆ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▇█▃ ] dim 0566 μ= +0.007 σ= 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.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▁ ] dim 0571 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▄█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▁█▂ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃█ ] dim 0574 μ= -0.011 σ= 0.016 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.010 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▃ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▇ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▅████▃ ] [ ▁█▆ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ██ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ▂█▇▂ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▇█▄ ] dim 0585 μ= -0.032 σ= 0.051 zeros= 0% [ ▁▁▂▅██████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0505, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ █▇ ] dim 0586 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ █ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▂▆█▄ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ █▃ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▃██▄ ] dim 0590 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ █▆ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂█▄ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▆█▇▁ ] dim 0593 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▇▃ ] dim 0594 μ= -0.001 σ= 0.036 zeros= 0% [ ▁▃█████▅▁▁ ] [ ▆█▂ ] dim 0595 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▆ ] dim 0596 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▇██▆▂ ] [ ▅█▅ ] dim 0597 μ= +0.016 σ= 0.029 zeros= 0% [ ▂▅███▇▁▁ ] [ ▁█▇▂ ] dim 0598 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ █▅ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▄██▄ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▇████▇▂ ] [ ▂█▂ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅█ ] dim 0602 μ= -0.014 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ ▂█▅ ] dim 0603 μ= -0.022 σ= 0.027 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.034 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▇▂ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▃█████▅▂ ] [ ▁▆█▃ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▆ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▂█▅ ] dim 0611 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ ▂▇█▅ ] dim 0612 μ= +0.011 σ= 0.040 zeros= 0% [ ▁▂▅█████▄▂ ] [ █▂ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▆█▂ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▃█ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂█▅ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂██▄ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▇▁ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█▅ ] dim 0620 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ █▇ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▄ ] dim 0622 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▃████▆▃▁ ] [ ▆█▂ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂█▂ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▃ ] [ █▅ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▂███▆▂ ] [ ▄▆█▅ ] dim 0626 μ= -0.013 σ= 0.040 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▂█▄ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▇▂ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂██▄ ] dim 0629 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▇ ] dim 0630 μ= -0.021 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▇ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▅█ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▅██▇▁ ] [ ██ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂█ ] dim 0634 μ= -0.008 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▇▂ ] dim 0635 μ= -0.021 σ= 0.038 zeros= 0% [ ▁▃█████▆▂▁ ] [ █▃ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁███▂ ] [ ▃█▆ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▂▇███▇▃ ] [ █▅ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▅█▇ ] dim 0639 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ██ ] dim 0640 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▁▅█▅▁ ] dim 0641 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▆ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▃███▅▂ ] [ ▃█▁ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁▆█▁ ] dim 0644 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▇ ] dim 0645 μ= -0.003 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▆█▅ ] dim 0646 μ= +0.011 σ= 0.030 zeros= 0% [ ▃▇███▅▂ ] [ ▂█▄ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▂██▃ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃▆█▅ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▆█▅ ] dim 0650 μ= -0.008 σ= 0.030 zeros= 0% [ ▃▇███▆▂ ] [ ▁▇█▃ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▄ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ ▁▆█▃ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▂ ] dim 0654 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▁█▇ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ █▆ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▄ ] dim 0657 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ █▅ ] dim 0658 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▅█▅ ] dim 0659 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▆███▇▂▁ ] [ ▄██▄ ] dim 0660 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▂█▅ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▃ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▁▆█▄ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▅████▇▄▂▁ ] [ ▂█▇ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▄ ] dim 0665 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▅█████▃▁ ] [ ██ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▂▇█▅ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▂█▇ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▂ ] dim 0670 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▇█▁ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▆█ ] dim 0672 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▆█▂ ] dim 0673 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁█▆ ] dim 0674 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▅ ] dim 0675 μ= +0.017 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▁██▂ ] dim 0676 μ= -0.016 σ= 0.025 zeros= 0% [ ▂████▂▁ ] [ ▅█▆▁ ] dim 0677 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▃▇████▅▁ ] [ ▃█▂ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▅█▅ ] dim 0679 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▅█ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▂█▅ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃██▂ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▃ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▆██▂ ] [ ▅█▃ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▅▁ ] dim 0686 μ= -0.024 σ= 0.042 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▄█▅ ] dim 0687 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▄██▄ ] dim 0688 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▆█ ] dim 0689 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂█ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▆▁ ] dim 0691 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▅█▆ ] dim 0692 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂▆█▄ ] dim 0693 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▄█▁ ] dim 0694 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▁ ] dim 0695 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▁ ] dim 0696 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▃██▂ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▄ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▃█▆ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▅ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄███▇▁ ] [ ▄█▃ ] dim 0701 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▅ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▅ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█▄ ] dim 0705 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ █▇ ] dim 0706 μ= +0.025 σ= 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.000 σ= 0.039 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂▇█▄▁ ] dim 0711 μ= -0.009 σ= 0.037 zeros= 0% [ ▂▄█████▃▁ ] [ ▅█▁ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█▅ ] dim 0713 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▄ ] dim 0714 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ █▅ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▁█▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▇█▃ ] dim 0717 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▆██▁ ] [ ▄██▃ ] dim 0719 μ= +0.042 σ= 0.036 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.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▄ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ██ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▂▇█▆▁ ] dim 0726 μ= -0.008 σ= 0.039 zeros= 0% [ ▂▅█████▄▂ ] [ ▅█▂ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ █▆ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▄█ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ █▇▁ ] dim 0730 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▃██▂ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁██▃ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▇█▁ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▇█▁ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▆█ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▁ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▇▁ ] dim 0737 μ= -0.022 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▅██▄ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▂▄██████▄▁ ] [ █▇ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅▆█▃ ] dim 0740 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▁▅█▅ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ █▇ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▆██▄ ] [ ▂█▇▂ ] dim 0744 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▄ ] dim 0745 μ= +0.017 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █ ] dim 0746 μ= -0.006 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃█▄ ] dim 0747 μ= -0.005 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▆ ] dim 0748 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▄███▇▂▁ ] [ ▆█▁ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█▅▃ ] dim 0750 μ= -0.002 σ= 0.039 zeros= 0% [ ▂▄▇████▆▂▁ ] [ ▃██▁ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▄████▄▁ ] [ ▁█▇ ] dim 0752 μ= +0.003 σ= 0.027 zeros= 0% [ ▃███▇▃ ] [ ▃█▃ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▁█ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ██▂ ] [ █ ] dim 0755 μ= -0.006 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▄ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▇█▅ ] dim 0758 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▆▃ ] dim 0759 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▅█▂ ] [ ▇█▆▂ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ▆█▄ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▃█▅ ] dim 0763 μ= -0.005 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▅█▂ ] dim 0764 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▂█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▇█▄ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▅ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▇███▇▂ ] [ ▅█ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▃█▅ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▄ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ▆█▁ ] dim 0771 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▆█▄ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▂████▅▁ ] [ ▁██▅ ] dim 0774 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▂█▃ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂█▇▃ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▄████▆▂ ] [ ▁▇█▄ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▃ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▆█ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅█ ] dim 0782 μ= +0.028 σ= 0.016 zeros= 0% [ ▃██▄ ] [ █▅ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂█▄ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▄ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅██▃ ] dim 0786 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ █▇ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ██▁ ] dim 0788 μ= +0.026 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▄█▄ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▄ ] dim 0790 μ= -0.026 σ= 0.034 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▄█▇ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▃ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▇ ] dim 0794 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▅ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▃ ] dim 0796 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▂▇█ ] dim 0798 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▁█▄ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█▇▅ ] dim 0800 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ █ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▁█▃ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▃███▄ ] [ ▃█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▅█▇▁ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁█▅ ] [ ▁█▅ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▁▆█▇▁ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▅█████▅▂▁ ] [ ▇█▂ ] dim 0808 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▂ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0811 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▃▇█▂ ] dim 0812 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▁ ] dim 0813 μ= +0.027 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂█ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▂█▅ ] dim 0815 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▄ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▃▇█▃ ] dim 0818 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▅ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▇▂ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ ▇█ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▂ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅█▃ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▃████▅▂▁ ] [ ▃█▃ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▂██ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ ▅█▄ ] dim 0826 μ= +0.015 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▅█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▃█▅ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▂▅█▇ ] dim 0829 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▄▇█▃ ] dim 0830 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂ ] [ █▂ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▇█▁ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▄█▆ ] dim 0833 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▅███▇▃▁ ] [ ▆██▂ ] dim 0834 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄█▄ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ █▆ ] dim 0836 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ██▃ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▂████▃▁ ] [ ▄█▂ ] dim 0838 μ= +0.012 σ= 0.022 zeros= 0% [ ▁▃███▂ ] [ ▆█▃ ] dim 0839 μ= -0.012 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▅ ] dim 0840 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▂ ] dim 0841 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▇ ] dim 0842 μ= -0.021 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ██▄ ] [ ▇█▁ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁▇█▄ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇ ] dim 0846 μ= -0.021 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ ▃██▂ ] dim 0847 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▆ ] dim 0848 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▆ ] dim 0849 μ= +0.037 σ= 0.031 zeros= 0% [ ▂▇████▂▁ ] [ ▂█▄ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▇█▁ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▁██▆ ] dim 0852 μ= +0.011 σ= 0.038 zeros= 0% [ ▂▅████▇▄▂ ] [ █▃ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▄█▃ ] dim 0854 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ █▆ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▂ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▂▇█▂ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▆ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ █▅ ] dim 0859 μ= -0.000 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃██▂ ] dim 0860 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▆████▅▁ ] [ █▇ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▁▅█▆▂ ] dim 0862 μ= -0.025 σ= 0.037 zeros= 0% [ ▁▄█████▄▁▁ ] [ ▃█▂ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▆█▂ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ █▅ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃██ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▃████▁ ] [ ▅█ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ██ ] dim 0868 μ= +0.002 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▄█▆ ] dim 0870 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆████▃ ] [ ▄██▃ ] dim 0871 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▂▇████▇▂▁ ] [ ▃█▇▅ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ ▇█▆ ] dim 0873 μ= -0.006 σ= 0.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.020 zeros= 0% [ ▁███▃ ] [ ▁█ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▁▅█▄ ] dim 0879 μ= -0.008 σ= 0.038 zeros= 0% [ ▂▄████▇▃▁ ] [ ▆█▅ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ █▆ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▃██▄ ] dim 0882 μ= +0.005 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ ██▂ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0884 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▇█ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▇█▂ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▂████▄ ] [ █▅ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▆█ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▂██▄ ] dim 0889 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▃ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▃██▁ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ ▅█ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▆ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▄ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▁▅▆█▅ ] dim 0895 μ= +0.001 σ= 0.044 zeros= 0% [ ▁▂▅██████▃▂ ] [ ▆██▁ ] dim 0896 μ= +0.037 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▂ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ██▂ ] dim 0898 μ= -0.033 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █▄ ] dim 0899 μ= -0.021 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▆█▂ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▆ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃█████▂▁ ] [ ▃██▁ ] dim 0902 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▄█▆▁ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅██▃ ] dim 0905 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▁▃█████▆▃▁ ] [ ▃█▆ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▅█ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▃█▃ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▂██▁ ] dim 0909 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▁▆█▅▂ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▄▆█████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma [ ▂█▇ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▇█ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▃ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▅█▃ ] dim 0914 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ██▂ ] dim 0915 μ= +0.006 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▄█▆ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▂████▇▃▁ ] [ ▄█▃ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▅███▃▁ ] [ ▄█▆ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁██▂ ] dim 0919 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▁▆█▆ ] dim 0921 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ ▄█▃ ] dim 0922 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ██ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▁▆█▃ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▃ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▂ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▅███▃ ] [ ▅██▃ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁█▅ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▂█▁ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▁▇█▄ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▂█ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▇▁ ] dim 0934 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▂▇████▅▂ ] [ ▂█▃ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 0936 μ= +0.005 σ= 0.017 zeros= 0% [ ▄██▄ ] [ █▅ ] dim 0937 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▄ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▄████▅▂ ] [ ▆█▁ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▆█▅ ] dim 0940 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁█▅ ] dim 0941 μ= +0.002 σ= 0.027 zeros= 0% [ ▃███▇▂ ] [ ▅█▆▁ ] dim 0942 μ= +0.016 σ= 0.042 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.029 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▁ ] dim 0947 μ= -0.012 σ= 0.025 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.008 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▆▁ ] dim 0952 μ= +0.019 σ= 0.032 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.007 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ █▄ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▅█ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂█▆▁ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▆ ] dim 0960 μ= -0.000 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▁█▃ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▁█▂ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▁ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃▇█▃ ] dim 0964 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▆▃ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▂▅████▆▂ ] [ ▃▇█▄▂ ] dim 0966 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▄█▁ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▄███▁ ] [ ▂█ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁██▅ ] [ ▃█▇ ] dim 0969 μ= +0.021 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▃██▆ ] dim 0970 μ= +0.009 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂▅█▆▃ ] dim 0971 μ= +0.015 σ= 0.047 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▆█▄ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▃▇███▆▁ ] [ █▄ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ █▂ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁█▃ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▅█▃ ] dim 0976 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▅ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▃▆███▆▂▁ ] [ ▃█▇▁ ] dim 0978 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▅ ] dim 0979 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▂ ] dim 0980 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▄█▄ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▇ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▁█▃ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▃ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▅█▂ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▄ ] dim 0986 μ= +0.021 σ= 0.037 zeros= 0% [ ▂▃▇████▅▁▁ ] [ ▃█▇▄ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▂▆████▆▂▁ ] [ █▅ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▃█▆ ] dim 0989 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▂▅████▃▁ ] [ ▃█▆ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ █▁ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▂█▆ ] dim 0992 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▅ ] dim 0993 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▄█████▃▁ ] [ ▃█▆ ] dim 0994 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃██▃ ] dim 0995 μ= -0.015 σ= 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.023 zeros= 0% [ ▃███▃ ] [ ▁█▄ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▄█▆ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▆▁ ] dim 1001 μ= +0.004 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▁ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▅ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▃█▅ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▄ ] dim 1005 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▂ ] dim 1006 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▃ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▆ ] dim 1008 μ= -0.002 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄█ ] dim 1009 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄██▁ ] dim 1010 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▆▁ ] dim 1011 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▁█▆ ] dim 1012 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▃███▇▁ ] [ █▆ ] dim 1013 μ= +0.000 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▄█▆ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▅███▆▂▁ ] [ █▁ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▂██ ] [ █▄ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▂█ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ██▃ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▅█▄ ] dim 1019 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▄█▄ ] dim 1020 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▅█▅ ] dim 1021 μ= +0.032 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▃▇█▃ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▂▇█▄ ] dim 1023 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.4s smell: 200/2000 ( 10%) 0.8s smell: 300/2000 ( 15%) 1.2s smell: 400/2000 ( 20%) 1.7s smell: 500/2000 ( 25%) 2.0s smell: 600/2000 ( 30%) 2.3s smell: 700/2000 ( 35%) 2.6s smell: 800/2000 ( 40%) 3.1s smell: 900/2000 ( 45%) 3.5s smell: 1000/2000 ( 50%) 4.1s smell: 1100/2000 ( 55%) 4.4s smell: 1200/2000 ( 60%) 4.8s smell: 1300/2000 ( 65%) 5.2s smell: 1400/2000 ( 70%) 5.7s smell: 1500/2000 ( 75%) 6.2s smell: 1600/2000 ( 80%) 6.6s smell: 1700/2000 ( 85%) 7.0s smell: 1800/2000 ( 90%) 7.2s smell: 1900/2000 ( 95%) 7.4s smell: 2000/2000 (100%) 7.5s smell: isotropy=0.178 full-cov, 0.790 diag-only (effective rank ~182.0/1024 full, ~809.2/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 19.1s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▅▇█▅▃ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▃▆██████▇▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▃▆██▄ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▂▆██████▇▃▂▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▁█▆ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▃█▄ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▅ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃████▅▃▁ ] [ ▃█▆▁ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▃█▇▁ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▄ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▁█▃ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▆█ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ █▅ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂█▇▂ ] dim 0009 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▅ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂▇█▄ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▃█ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▅█ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄██▃ ] dim 0014 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂ ] [ ▁█▃ ] dim 0015 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▅█▄ ] dim 0016 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▅███▆▃▁ ] [ ▅█▄ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▆███▆▂ ] [ ▄██▅▂ ] dim 0018 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂ ] [ ▃██▃ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▁ ] dim 0020 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ██ ] dim 0021 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▅█▅ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃▆█▅▂ ] dim 0023 μ= -0.007 σ= 0.047 zeros= 0% [ ▂▅██████▆▄▁ ] [ ▅█▅ ] dim 0024 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄▇███▇▃▁ ] [ ▃█▄ ] dim 0025 μ= +0.017 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▇ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▅█▃ ] dim 0027 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▂██▂ ] dim 0028 μ= +0.026 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0029 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▅█▂ ] dim 0030 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ █▇ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▂▇█▄ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▇█▃ ] dim 0033 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▂ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▇█▃ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ █▄ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▂ ] dim 0037 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▄ ] dim 0038 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆█▃ ] dim 0039 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▆███▅▂ ] [ ▂▆█▅ ] dim 0040 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▇ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▂█▇ ] dim 0042 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▃ ] dim 0043 μ= +0.013 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▄ ] dim 0044 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▃█▃ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▃██▂ ] dim 0047 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▃██▅▁ ] dim 0048 μ= +0.010 σ= 0.041 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▂█▅ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄███▇▃▁ ] [ ▅█▄ ] dim 0050 μ= +0.015 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▅█▇ ] dim 0051 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆████▂▁ ] [ █▇ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▁█▃ ] dim 0053 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▅█▂ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▃ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▄█▅ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃▇████▃ ] [ ▁▆█▅ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁▇█▅ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▇▃ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▅█ ] dim 0060 μ= +0.009 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▃█▆ ] dim 0061 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃██▄ ] dim 0062 μ= -0.030 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▃█▃ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▄ ] dim 0064 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▃██▁ ] dim 0065 μ= +0.005 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ██▁ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▅█▅▁ ] dim 0067 μ= -0.003 σ= 0.037 zeros= 0% [ ▂▄█████▅▂ ] [ ▇█▁ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▃█ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▇█▂ ] dim 0070 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▂▆█▄ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▂ ] dim 0072 μ= +0.014 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▇█ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▂█▆▄ ] dim 0074 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▁▅████▆▂▁ ] [ ▄█▂ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▁█▃ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃▆█▄ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▃█▂ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▇█▂ ] dim 0079 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0080 μ= -0.013 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ██▃ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▃▇█▆▁ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▅█▂ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▄ ] dim 0084 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▅█▅ ] dim 0085 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▇▂ ] dim 0086 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▆█▂ ] dim 0087 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁▆█▃ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▃█▇▂ ] dim 0089 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▆████▅▁ ] [ ▄██▁ ] dim 0090 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█▁ ] dim 0091 μ= +0.032 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▁▆█▅▁ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▇█▅ ] dim 0093 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▄████▇▄▁ ] [ ▁█▆ ] dim 0094 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▆▃ ] [ ▄█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃██▃ ] dim 0096 μ= +0.007 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▄█▂ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█ ] dim 0098 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃███▇▂▁ ] [ ▃█▁ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁█▅ ] dim 0100 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▄ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄█▂ ] dim 0102 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ █▆ ] dim 0103 μ= +0.006 σ= 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.017 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ██▁ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▇█ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁████▁ ] [ █▇ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▁██▁ ] dim 0112 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▆ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▂▆█▅ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▂▅█████▄▁▁ ] [ ▄▇█▃ ] dim 0115 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▇█ ] dim 0116 μ= +0.008 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂█ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂█▇▄ ] dim 0118 μ= -0.011 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ ▆█▂ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▆▄ ] dim 0120 μ= -0.032 σ= 0.039 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▅█▃ ] dim 0121 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁█▆ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ █▇ ] dim 0124 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▃▆█▅▂ ] dim 0125 μ= -0.007 σ= 0.044 zeros= 0% [ ▂▃▇█████▅▃▁ ] [ █▄ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▃█▅ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▂███▆▁ ] [ ▄█▆ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▃▆█▄ ] dim 0129 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▅█▁ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▅█▆ ] dim 0131 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▁▇█▂ ] dim 0132 μ= +0.007 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂█▇ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ ▄█▅ ] dim 0135 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄▇█▅▁ ] dim 0136 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▁▃▇█████▄▂ ] [ ▅█▅ ] dim 0137 μ= -0.024 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▄ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▁██▃ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ █▇ ] dim 0140 μ= +0.006 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ██ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▄█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▂█▅ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▅▇█▃ ] dim 0144 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃█████▆▂ ] [ █▅ ] dim 0145 μ= -0.019 σ= 0.019 zeros= 0% [ ▂▇██▃ ] [ ▅█▆ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▇▁ ] dim 0147 μ= +0.023 σ= 0.029 zeros= 0% [ ▂▄████▃▁ ] [ ▁█▂ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂▇█▅ ] dim 0150 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▃██▆▁ ] dim 0151 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▆ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▁▆█▄ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▁▂████▅▁ ] [ ▁▅█▅ ] dim 0154 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▁▅████▇▃▁ ] [ ▅█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▅█▄ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▃ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▂ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▅ ] dim 0159 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃████▇▄▁ ] [ ▃█▅ ] dim 0160 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▁▇█▅▁ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▃█▃ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▅ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▇█▃ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▄▇███▆▂▁ ] [ ▁█▇▂ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▂████▃ ] [ ▂▆█▅ ] dim 0166 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▁██▆ ] [ █▅ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▄█▄ ] dim 0169 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▆█▆▁ ] dim 0170 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█▃ ] dim 0171 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▆█▂ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▂█ ] dim 0173 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▅█▆ ] dim 0174 μ= -0.021 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▂█▇▃ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▁▆████▅▂ ] [ █▄ ] dim 0176 μ= +0.000 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▇█▂ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▁█▇ ] dim 0178 μ= +0.024 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄█▅▁ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ██▃ ] dim 0180 μ= +0.009 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▄█▅ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▇█▃ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▃▇███▄▁ ] [ ▂▅█▆▁ ] dim 0183 μ= -0.003 σ= 0.043 zeros= 0% [ ▁▃▇█████▆▃▁▁ ] [ ▂▇█▃ ] dim 0184 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▃█▇▁ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▁ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂▇█ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▂███▇▂▁ ] [ ▂█▁ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂▇█▆▂ ] dim 0189 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▂▇█▅ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▂▅█▄ ] dim 0191 μ= -0.005 σ= 0.037 zeros= 0% [ ▂▅█████▄▂▁ ] [ ▅█▅ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▆███▇▂▁ ] [ ▄█▅ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▄▂ ] [ ▇█▄ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▇▁ ] dim 0195 μ= +0.026 σ= 0.026 zeros= 0% [ ▃████▂▁ ] [ █▇ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁█▇ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▄█▆ ] dim 0199 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▃▇█▁ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▅█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▁█▅ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▂ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▆▂ ] dim 0204 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▄ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▂███▇▂ ] [ ▂▇█▆ ] dim 0207 μ= +0.010 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▅█ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▁█▃ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▄█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃█▇ ] dim 0211 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▄ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃█████▂▁ ] [ ▄█▅ ] dim 0213 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▅ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▃█▄ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▄ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▃█▅ ] dim 0217 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ █▁ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▂▇█▄ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▄████▅▂ ] [ ▄▇█▁ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▃ ] dim 0221 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▄ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▆█ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▆ ] dim 0224 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▂ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▂█▅ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▃██▂ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂▅█▄▂ ] dim 0228 μ= +0.037 σ= 0.038 zeros= 0% [ ▂▄█████▅▂ ] [ ▁█▇ ] dim 0229 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ██ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▆ ] dim 0231 μ= -0.017 σ= 0.023 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.020 zeros= 0% [ ▂▇██▄ ] [ ▆█▆▃ ] dim 0236 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▅█▁ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▆█▂ ] dim 0238 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▃█▇ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▄ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▄██▄ ] dim 0241 μ= +0.029 σ= 0.040 zeros= 0% [ ▁▄▆█████▄▂ ] [ ▂█▆ ] dim 0242 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▂█ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▇█▆ ] dim 0244 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▄█▇▂ ] dim 0245 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ █▅ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▆██▄ ] [ ▄█▆▁ ] dim 0247 μ= -0.037 σ= 0.036 zeros= 0% [ ▁▃▆████▄▂▁ ] [ ▃██▃ ] dim 0248 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▄█▆ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▁█▆ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ █▄ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▂█▃ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁██ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃██▁ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▂▇█▅ ] dim 0255 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄██▆▁ ] dim 0256 μ= -0.011 σ= 0.044 zeros= 0% [ ▁▁▂▄██████▅▂▁ ] [ ▇█▇ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▇ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ █▅ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▆█▅ ] dim 0260 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ █▂ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▇█ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▅█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▃██▂ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▆█▃ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ █▇ ] dim 0266 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▅█▇▃ ] dim 0268 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▅█████▇▃▁ ] [ ▂██ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▆ ] dim 0270 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█▃ ] dim 0271 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▅█ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▅ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▃▆█▂ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▅ ] dim 0275 μ= +0.022 σ= 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.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▅▁ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ ▇█ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▂████▂ ] [ ▁█▇ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▇ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▅██▅ ] [ ▆█▃ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▇███▅▂ ] [ ▄█▇▂ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁▆█▂ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▁▆█▅ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ █▇ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▅██▆▁ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▇█▃ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▂▆█▄ ] dim 0290 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▅████▇▄▁ ] [ █▆ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▃█▅▁ ] dim 0292 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ █▅ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█▄ ] dim 0294 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▄█▇▁ ] [ ▃█▆ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▂ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▆█▁ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█▅ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▆ ] dim 0300 μ= -0.023 σ= 0.030 zeros= 0% [ ▃▇███▇▃ ] [ ██▂ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▂████▃ ] [ ▃█▇▃ ] dim 0302 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▄ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂█▇ ] dim 0304 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▄██▂ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂██▆ ] dim 0306 μ= +0.012 σ= 0.035 zeros= 0% [ ▂▆█████▃▁ ] [ ▄█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▃██▆▁ ] dim 0308 μ= +0.031 σ= 0.037 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▃█▆▁ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▃█▅ ] [ █▇ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▅█▇ ] dim 0312 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ █▅ ] dim 0313 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▁▅█▇▄ ] dim 0314 μ= +0.003 σ= 0.044 zeros= 0% [ ▁▃▅██████▄▂ ] [ ▂█▄ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▂███▄▁ ] [ ▅█▄ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃██▂ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁▆█▃ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▇▁ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁█ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂██▄ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▃▄████▇▄▁ ] [ ▁▅█▅ ] dim 0323 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▁ ] [ █▁ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃██▅ ] dim 0325 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▇█▅ ] dim 0326 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▂ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▂ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██ ] [ ▃▇█▁ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▇▇▂ ] dim 0330 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▂▆█▆▄ ] dim 0331 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ █▅ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▅█▅ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ █▁ ] dim 0334 μ= +0.017 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ █▅ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▅█▇▂ ] dim 0336 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▇▁ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▄ ] dim 0338 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂██▂ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅▁ ] dim 0340 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▂ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂█▅ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ █▂ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▄█▂ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▂ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▅█▅ ] dim 0347 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃██▆ ] dim 0348 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▅████▇▂▁ ] [ ▅█▄ ] dim 0349 μ= -0.026 σ= 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.016 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▁▇█▄ ] dim 0354 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▁▄████▇▄▁ ] [ ▆█ ] dim 0355 μ= -0.012 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁██▅ ] dim 0356 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▄ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▆█▇ ] [ ▇█▂ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▄█▂ ] dim 0360 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ ▄▆█▃ ] dim 0361 μ= -0.015 σ= 0.037 zeros= 0% [ ▁▃▆████▅▃▁ ] [ ▂█ ] dim 0362 μ= -0.025 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▅ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▇███▇▃▁ ] [ ▇█▃ ] dim 0364 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▄ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ █▆ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▅█▂ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▄█▁ ] dim 0369 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▃█▄ ] dim 0370 μ= -0.001 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▅██▃ ] dim 0371 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ▅█▆▂ ] dim 0372 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▄▇████▅▂ ] [ ▆█▇▂ ] dim 0373 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▁█▅ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▇█▃ ] dim 0375 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▇█ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▄█▄ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▄█▄ ] dim 0378 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▃▇█ ] dim 0379 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0380 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ █▄ ] dim 0381 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂██▄ ] dim 0382 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▆▃ ] dim 0383 μ= +0.023 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂ ] [ ▆█▂ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▃▇███▄▁ ] [ ▃█▅ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▁ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ██▂ ] [ ▃▇█▅ ] dim 0388 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▃██████▅▂▁▁ ] [ ▁▇█▂ ] dim 0389 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ██▁ ] dim 0390 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▇▂ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▁█▄ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▇▅ ] dim 0393 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▁▁ ] [ █▂ ] dim 0394 μ= +0.018 σ= 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.012 σ= 0.017 zeros= 0% [ ▄██▄▁ ] [ ▁▇█▇▂ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▃█▆▁ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▆ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▁█▆ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄█▅ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▂▆███▆▂▁ ] [ ▂█▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂█▅ ] dim 0408 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▇▁ ] [ ▇█▂ ] dim 0409 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ ▂█▅ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▆█▇ ] dim 0411 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▅███▇▄▁ ] [ ▄██▂ ] dim 0412 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▅█▁ ] dim 0413 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▆█▃ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▂ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▁▇█▇▁ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁█▆▃ ] dim 0417 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █▆ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ██▆ ] [ ▃█▆▂ ] dim 0420 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃▇████▅▁ ] [ ▂█▅ ] dim 0421 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▃ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▄█▃ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▃█▃ ] dim 0424 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂▆█▃ ] dim 0425 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █ ] dim 0426 μ= +0.018 σ= 0.012 zeros= 0% [ ▅█▇ ] [ ▅██▃ ] dim 0427 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▃█████▅▂ ] [ ▁▆█▇▃ ] dim 0428 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▄█ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▃██▆ ] [ ▁██▂ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▃█▃ ] dim 0431 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▁▆███▆▂ ] [ ▅█▁ ] dim 0432 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂██▂ ] dim 0433 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▇ ] dim 0434 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▇ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▂▇█▇▁ ] dim 0436 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▇█▃ ] dim 0437 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄████▇▂ ] [ ▁█▄ ] dim 0438 μ= -0.000 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄█▇ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▇ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▃█▄ ] dim 0441 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█ ] dim 0442 μ= +0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0443 μ= -0.011 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▂▅█▅▂ ] dim 0444 μ= +0.020 σ= 0.044 zeros= 0% [ ▁▂▆█████▇▄▂ ] [ ██ ] dim 0445 μ= +0.007 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▅ ] dim 0446 μ= +0.016 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▇ ] dim 0447 μ= +0.022 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ ▃██▃ ] dim 0448 μ= -0.013 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▂ ] dim 0449 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █▅ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▇█▁ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▃▆█▂ ] dim 0452 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▁ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▁ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▄█▇▆▂ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▆█▇▂ ] dim 0456 μ= -0.018 σ= 0.033 zeros= 0% [ ▂▇████▄▂ ] [ ▆█▄ ] dim 0457 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▇███▅▂ ] [ ▁▅█▅ ] dim 0458 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▇▃ ] [ ▆█▁ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ ▆█▃ ] dim 0460 μ= -0.007 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▅ ] [ ██ ] dim 0462 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▃▇█▂ ] dim 0463 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▂▆█▇▂ ] dim 0464 μ= -0.019 σ= 0.043 zeros= 0% [ ▁▂▅█████▇▄▂ ] [ ▆█▃ ] dim 0465 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂▆█▆▂ ] dim 0466 μ= -0.004 σ= 0.040 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁█▆ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▅█▅ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ █▄ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ █▁ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▄█▅ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▅ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▄█▂ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▁▄█▇▃ ] dim 0475 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▁▅█████▆▃▁ ] [ ▅█ ] dim 0476 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ ▄█▄ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▇▂ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂▆█▄ ] dim 0480 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ █▄ ] dim 0481 μ= +0.020 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▁▇█▃ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▃ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▇▃ ] dim 0484 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃▅████▆▂ ] [ █ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▃█▇▃ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▃█▃ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▅▄ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▅█▄ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁▇█▂ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ █▂ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ██▃ ] dim 0492 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▂██▁ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▄██▃ ] [ █▆ ] dim 0497 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▁▆█▆▂ ] dim 0498 μ= +0.015 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▁▅█▃ ] dim 0499 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▅██▃ ] dim 0500 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ █ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▅ ] [ ▁█▆ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▆▂ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ █ ] dim 0504 μ= -0.003 σ= 0.012 zeros= 0% [ ▅█▅ ] [ ▄█▅ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▂ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▃▇███▃▁ ] [ ▆█ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▅ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▅ ] dim 0509 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▄███▇▁ ] [ ▅█▃ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃▇█▃ ] dim 0511 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▁█▆ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▄ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▂▇█▅ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▃ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▂▆███▄ ] [ █▇ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂▆█▇▂ ] dim 0517 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁ ] [ ██ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▂▇██▆▂ ] [ ▂█▅ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▄ ] dim 0520 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅██▁ ] dim 0521 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▂ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ █▁ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▄█▃ ] dim 0524 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▇█▃ ] [ ▁██ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▆█▄ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▅ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▄ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▁█▇ ] dim 0530 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▆ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂▇█▇ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▄ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▁▅█▇▁ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▄██▃ ] dim 0535 μ= -0.016 σ= 0.040 zeros= 0% [ ▁▁▅█████▆▃▂ ] [ ▄█▃ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃█▆▂ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▄▂ ] [ ▁▇█▃ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅▃ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▁█▇▅ ] dim 0540 μ= -0.007 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▄█▆ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▄ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▄█▆▁ ] dim 0543 μ= +0.017 σ= 0.037 zeros= 0% [ ▂▄█████▄▂ ] [ █▇ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ █▃ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▃█▆▂ ] dim 0546 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁▇█ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▁█▆ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▁▇█▅ ] dim 0549 μ= +0.014 σ= 0.030 zeros= 0% [ ▃████▇▂▁ ] [ ▃▇█▆▂ ] dim 0550 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▇█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▄█▄ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▄█▄ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █▂ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▇█▅ ] dim 0555 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄██▂ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ ▂█▂ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▂ ] dim 0558 μ= +0.009 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▄██▄▁ ] dim 0559 μ= -0.011 σ= 0.043 zeros= 0% [ ▁▂▄██████▆▂▁ ] [ ▁▃█▇▂ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▄█▆▁ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▁█▄ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▆█▂ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▄ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▂ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ █▄ ] dim 0567 μ= +0.003 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▄█▃ ] dim 0568 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▆ ] dim 0569 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▄ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▆█▇▂ ] dim 0571 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ██ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▂ ] dim 0573 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅█ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂▆▆█▄▁ ] dim 0575 μ= +0.005 σ= 0.044 zeros= 0% [ ▂▆██████▅▂▁ ] [ ▃█▄ ] dim 0576 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▆ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▇▁ ] [ ▃██▃ ] dim 0578 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▇█▂ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▅ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▃▇████▂ ] [ ▃█▆ ] dim 0581 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ █▇ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▄█▆▁ ] dim 0584 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▁▅▇█▅▃ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▃▆██████▇▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ █▅ ] dim 0586 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▅ ] [ ▃█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▃██▄ ] dim 0588 μ= -0.011 σ= 0.033 zeros= 0% [ ▂▅████▇▃ ] [ █ ] dim 0589 μ= -0.002 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▃██▄ ] dim 0590 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ █▃ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃█▂ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▂██▆▂ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▆▁ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ ▇█▁ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ █▅ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅█▄ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▂▆███▆▂ ] [ ▃██▂ ] dim 0598 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ █▄ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▇▁ ] dim 0600 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▅█▂ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▄███▂ ] [ █▇ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▅ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▄██ ] dim 0604 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▅ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▆█ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▃█▆ ] dim 0607 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁▅█▆▂ ] dim 0608 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▅█████▆▂ ] [ ▁▆█▁ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▄ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▅ ] dim 0611 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▂▆█▃ ] dim 0612 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █ ] dim 0613 μ= +0.020 σ= 0.012 zeros= 0% [ ▄██ ] [ ▆█ ] dim 0614 μ= +0.009 σ= 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.030 zeros= 0% [ ▁▅████▅▁ ] [ ▁█▆ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▄█ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▄ ] dim 0620 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▂▇█▄ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█▁ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁████▂ ] [ ▂█▁ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃█▆ ] dim 0625 μ= -0.020 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▇▃ ] dim 0626 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▄█▄ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▁▅█▇▃ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ ▃██▃ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▆ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▆ ] dim 0631 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ █▇ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ █▆ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▁▆██▂ ] dim 0635 μ= -0.020 σ= 0.039 zeros= 0% [ ▁▄█████▅▃▁ ] [ ▂█▃ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▅ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂ ] [ ▂█▃ ] dim 0638 μ= -0.021 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▅█▆ ] dim 0639 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ █▇ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▂▇█▄▁ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃██████▄▂▁ ] [ ▂█▄ ] dim 0642 μ= +0.020 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▅█▁ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃██▁ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▅ ] dim 0645 μ= -0.006 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▁▇█▃ ] dim 0646 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▄█▂ ] dim 0647 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▁ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁▅█▄ ] dim 0649 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▂▇█▄ ] dim 0650 μ= -0.007 σ= 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.003 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ █▇ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▄ ] dim 0657 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ █▃ ] dim 0658 μ= -0.001 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▄█▄ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆████▂ ] [ ▄█▇▂ ] dim 0660 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▃█▅ ] dim 0661 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃▇█▅ ] dim 0663 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▄█▆ ] dim 0664 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▄██▄ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▁██ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▃██▇ ] dim 0667 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▂█▆ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▄███▆▂▁ ] [ ▄█▁ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▆█▁ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ██ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▆█▁ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█▅ ] dim 0674 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▅ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▁█▇ ] dim 0676 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▅▁ ] dim 0677 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▄█████▄▁▁ ] [ ▄█▂ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▅█▅ ] dim 0679 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▇█ ] dim 0680 μ= +0.008 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▁█▄ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ██ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▄█▆▁ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ █▂ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▅█▃ ] dim 0685 μ= +0.013 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▁▆█▇▃ ] dim 0686 μ= -0.023 σ= 0.040 zeros= 0% [ ▁▃▄█████▅▂▁ ] [ ▃█▅ ] dim 0687 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▅██▄ ] dim 0688 μ= -0.015 σ= 0.037 zeros= 0% [ ▁▄▆████▆▃▁ ] [ ▇█ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▅█ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▃█▅ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▆████▃▁ ] [ ▅█▆ ] dim 0692 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▃▇█▂ ] dim 0693 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█ ] dim 0694 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█▆ ] dim 0695 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄███▇▃▁ ] [ ▅█ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▇▁ ] dim 0697 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ █▁ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▅ ] dim 0699 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▄█▅ ] dim 0700 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▂▇█▂ ] dim 0701 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▅█▄ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▃█▇ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ █ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▅█▃ ] dim 0705 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄▇███▆▁ ] [ █▇ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▃██▃ ] [ █▃ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁▆█▃ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▄ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▂▆█▆▃ ] dim 0710 μ= -0.002 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▃▆█▄ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▅████▇▄▂ ] [ ▁█▇▂ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▇█▅ ] dim 0713 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂▆█▆▁ ] dim 0714 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁█▄ ] dim 0715 μ= +0.019 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁██▄ ] dim 0717 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▁█ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅██▃ ] dim 0719 μ= +0.041 σ= 0.037 zeros= 0% [ ▁▃█████▆▃ ] [ ▅█▆ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█▆ ] dim 0721 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▁ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▇▁ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁██▅ ] dim 0724 μ= +0.012 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ █▆ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▂▅█▅▁ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▆█▁ ] dim 0727 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▁█▆ ] dim 0728 μ= -0.020 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▇█▁ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▂█▇ ] dim 0730 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄██▂ ] dim 0731 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▁▆█▁ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▁ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▆█ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ █▅ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▄█▁ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▆ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▁▇█▇▄ ] dim 0738 μ= +0.022 σ= 0.043 zeros= 0% [ ▁▂▆██████▄▂▁ ] [ █▅ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁▄█▆ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▇█▁ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▂██▂ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ █▆ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂██▁ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▂ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█ ] dim 0746 μ= -0.006 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▄ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▃▆███▆▂ ] [ ▄█▆ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▇████▂ ] [ ▇█ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▂▆█▇▃ ] dim 0750 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▃██▁ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂▅████▄▁ ] [ ▃█▅ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▆█ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▃█ ] dim 0755 μ= -0.006 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▅█▃ ] dim 0756 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇ ] dim 0757 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄████▁ ] [ ▃▇█▄ ] dim 0758 μ= -0.009 σ= 0.034 zeros= 0% [ ▂▄████▇▃▁ ] [ ▄█▅ ] dim 0759 μ= +0.019 σ= 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.028 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▂ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂██▄ ] dim 0766 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▇ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▅█ ] dim 0768 μ= -0.009 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▃█▅ ] dim 0769 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▄ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▆█ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂█ ] dim 0772 μ= +0.013 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▆█▂ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▅ ] dim 0774 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▄█▃ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▄███▄ ] [ ▃█▆▁ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃█▇▃ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▃█▁ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▄ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▅ ] dim 0780 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆█ ] dim 0781 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▆█ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▂█▆ ] dim 0783 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▅ ] dim 0784 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▃█▄ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▆▁ ] dim 0786 μ= +0.021 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ █▄ ] dim 0787 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▇█▁ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▄█▅ ] dim 0789 μ= +0.019 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▂▆█▅ ] dim 0790 μ= -0.024 σ= 0.035 zeros= 0% [ ▁▄█████▄▂ ] [ ▅█ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁▆█▅ ] dim 0792 μ= +0.016 σ= 0.034 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.029 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▃██ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▃█▃ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃▇█▅ ] dim 0800 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▃██████▄▁ ] [ ▂█ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▃ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▆█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▆█▆▂ ] dim 0804 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▄█████▅▁ ] [ █ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▂█▃ ] [ ▃█▃ ] dim 0806 μ= -0.024 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▆▂ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▄██▂ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▅█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▂██▃ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▅ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▄████▆▃ ] [ ▂▇█▁ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▄▂ ] [ ▆█ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▂ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▄ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁█▅ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂█▆▂ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▁▆█▅ ] dim 0819 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▇▂ ] dim 0820 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ █▅ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▂▆██▅▁ ] [ ▄█▂ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂▇█▄ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▂▅████▇▂ ] [ ▅█▃ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▄ ] dim 0825 μ= +0.000 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▅█▃ ] dim 0826 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▆█ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▅█▄ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▁▅█▅ ] dim 0829 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▇█▆▂ ] dim 0830 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ █ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▁█▇ ] dim 0832 μ= -0.015 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▅▇█ ] dim 0833 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▁▇█▇▂ ] dim 0834 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█▅ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▂████▆▂ ] [ █▅ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▅ ] [ ▁█▇▂ ] dim 0837 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▁ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▅█▁ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▅█▅ ] dim 0840 μ= -0.004 σ= 0.030 zeros= 0% [ ▃▇███▇▃▁ ] [ ▆█▂ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▅█▆▁ ] dim 0842 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▁██ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▁█▇▂ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▄ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▇▄ ] dim 0847 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▂█████▅▂ ] [ ▅██ ] dim 0848 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▇█▅ ] dim 0849 μ= +0.035 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▃ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁█▆ ] dim 0851 μ= +0.005 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃▇█▅ ] dim 0852 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▁█▃ ] dim 0853 μ= -0.000 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▅█▂ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ █▅ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▅█▂ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▁▆█▁ ] dim 0857 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ ▅█▄ ] dim 0858 μ= -0.005 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▁█▄ ] dim 0859 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▄█▆▁ ] dim 0860 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ █▅ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▁▆█▇▁ ] dim 0862 μ= -0.023 σ= 0.036 zeros= 0% [ ▂▅█████▄▂▁ ] [ ▄█▁ ] dim 0863 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ██▁ ] dim 0864 μ= +0.007 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▂█▄ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▆ ] dim 0866 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂█▆ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▆ ] dim 0869 μ= -0.037 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▄█▅ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▄█▇▂ ] dim 0871 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▂▆█▄ ] dim 0872 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▇█▄ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▇███▅▂ ] [ ▁▆█▅▁ ] dim 0874 μ= +0.016 σ= 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.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▁▆█▅ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▄████▇▂ ] [ █▅ ] dim 0881 μ= -0.039 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▃▆█▂ ] dim 0882 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁▇█▁ ] dim 0883 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▄ ] dim 0884 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▇ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂██▁ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▅ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ██ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▇▃ ] dim 0889 μ= -0.012 σ= 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.021 zeros= 0% [ ▄███▂ ] [ ▁▆█▅▁ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▄ ] dim 0894 μ= -0.022 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂▅█▆▃ ] dim 0895 μ= -0.001 σ= 0.045 zeros= 0% [ ▁▃▆██████▃▂ ] [ ▅█▇ ] dim 0896 μ= +0.039 σ= 0.032 zeros= 0% [ ▁▂█████▄▁ ] [ ▅█▂ ] dim 0897 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁█▆▁ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ █▃ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁██▂ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▃ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂█▆▁ ] dim 0902 μ= +0.022 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▅ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁██ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄██▂ ] dim 0905 μ= +0.022 σ= 0.038 zeros= 0% [ ▂▄▇████▅▃▁ ] [ ▃█▇ ] dim 0906 μ= +0.019 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▇█ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▁▄██▅ ] [ ▄█▁ ] dim 0908 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▆ ] dim 0909 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▃▆██▄ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▂▆██████▇▃▂▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▂█▅ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▄█▂ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▅███▄ ] [ ▅█▂ ] dim 0914 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ▃█▇▁ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▅ ] dim 0916 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃█████▂▁ ] [ ▆█▂ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▅ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▄▁ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▄██▇▂ ] [ ▅█▄ ] dim 0921 μ= +0.031 σ= 0.033 zeros= 0% [ ▂▅████▇▂ ] [ ▇█▄ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▄█ ] dim 0923 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▃██▃ ] dim 0925 μ= -0.031 σ= 0.032 zeros= 0% [ ▁▅████▆▂▁ ] [ ▅█▃ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▂ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▅█▄▁ ] dim 0928 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁█▃ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▁ ] dim 0930 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂▇█▄ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ██ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▇█ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▄█▅▂ ] dim 0934 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▅█▂ ] dim 0935 μ= -0.026 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ █▇ ] dim 0936 μ= +0.004 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▂█▄ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▂█▇▃ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▂██▂ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▄ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ ▂█▄ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂▇█▇▂ ] dim 0942 μ= +0.015 σ= 0.043 zeros= 0% [ ▁▂▃▆█████▅▃▁ ] [ ▆█ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ▆█▅ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ █▁ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█▄ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▆█ ] dim 0947 μ= -0.011 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅█▂ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▇▂ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▁█▇ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ██ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█▅ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▅███▇▃▁ ] [ ▆█▅ ] dim 0953 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▅█▄ ] dim 0954 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▂████▆▂▁ ] [ ▇█▆ ] dim 0955 μ= +0.015 σ= 0.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.000 σ= 0.029 zeros= 0% [ ▂▅████▂▁ ] [ ▃█▅ ] dim 0960 μ= -0.001 σ= 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.017 σ= 0.035 zeros= 0% [ ▁▃▇████▅▃ ] [ ▂██▆▂ ] dim 0966 μ= +0.013 σ= 0.043 zeros= 0% [ ▁▄██████▅▂▁ ] [ ▇█ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▄█ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▇██▁ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄██▆ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▅██▇▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▅▇█████▇▅▂▁ ] [ ▃▆█▄ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▂█▃ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▂█▁ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▅█▁ ] dim 0976 μ= -0.010 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▄ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃▆█▁ ] dim 0978 μ= +0.023 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▁█▄ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▇█▁ ] dim 0980 μ= -0.010 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▄ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▆ ] dim 0982 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▁█▂ ] dim 0983 μ= +0.017 σ= 0.020 zeros= 0% [ ▃███▃ ] [ █▁ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▅█▂ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▇▄ ] dim 0986 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▁▄█████▇▂▁ ] [ ▅██▂ ] dim 0987 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █▄ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▄█▆ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▆█▆ ] dim 0990 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0991 μ= -0.003 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▄█▄ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▅████▂▁ ] [ ▃▇█▅ ] dim 0993 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▃█▆▁ ] dim 0994 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▄██▄ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▂▇████▅▂▁ ] [ █▇ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▇█ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▃█▃ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▃█▆ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▆ ] dim 1000 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄██▂ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ ▂██▁ ] dim 1002 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▄ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▄ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▂ ] dim 1005 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▂████▅▂ ] [ ▇█▃ ] dim 1006 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▁█▇▂ ] dim 1007 μ= -0.011 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▃█▄ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▇█ ] dim 1009 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▆█▆▁ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ ▁▆█▇ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▃ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▅█▅ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ █ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▃█▇ ] [ ▁█▃ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁██▂ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▇█▃ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▂ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▇█▃ ] dim 1021 μ= +0.032 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃██▃ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂▇█▃ ] dim 1023 μ= +0.006 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.29.12.00.19/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 2089391 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3561324170847031 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 29, 2026 1:17:11 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-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: 123 segments, 13 merges 173.9s _12s: 8 segs, 1129.5 K docs, 5082.0 MB 88.6s _17f: 8 segs, 189.6 K docs, 851.5 MB 80.3s _17v: 8 segs, 264.5 K docs, 1188.3 MB 43.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 34.8s _1aa: 8 segs, 79.9 K docs, 358.0 MB 30.1s _1aj: 8 segs, 41.8 K docs, 186.8 MB 26.2s _1ar: 8 segs, 79.2 K docs, 354.5 MB 22.2s _1az: 8 segs, 83.4 K docs, 373.7 MB 18.8s _1b6: 8 segs, 125.9 K docs, 564.4 MB 14.4s _1bf: 8 segs, 41.9 K docs, 187.2 MB 10.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 5.3s _1bu: 8 segs, 208.4 K docs, 935.9 MB 0.6s _1c0: 13 segs, 56.3 K docs, 251.5 MB 5.1 sec: 123 segments, 13 merges 179.0s _12s: 8 segs, 1129.5 K docs, 5082.0 MB 93.7s _17f: 8 segs, 189.6 K docs, 851.5 MB 85.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 48.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 39.9s _1aa: 8 segs, 79.9 K docs, 358.0 MB 35.2s _1aj: 8 segs, 41.8 K docs, 186.8 MB 31.3s _1ar: 8 segs, 79.2 K docs, 354.5 MB 27.3s _1az: 8 segs, 83.4 K docs, 373.7 MB 23.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 19.4s _1bf: 8 segs, 41.9 K docs, 187.2 MB 15.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 10.3s _1bu: 8 segs, 208.4 K docs, 935.9 MB 5.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 10.1 sec: 116 segments, 12 merges 184.0s _12s: 8 segs, 1129.5 K docs, 5082.0 MB 98.7s _17f: 8 segs, 189.6 K docs, 851.5 MB 90.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 53.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 44.9s _1aa: 8 segs, 79.9 K docs, 358.0 MB 36.3s _1ar: 8 segs, 79.2 K docs, 354.5 MB 32.3s _1az: 8 segs, 83.4 K docs, 373.7 MB 28.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 24.4s _1bf: 8 segs, 41.9 K docs, 187.2 MB 20.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 15.3s _1bu: 8 segs, 208.4 K docs, 935.9 MB 10.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 15.1 sec: 116 segments, 12 merges 189.0s _12s: 8 segs, 1129.5 K docs, 5082.0 MB 103.7s _17f: 8 segs, 189.6 K docs, 851.5 MB 95.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 58.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 49.9s _1aa: 8 segs, 79.9 K docs, 358.0 MB 41.3s _1ar: 8 segs, 79.2 K docs, 354.5 MB 37.3s _1az: 8 segs, 83.4 K docs, 373.7 MB 33.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 29.4s _1bf: 8 segs, 41.9 K docs, 187.2 MB 25.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 20.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 15.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 20.1 sec: 109 segments, 11 merges 194.0s _12s: 8 segs, 1129.5 K docs, 5082.0 MB 108.7s _17f: 8 segs, 189.6 K docs, 851.5 MB 100.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 63.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 46.3s _1ar: 8 segs, 79.2 K docs, 354.5 MB 42.3s _1az: 8 segs, 83.4 K docs, 373.7 MB 38.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 34.5s _1bf: 8 segs, 41.9 K docs, 187.2 MB 30.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 25.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 20.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 25.1 sec: 81 segments, 7 merges 105.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 68.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 51.3s _1ar: 8 segs, 79.2 K docs, 354.5 MB 43.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 35.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 30.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 25.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 30.1 sec: 74 segments, 7 merges 110.4s _17v: 8 segs, 264.5 K docs, 1188.3 MB 73.3s _19t: 8 segs, 115.0 K docs, 515.4 MB 48.9s _1b6: 8 segs, 125.9 K docs, 564.4 MB 40.1s _1bn: 8 segs, 79.0 K docs, 353.8 MB 35.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 30.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 2.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 35.1 sec: 46 segments, 3 merges 40.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 35.7s _1c0: 13 segs, 56.3 K docs, 251.5 MB 7.5s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 40.1 sec: 34 segments, 3 merges 45.4s _1bu: 8 segs, 208.4 K docs, 935.9 MB 12.5s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 4.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 45.0 sec: 27 segments, 2 merges 17.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 9.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 50.0 sec: 27 segments, 2 merges 22.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 14.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 55.0 sec: 27 segments, 2 merges 27.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 19.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 60.0 sec: 27 segments, 2 merges 32.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 24.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 65.0 sec: 27 segments, 2 merges 37.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 29.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 70.0 sec: 27 segments, 2 merges 42.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 34.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 75.0 sec: 27 segments, 2 merges 47.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 39.8s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 80.0 sec: 27 segments, 2 merges 52.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 44.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 85.1 sec: 27 segments, 2 merges 57.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 49.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 90.1 sec: 27 segments, 2 merges 62.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 54.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 95.1 sec: 27 segments, 2 merges 67.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 59.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 100.1 sec: 27 segments, 2 merges 72.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 64.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 105.1 sec: 27 segments, 2 merges 77.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 69.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 110.1 sec: 27 segments, 2 merges 82.5s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 74.9s _1c2: 8 segs, 540.1 K docs, 2427.5 MB 115.1 sec: 20 segments, 1 merges 87.5s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 120.0 sec: 20 segments, 1 merges 92.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 125.0 sec: 20 segments, 1 merges 97.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 130.0 sec: 20 segments, 1 merges 102.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 135.0 sec: 20 segments, 1 merges 107.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 140.0 sec: 20 segments, 1 merges 112.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 145.0 sec: 20 segments, 1 merges 117.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 150.0 sec: 20 segments, 1 merges 122.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 155.0 sec: 20 segments, 1 merges 127.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 160.1 sec: 20 segments, 1 merges 132.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 165.1 sec: 20 segments, 1 merges 137.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB 170.1 sec: 20 segments, 1 merges 142.4s _1c1: 5 segs, 1109.8 K docs, 4995.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 936 seconds reindex takes 936.94 sec index has 16 segments: segments_2: _bt(11.0.0):C1129255 _k8(11.0.0):C834055 _u4(11.0.0):C1093370 _n7(11.0.0):C552616 _wt(11.0.0):C448757 _12s(11.0.0):C1129508 _1c1(11.0.0):C1109771 _11n(11.0.0):C147216 _109(11.0.0):C113008 _17v(11.0.0):C264502 _1bu(11.0.0):C208380 _15j(11.0.0):C147421 _1c2(11.0.0):C540097 _19t(11.0.0):C114966 _1b6(11.0.0):C125869 _1a2(11.0.0):C41209 _bt: 5089.8 MB _k8: 3757.8 MB _u4: 4927.8 MB _n7: 2489.0 MB _wt: 2020.9 MB _12s: 5090.9 MB _1c1: 5001.7 MB _11n: 662.4 MB _109: 508.3 MB _17v: 1190.7 MB _1bu: 937.9 MB _15j: 663.3 MB _1c2: 2432.5 MB _19t: 517.1 MB _1b6: 566.2 MB _1a2: 185.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36041.32 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=58385033310 cpu@end=71768618892 deltaMS=13383.585582 thread 14 name=Reference Handler cpu@start=1303087 cpu@end=1303087 deltaMS=0.0 thread 15 name=Finalizer cpu@start=136396 cpu@end=136396 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=66226 cpu@end=66226 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2312752 cpu@end=2312752 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14270104575 cpu@end=14272750485 deltaMS=2.64591 thread 42 name=JFR Periodic Tasks cpu@start=67607198316 cpu@end=68246595516 deltaMS=639.3972 thread 45 name=Notification Thread cpu@start=101639 cpu@end=101639 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1046657479850 cpu@end=1046657479850 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1045548455029 cpu@end=1045548455029 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1042848246222 cpu@end=1042848246222 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1042997514317 cpu@end=1042997514317 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1041771918332 cpu@end=1041771918332 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1045267699425 cpu@end=1045267699425 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1047766935798 cpu@end=1047766935798 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1043608240205 cpu@end=1043608240205 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1041367627691 cpu@end=1041367627691 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1041107879898 cpu@end=1041107879898 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1042926395026 cpu@end=1042926395026 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1043992293521 cpu@end=1043992293521 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1038449407708 cpu@end=1038449407708 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1042512848729 cpu@end=1042512848729 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1043703344993 cpu@end=1043703344993 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1046680213836 cpu@end=1046680213836 deltaMS=0.0 Average CPU cores used: 1.0468951280300423 completed 1000 searches in 13397 ms: 74 QPS CPU time=14025 ms checking results SUMMARY: 0.897 13.397 14.025 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 63311 936.94 8538.48 0.00 16 36041.32 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1129255 documents Graph level=3 size=43, Fanout min=2, mean=6.70, max=14, meandelta=109731.46 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 8 8 9 14 Graph level=2 size=922, Fanout min=8, mean=23.09, max=32, meandelta=45591.23 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 28 32 32 32 Graph level=1 size=34576, Fanout min=3, mean=28.08, max=32, meandelta=36863.95 % 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=1129255, Fanout min=1, mean=39.56, max=64, meandelta=26424.93 % 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=43, connectedness=1.00 Graph level=2 size=922, connectedness=1.00 Graph level=1 size=34576, connectedness=1.00 Graph level=0 size=1129255, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 834055 documents Graph level=3 size=35, Fanout min=3, mean=6.69, max=15, meandelta=94722.99 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 6 6 6 7 7 8 9 15 Graph level=2 size=732, Fanout min=5, mean=22.06, max=32, meandelta=34623.34 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 19 21 23 26 30 32 32 Graph level=1 size=25589, Fanout min=2, mean=28.04, max=32, meandelta=27220.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=834055, Fanout min=1, mean=39.61, max=64, meandelta=19508.97 % 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=732, connectedness=1.00 Graph level=1 size=25589, connectedness=1.00 Graph level=0 size=834055, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1093370 documents Graph level=3 size=70, Fanout min=4, mean=9.14, max=17, meandelta=92587.90 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 10 11 13 17 Graph level=2 size=968, Fanout min=8, mean=23.59, max=32, meandelta=42531.75 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 29 32 32 32 Graph level=1 size=33106, Fanout min=4, mean=28.15, max=32, meandelta=35543.30 % 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=1093370, Fanout min=1, mean=39.54, max=64, meandelta=25595.78 % 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=70, connectedness=1.00 Graph level=2 size=968, connectedness=1.00 Graph level=1 size=33106, connectedness=1.00 Graph level=0 size=1093370, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 552616 documents Graph level=3 size=23, Fanout min=4, mean=6.26, max=11, meandelta=46628.88 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 8 8 10 11 Graph level=2 size=409, Fanout min=7, mean=19.88, max=32, meandelta=25123.34 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 23 26 30 32 Graph level=1 size=16753, Fanout min=6, mean=27.79, max=32, meandelta=18204.04 % 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=552616, Fanout min=1, mean=39.68, max=64, meandelta=12915.52 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=409, connectedness=1.00 Graph level=1 size=16753, connectedness=1.00 Graph level=0 size=552616, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 448757 documents Graph level=3 size=23, Fanout min=3, mean=5.74, max=12, meandelta=45920.27 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 7 8 12 Graph level=2 size=352, Fanout min=7, mean=18.63, max=32, meandelta=18822.71 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 21 23 28 32 Graph level=1 size=13630, Fanout min=6, mean=27.73, max=32, meandelta=14753.67 % 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=448757, Fanout min=1, mean=39.62, max=64, meandelta=10506.70 % 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=23, connectedness=1.00 Graph level=2 size=352, connectedness=1.00 Graph level=1 size=13630, connectedness=1.00 Graph level=0 size=448757, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1129508 documents Graph level=3 size=72, Fanout min=4, mean=10.08, max=20, meandelta=82517.90 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 10 11 12 13 20 Graph level=2 size=1032, Fanout min=7, mean=23.70, max=32, meandelta=43170.68 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=34243, Fanout min=3, mean=28.04, max=32, meandelta=36808.23 % 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=1129508, Fanout min=1, mean=39.56, max=64, meandelta=26430.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=72, connectedness=1.00 Graph level=2 size=1032, connectedness=1.00 Graph level=1 size=34243, connectedness=1.00 Graph level=0 size=1129508, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1109771 documents Graph level=3 size=60, Fanout min=2, mean=9.40, max=20, meandelta=89548.63 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 10 11 12 13 20 Graph level=2 size=940, Fanout min=9, mean=23.11, max=32, meandelta=43711.11 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=1 size=33491, Fanout min=4, mean=28.06, max=32, meandelta=36167.72 % 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=1109771, Fanout min=1, mean=39.54, max=64, meandelta=25983.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=940, connectedness=1.00 Graph level=1 size=33491, connectedness=1.00 Graph level=0 size=1109771, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 147216 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=4, meandelta=20344.57 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 3 4 Graph level=2 size=129, Fanout min=5, mean=12.71, max=27, meandelta=9763.42 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 13 15 16 18 27 Graph level=1 size=4547, Fanout min=8, mean=26.84, max=32, meandelta=5017.79 % 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=147216, Fanout min=1, mean=39.18, max=64, meandelta=3491.47 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=129, connectedness=1.00 Graph level=1 size=4547, connectedness=1.00 Graph level=0 size=147216, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 113008 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=5, meandelta=11503.64 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 3 5 Graph level=2 size=107, Fanout min=5, mean=12.11, max=22, meandelta=7998.25 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 12 13 15 17 22 Graph level=1 size=3445, Fanout min=7, mean=26.47, max=32, meandelta=3899.01 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=113008, Fanout min=1, mean=38.95, max=64, meandelta=2692.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=6, connectedness=1.00 Graph level=2 size=107, connectedness=1.00 Graph level=1 size=3445, connectedness=1.00 Graph level=0 size=113008, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 264502 documents Graph level=3 size=7, Fanout min=2, mean=3.14, max=5, meandelta=36813.77 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 3 3 4 4 5 Graph level=2 size=227, Fanout min=5, mean=15.25, max=32, meandelta=14629.20 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 17 19 23 32 Graph level=1 size=8215, Fanout min=6, mean=27.35, max=32, meandelta=8800.12 % 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=264502, Fanout min=1, mean=39.47, max=64, meandelta=6220.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=7, connectedness=1.00 Graph level=2 size=227, connectedness=1.00 Graph level=1 size=8215, connectedness=1.00 Graph level=0 size=264502, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 208380 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=26768.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=180, Fanout min=6, mean=14.59, max=32, meandelta=11864.87 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 15 17 18 21 32 Graph level=1 size=6503, Fanout min=7, mean=27.17, max=32, meandelta=7002.27 % 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=208380, Fanout min=1, mean=39.36, max=64, meandelta=4915.66 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 58 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=180, connectedness=1.00 Graph level=1 size=6503, connectedness=1.00 Graph level=0 size=208380, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 147421 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=133, Fanout min=5, mean=12.56, max=28, meandelta=9779.83 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 15 16 18 28 Graph level=1 size=4673, Fanout min=8, mean=26.89, max=32, meandelta=4992.46 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 29 32 32 32 32 32 Graph level=0 size=147421, Fanout min=2, mean=39.11, max=64, meandelta=3501.37 % 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=133, connectedness=1.00 Graph level=1 size=4673, connectedness=1.00 Graph level=0 size=147421, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 540097 documents Graph level=3 size=21, Fanout min=2, mean=4.86, max=9, meandelta=29519.07 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 4 5 5 5 6 7 9 Graph level=2 size=398, Fanout min=7, mean=18.86, max=32, meandelta=26203.28 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 17 18 19 21 24 28 32 Graph level=1 size=16355, Fanout min=4, mean=27.72, max=32, meandelta=17866.04 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=540097, Fanout min=1, mean=39.68, max=64, meandelta=12623.12 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=398, connectedness=1.00 Graph level=1 size=16355, connectedness=1.00 Graph level=0 size=540097, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 114966 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=14805.94 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 3 4 Graph level=2 size=104, Fanout min=4, mean=11.83, max=22, meandelta=8083.83 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 10 10 11 12 13 15 17 22 Graph level=1 size=3512, Fanout min=7, mean=26.51, max=32, meandelta=3960.25 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=114966, Fanout min=2, mean=38.95, max=64, meandelta=2741.47 % 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=104, connectedness=1.00 Graph level=1 size=3512, connectedness=1.00 Graph level=0 size=114966, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 125869 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=16607.20 % 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=115, Fanout min=4, mean=12.12, max=22, meandelta=8487.32 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 10 11 12 13 14 16 17 22 Graph level=1 size=3901, Fanout min=7, mean=26.79, max=32, meandelta=4301.60 % 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=125869, Fanout min=3, mean=39.13, max=64, meandelta=2989.50 % 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=115, connectedness=1.00 Graph level=1 size=3901, connectedness=1.00 Graph level=0 size=125869, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 41209 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=3, mean=6.73, max=11, meandelta=4652.69 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 8 9 10 11 Graph level=1 size=1257, Fanout min=8, mean=24.10, max=32, meandelta=1534.18 % 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=41209, Fanout min=2, mean=37.95, max=64, meandelta=1005.43 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1257, connectedness=1.00 Graph level=0 size=41209, 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.29.12.00.19/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 32,768,518.83 msec task-clock:u 124,130,994,334,034 cycles:u (36.36%) 126,416,469,967,072 instructions:u (36.36%) 2,796,868,625,440 cache-references:u (36.36%) 1,233,954,494,224 cache-misses:u (36.36%) 45,888,283,620,704 L1-dcache-loads:u (36.36%) 1,482,927,918,359 L1-dcache-load-misses:u (36.37%) 3,177,614,861,873 L1-icache-loads:u (36.36%) 10,731,983,950 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 21,545,333 faults:u 20,815,573 minor-faults:u 4,083 major-faults:u 10,766,215,688,862 branches:u (36.36%) 90,281,795,748 branch-misses:u (36.36%) 1,963,878,261,202 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1202.997319651 seconds time elapsed 32302.237891000 seconds user 457.626562000 seconds sys took 0:20:03.025273 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=13.397, net_cpu_ms=14.025, 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=63311, index_time_sec=936.94, index_docs_per_sec=8538.48, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=36041.32, 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: (33, {0: 0, 10: 4, 20: 4, 30: 5, 40: 6, 50: 6, 60: 7, 70: 8, 80: 9, 90: 10, 100: 11}), 1: (1257, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 24, 60: 27, 70: 30, 80: 32, 90: 32, 100: 32}), 0: (41209, {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=1203, microseconds=25273)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 87 Start: 2026-05-29 17:17:11 (UTC) Duration: 1193 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 31383139 537685065 jdk.FileWrite 17992489 375213809 jdk.FileRead 8003683 182339163 jdk.ObjectAllocationInNewTLAB 61618 1224614 jdk.BooleanFlag 43152 1364699 jdk.CPULoad 22232 444004 jdk.Compilation 6381 164704 jdk.Checkpoint 5402 27140761 jdk.UnsignedIntFlag 4176 141618 jdk.IntFlag 3828 139633 jdk.StringFlag 2958 114698 jdk.ObjectAllocationOutsideTLAB 1158 20750 jdk.CPUInformation 87 130670 jdk.GCConfiguration 87 2258 jdk.JVMInformation 87 82472 jdk.Metadata 87 9615846 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31383139 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.05% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.73% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.53% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.19% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.89% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.13% 982042 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.29% 403817 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.92% 287628 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.74% 230990 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.59% 184422 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.32% 99916 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 91217 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.29% 90882 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.28% 87667 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.26% 81975 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.25% 79921 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.25% 79204 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 54519 sun.nio.ch.NativeThread#current0() [Native code] 0.16% 51498 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.16% 51259 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 47457 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 43038 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.12% 38353 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.12% 36411 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 32395 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 31666 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 31183 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 29248 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 27399 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 26247 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 24862 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.08% 23796 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 21320 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.06% 20374 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 18150 java.util.Arrays#sort():99 [Inlined code] 0.04% 14120 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 13956 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 13338 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 13318 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 12380 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 9772 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 9508 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9387 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8638 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 8487 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 8469 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 7162 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 7012 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 6938 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 6646 sun.nio.ch.FileChannelImpl#implRead():251 [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.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31383139 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.99% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 27.69% 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.53% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 4.19% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.13% 982042 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.88% 904021 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.28% 402879 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.08% 339218 org.apache.lucene.codecs.lucene104.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.93% 292421 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% 267756 org.apache.lucene.codecs.lucene104.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.73% 228814 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% 166389 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 139191 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% 87635 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.26% 81953 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% 79713 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.25% 78999 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.21% 67409 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% 57273 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.18% 55773 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.16% 50742 org.apache.lucene.util.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% 47378 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 46478 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% 43037 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.14% 42535 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.14% 42432 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% 41606 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.13% 41295 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.12% 36411 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% 31183 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.09% 29238 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% 27961 org.apache.lucene.util.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% 24936 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.08% 24850 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.08% 23796 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% 21888 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% 21320 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.07% 20545 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% 20331 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% 20049 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% 20036 org.apache.lucene.util.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% 19792 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% 19346 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.06% 18150 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% 17369 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 17341 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% 12439 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% 12080 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% 11990 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% 11251 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31383139 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 22.02% 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] 18.45% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 17.28% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#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.83% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 3.31% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.89% 906434 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.89% 592965 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.50% 470641 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.0x0000000061199a80#call() [Inlined code] 1.46% 457355 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.0x0000000061199a80#call() [Inlined code] 1.30% 409000 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.29% 404271 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.14% 357407 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.62% 193633 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.59% 186145 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.57% 178443 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.54% 169612 org.apache.lucene.codecs.lucene104.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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.53% 167832 org.apache.lucene.codecs.lucene104.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.0x0000000061199a80#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.52% 164081 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():328 [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.45% 139813 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.42% 131570 org.apache.lucene.codecs.lucene104.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.0x0000000061199a80#call() [Inlined code] 0.40% 125953 org.apache.lucene.codecs.lucene104.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.0x0000000061199a80#call() [Inlined code] 0.40% 124226 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.31% 97628 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.28% 87571 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% 76520 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.23% 71016 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():328 [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.20% 62428 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.19% 59500 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 56525 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.18% 55520 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.17% 54742 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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 [JIT compiled code] 0.17% 53531 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#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.0x00000000611a4000#run() [JIT compiled code] 0.17% 53265 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.16% 50533 org.apache.lucene.codecs.lucene104.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.0x0000000061199a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.15% 47005 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#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.0x00000000611a4000#run() [JIT compiled code] 0.13% 42254 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.13% 41295 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.0x000000006107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.13% 41109 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% 40519 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 38781 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.12% 37324 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 37262 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.11% 35989 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% 31135 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.10% 30723 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#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% 30277 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#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% 28829 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% 28176 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.09% 26730 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006119c660#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% 26429 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.0x0000000061199a80#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62749 events (total: 457777M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.52% 103070M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.48% 102924M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.54% 89459M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.09% 64496M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.24% 33139M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.70% 16916M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.55% 7085M java.lang.Integer#valueOf():1006 [Inlined code] 0.87% 3965M java.util.Arrays#copyOf():3478 [Inlined code] 0.72% 3276M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.70% 3195M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.64% 2909M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.58% 2654M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.56% 2551M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.39% 1782M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.37% 1707M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.32% 1465M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.30% 1351M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 1030M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.20% 931M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 898M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 780M java.util.ArrayList#grow():240 [Inlined code] 0.15% 685M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.14% 657M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 592M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 577M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 564M knn.IndexerThread#_run():108 [JIT compiled code] 0.12% 531M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 416M org.apache.lucene.document.Document#():42 [Inlined code] 0.09% 394M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 388M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 383M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.08% 349M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 336M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 312M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 303M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 289M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 222M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 222M java.util.List#of():935 [Inlined code] 0.05% 209M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 208M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 183M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 183M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [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.02% 113M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 108M java.util.HashMap#resize():711 [JIT compiled code] 0.02% 107M java.io.BufferedOutputStream#():92 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62749 events (total: 457777M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.26% 83580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.07% 82702M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.60% 53088M 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.66% 39644M 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.33% 33536M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.20% 32956M 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.43% 24837M 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.41% 20166M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.23% 19344M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.70% 16916M 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.53% 6994M 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.81% 3729M 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.64% 2909M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.56% 2551M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 2040M 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.41% 1889M 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.39% 1782M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1742M 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.28% 1288M 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.23% 1068M 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% 1039M 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.23% 1030M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.22% 1025M 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.20% 931M 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.20% 896M 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.17% 772M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 749M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 657M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.12% 564M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.12% 551M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.12% 536M 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% 523M 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% 474M 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% 472M 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% 425M 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% 416M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 388M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 384M 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():1625 [Inlined code] 0.08% 383M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 383M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 364M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 343M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000611a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 340M 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% 336M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 336M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 319M 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.07% 303M 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.0x0000000061182000#concat() [Inlined code] 0.06% 289M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmFalse.jfr is 1083.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62749 events (total: 457777M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.65% 39580M 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.97% 31918M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.74% 26270M 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.69% 26048M 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.63% 25761M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000061199a80#call() [Inlined code] 5.61% 25678M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000061199a80#call() [Inlined code] 5.55% 25411M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000061199a80#call() [Inlined code] 5.27% 24135M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000061199a80#call() [Inlined code] 4.87% 22271M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.79% 21944M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.81% 17422M 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.62% 16576M 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.41% 15594M 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.80% 8261M 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.53% 6994M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.48% 6783M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.42% 6483M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 4908M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.06% 4844M 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.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.02% 4670M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.00% 4593M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.98% 4492M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.92% 4224M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.85% 3906M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.82% 3739M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.81% 3729M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.67% 3082M 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.0x0000000061199a80#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.64% 2929M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2905M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.60% 2732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 2671M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.58% 2667M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 2572M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.42% 1941M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.41% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.0x0000000061199a80#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.0x00000000611a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.40% 1821M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():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.0x0000000061199a80#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% 1790M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.39% 1782M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1496M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1323M 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.0x0000000061199a80#call() [Inlined code] 0.24% 1097M 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.0x0000000061199a80#call() [Inlined code] 0.24% 1094M 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.0x0000000061199a80#call() [Inlined code] 0.23% 1039M 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.0x0000000061199a80#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.0x00000000611a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.23% 1038M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 945M 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.0x0000000061199a80#call() [Inlined code] 0.20% 928M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.18% 822M 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.17% 772M 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% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000061199a80#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] 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.29.12.00.19/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 2106967 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3563037549722958 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 29, 2026 1:45:45 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 109 segments, 11 merges 91.5s _174: 8 segs, 507.4 K docs, 2281.2 MB 69.8s _186: 8 segs, 1086.5 K docs, 4889.0 MB 42.8s _19o: 8 segs, 145.6 K docs, 652.9 MB 39.9s _19v: 8 segs, 95.7 K docs, 429.1 MB 31.2s _1ad: 8 segs, 41.0 K docs, 182.8 MB 26.1s _1al: 8 segs, 43.0 K docs, 192.2 MB 20.6s _1av: 8 segs, 41.9 K docs, 186.9 MB 15.3s _1b3: 8 segs, 77.9 K docs, 348.9 MB 10.8s _1bb: 8 segs, 83.0 K docs, 371.7 MB 6.7s _1bj: 8 segs, 77.6 K docs, 347.6 MB 2.9s _1br: 8 segs, 76.9 K docs, 344.3 MB 5.0 sec: 102 segments, 11 merges 96.5s _174: 8 segs, 507.4 K docs, 2281.2 MB 74.8s _186: 8 segs, 1086.5 K docs, 4889.0 MB 47.8s _19o: 8 segs, 145.6 K docs, 652.9 MB 44.9s _19v: 8 segs, 95.7 K docs, 429.1 MB 31.1s _1al: 8 segs, 43.0 K docs, 192.2 MB 25.6s _1av: 8 segs, 41.9 K docs, 186.9 MB 20.3s _1b3: 8 segs, 77.9 K docs, 348.9 MB 15.8s _1bb: 8 segs, 83.0 K docs, 371.7 MB 11.7s _1bj: 8 segs, 77.6 K docs, 347.6 MB 7.9s _1br: 8 segs, 76.9 K docs, 344.3 MB 2.6s _1bs: 8 segs, 29.1 K docs, 129.7 MB 10.0 sec: 74 segments, 7 merges 79.8s _186: 8 segs, 1086.5 K docs, 4889.0 MB 52.8s _19o: 8 segs, 145.6 K docs, 652.9 MB 25.3s _1b3: 8 segs, 77.9 K docs, 348.9 MB 20.8s _1bb: 8 segs, 83.0 K docs, 371.7 MB 16.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 12.9s _1br: 8 segs, 76.9 K docs, 344.3 MB 7.6s _1bs: 8 segs, 29.1 K docs, 129.7 MB 15.0 sec: 60 segments, 5 merges 84.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 25.9s _1bb: 8 segs, 83.0 K docs, 371.7 MB 21.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 18.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 12.6s _1bs: 8 segs, 29.1 K docs, 129.7 MB 20.0 sec: 53 segments, 4 merges 89.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 26.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 23.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 17.6s _1bs: 8 segs, 29.1 K docs, 129.7 MB 25.0 sec: 46 segments, 4 merges 94.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 31.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 28.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 4.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 30.1 sec: 46 segments, 4 merges 99.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 36.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 33.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 9.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 35.1 sec: 46 segments, 4 merges 104.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 41.8s _1bj: 8 segs, 77.6 K docs, 347.6 MB 38.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 14.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 40.1 sec: 39 segments, 3 merges 109.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 43.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 19.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 45.1 sec: 39 segments, 3 merges 114.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 48.0s _1br: 8 segs, 76.9 K docs, 344.3 MB 24.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 50.1 sec: 32 segments, 2 merges 119.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 29.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 55.1 sec: 32 segments, 2 merges 124.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 34.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 60.1 sec: 32 segments, 2 merges 129.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 39.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 65.1 sec: 32 segments, 2 merges 134.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 44.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 70.1 sec: 32 segments, 2 merges 139.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 49.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 75.1 sec: 32 segments, 2 merges 144.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 54.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 80.1 sec: 32 segments, 2 merges 149.9s _186: 8 segs, 1086.5 K docs, 4889.0 MB 59.6s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 85.0 sec: 32 segments, 2 merges 154.8s _186: 8 segs, 1086.5 K docs, 4889.0 MB 64.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 90.0 sec: 32 segments, 2 merges 159.8s _186: 8 segs, 1086.5 K docs, 4889.0 MB 69.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 95.0 sec: 25 segments, 1 merges 74.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 100.0 sec: 25 segments, 1 merges 79.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 105.0 sec: 25 segments, 1 merges 84.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 110.1 sec: 25 segments, 1 merges 89.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 115.1 sec: 25 segments, 1 merges 94.5s _1bt: 8 segs, 457.4 K docs, 2055.4 MB 120.1 sec: 18 segments, 1 merges 4.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 125.1 sec: 18 segments, 1 merges 9.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 130.1 sec: 18 segments, 1 merges 14.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 135.1 sec: 18 segments, 1 merges 19.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 140.1 sec: 18 segments, 1 merges 24.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 145.1 sec: 18 segments, 1 merges 29.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 150.1 sec: 18 segments, 1 merges 34.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 155.0 sec: 18 segments, 1 merges 38.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 160.0 sec: 18 segments, 1 merges 43.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 165.0 sec: 18 segments, 1 merges 48.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 170.0 sec: 18 segments, 1 merges 53.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 175.0 sec: 18 segments, 1 merges 58.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 180.0 sec: 18 segments, 1 merges 63.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 185.0 sec: 18 segments, 1 merges 68.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 190.0 sec: 18 segments, 1 merges 74.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 195.0 sec: 18 segments, 1 merges 79.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 200.0 sec: 18 segments, 1 merges 84.0s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 205.0 sec: 18 segments, 1 merges 88.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 210.0 sec: 18 segments, 1 merges 93.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 215.0 sec: 18 segments, 1 merges 98.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 220.0 sec: 18 segments, 1 merges 103.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 225.0 sec: 18 segments, 1 merges 108.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB 230.0 sec: 18 segments, 1 merges 113.9s _1bu: 6 segs, 1063.4 K docs, 4785.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 929 seconds reindex takes 929.11 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: 13 segments, 1 merges 5.0 sec: 13 segments, 1 merges 5.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 10.0 sec: 13 segments, 1 merges 10.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 15.0 sec: 13 segments, 1 merges 15.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 20.0 sec: 13 segments, 1 merges 20.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 25.0 sec: 13 segments, 1 merges 25.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 30.0 sec: 13 segments, 1 merges 30.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 35.0 sec: 13 segments, 1 merges 35.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 40.0 sec: 13 segments, 1 merges 40.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 45.0 sec: 13 segments, 1 merges 45.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 50.0 sec: 13 segments, 1 merges 50.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 55.0 sec: 13 segments, 1 merges 55.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 60.0 sec: 13 segments, 1 merges 60.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 65.1 sec: 13 segments, 1 merges 65.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 70.1 sec: 13 segments, 1 merges 70.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 75.1 sec: 13 segments, 1 merges 75.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 80.1 sec: 13 segments, 1 merges 80.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 85.1 sec: 13 segments, 1 merges 85.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 90.1 sec: 13 segments, 1 merges 90.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 95.1 sec: 13 segments, 1 merges 95.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 100.1 sec: 13 segments, 1 merges 100.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 105.1 sec: 13 segments, 1 merges 105.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 110.1 sec: 13 segments, 1 merges 110.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 115.1 sec: 13 segments, 1 merges 115.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 120.0 sec: 13 segments, 1 merges 120.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 125.0 sec: 13 segments, 1 merges 125.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 130.0 sec: 13 segments, 1 merges 130.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 135.0 sec: 13 segments, 1 merges 135.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 140.0 sec: 13 segments, 1 merges 140.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 145.0 sec: 13 segments, 1 merges 145.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 150.0 sec: 13 segments, 1 merges 150.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 155.0 sec: 13 segments, 1 merges 155.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 160.0 sec: 13 segments, 1 merges 160.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 165.0 sec: 13 segments, 1 merges 165.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 170.0 sec: 13 segments, 1 merges 170.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 175.0 sec: 13 segments, 1 merges 175.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 180.1 sec: 13 segments, 1 merges 180.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 185.1 sec: 13 segments, 1 merges 185.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 190.1 sec: 13 segments, 1 merges 190.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 195.1 sec: 13 segments, 1 merges 195.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 200.1 sec: 13 segments, 1 merges 200.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 205.1 sec: 13 segments, 1 merges 205.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 210.1 sec: 13 segments, 1 merges 210.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 215.1 sec: 13 segments, 1 merges 215.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 220.1 sec: 13 segments, 1 merges 220.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 225.1 sec: 13 segments, 1 merges 225.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 230.1 sec: 13 segments, 1 merges 230.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 235.0 sec: 13 segments, 1 merges 235.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 240.0 sec: 13 segments, 1 merges 240.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 245.0 sec: 13 segments, 1 merges 245.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 250.0 sec: 13 segments, 1 merges 250.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 255.0 sec: 13 segments, 1 merges 255.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 260.0 sec: 13 segments, 1 merges 260.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 265.0 sec: 13 segments, 1 merges 265.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 270.0 sec: 13 segments, 1 merges 270.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 275.0 sec: 13 segments, 1 merges 275.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 280.0 sec: 13 segments, 1 merges 280.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 285.0 sec: 13 segments, 1 merges 285.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 290.0 sec: 13 segments, 1 merges 290.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 295.1 sec: 13 segments, 1 merges 295.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 300.1 sec: 13 segments, 1 merges 300.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 305.1 sec: 13 segments, 1 merges 305.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 310.1 sec: 13 segments, 1 merges 310.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 315.1 sec: 13 segments, 1 merges 315.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 320.1 sec: 13 segments, 1 merges 320.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 325.1 sec: 13 segments, 1 merges 325.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 330.1 sec: 13 segments, 1 merges 330.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 335.1 sec: 13 segments, 1 merges 335.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 340.1 sec: 13 segments, 1 merges 340.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 345.1 sec: 13 segments, 1 merges 345.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 350.1 sec: 13 segments, 1 merges 350.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 355.0 sec: 13 segments, 1 merges 355.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 360.0 sec: 13 segments, 1 merges 360.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 365.0 sec: 13 segments, 1 merges 365.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 370.0 sec: 13 segments, 1 merges 370.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 375.0 sec: 13 segments, 1 merges 375.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 380.0 sec: 13 segments, 1 merges 380.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 385.0 sec: 13 segments, 1 merges 385.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 390.0 sec: 13 segments, 1 merges 390.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 395.0 sec: 13 segments, 1 merges 395.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 400.0 sec: 13 segments, 1 merges 400.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 405.0 sec: 13 segments, 1 merges 405.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 410.1 sec: 13 segments, 1 merges 410.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 415.1 sec: 13 segments, 1 merges 415.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 420.1 sec: 13 segments, 1 merges 420.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 425.1 sec: 13 segments, 1 merges 425.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 430.0 sec: 13 segments, 1 merges 430.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 435.0 sec: 13 segments, 1 merges 435.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 440.0 sec: 13 segments, 1 merges 440.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 445.0 sec: 13 segments, 1 merges 445.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 450.0 sec: 13 segments, 1 merges 450.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 455.0 sec: 13 segments, 1 merges 455.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 460.1 sec: 13 segments, 1 merges 460.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 465.1 sec: 13 segments, 1 merges 465.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 470.1 sec: 13 segments, 1 merges 470.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 475.1 sec: 13 segments, 1 merges 475.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 480.1 sec: 13 segments, 1 merges 480.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 485.0 sec: 13 segments, 1 merges 485.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 490.0 sec: 13 segments, 1 merges 490.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 495.0 sec: 13 segments, 1 merges 495.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 500.0 sec: 13 segments, 1 merges 500.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 505.0 sec: 13 segments, 1 merges 505.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 510.0 sec: 13 segments, 1 merges 510.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 515.0 sec: 13 segments, 1 merges 515.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 520.0 sec: 13 segments, 1 merges 520.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 525.0 sec: 13 segments, 1 merges 525.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 530.0 sec: 13 segments, 1 merges 530.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 535.0 sec: 13 segments, 1 merges 535.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 540.0 sec: 13 segments, 1 merges 540.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 545.0 sec: 13 segments, 1 merges 545.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 550.0 sec: 13 segments, 1 merges 550.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 555.0 sec: 13 segments, 1 merges 555.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 560.0 sec: 13 segments, 1 merges 560.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 565.0 sec: 13 segments, 1 merges 565.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 570.0 sec: 13 segments, 1 merges 570.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 575.0 sec: 13 segments, 1 merges 575.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 580.1 sec: 13 segments, 1 merges 580.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 585.1 sec: 13 segments, 1 merges 585.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 590.1 sec: 13 segments, 1 merges 590.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 595.1 sec: 13 segments, 1 merges 595.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 600.1 sec: 13 segments, 1 merges 600.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 605.1 sec: 13 segments, 1 merges 605.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 610.1 sec: 13 segments, 1 merges 610.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 615.1 sec: 13 segments, 1 merges 615.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 620.1 sec: 13 segments, 1 merges 620.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 625.1 sec: 13 segments, 1 merges 625.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 630.1 sec: 13 segments, 1 merges 630.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 635.1 sec: 13 segments, 1 merges 635.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 640.1 sec: 13 segments, 1 merges 640.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 645.1 sec: 13 segments, 1 merges 645.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 650.1 sec: 13 segments, 1 merges 650.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 655.0 sec: 13 segments, 1 merges 655.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 660.0 sec: 13 segments, 1 merges 660.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 665.0 sec: 13 segments, 1 merges 665.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 670.0 sec: 13 segments, 1 merges 670.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 675.0 sec: 13 segments, 1 merges 675.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 680.0 sec: 13 segments, 1 merges 680.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 685.0 sec: 13 segments, 1 merges 685.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 690.0 sec: 13 segments, 1 merges 690.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 695.0 sec: 13 segments, 1 merges 695.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 700.0 sec: 13 segments, 1 merges 700.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 705.0 sec: 13 segments, 1 merges 705.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 710.0 sec: 13 segments, 1 merges 710.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 715.0 sec: 13 segments, 1 merges 715.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 720.0 sec: 13 segments, 1 merges 720.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 725.0 sec: 13 segments, 1 merges 725.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 730.0 sec: 13 segments, 1 merges 730.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 735.0 sec: 13 segments, 1 merges 735.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 740.0 sec: 13 segments, 1 merges 740.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 745.0 sec: 13 segments, 1 merges 745.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 750.0 sec: 13 segments, 1 merges 750.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 755.0 sec: 13 segments, 1 merges 755.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 760.0 sec: 13 segments, 1 merges 760.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 765.0 sec: 13 segments, 1 merges 765.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 770.0 sec: 13 segments, 1 merges 770.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 775.0 sec: 13 segments, 1 merges 775.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 780.0 sec: 13 segments, 1 merges 780.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 785.0 sec: 13 segments, 1 merges 785.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 790.0 sec: 13 segments, 1 merges 790.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 795.0 sec: 13 segments, 1 merges 795.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 800.0 sec: 13 segments, 1 merges 800.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 805.0 sec: 13 segments, 1 merges 805.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 810.0 sec: 13 segments, 1 merges 810.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 815.0 sec: 13 segments, 1 merges 815.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 820.0 sec: 13 segments, 1 merges 820.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 825.1 sec: 13 segments, 1 merges 825.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 830.0 sec: 13 segments, 1 merges 830.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 835.0 sec: 13 segments, 1 merges 835.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 840.0 sec: 13 segments, 1 merges 840.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 845.0 sec: 13 segments, 1 merges 845.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 850.0 sec: 13 segments, 1 merges 850.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 855.0 sec: 13 segments, 1 merges 855.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 860.1 sec: 13 segments, 1 merges 860.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 865.1 sec: 13 segments, 1 merges 865.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 870.1 sec: 13 segments, 1 merges 870.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 875.1 sec: 13 segments, 1 merges 875.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 880.1 sec: 13 segments, 1 merges 880.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 885.0 sec: 13 segments, 1 merges 885.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 890.0 sec: 13 segments, 1 merges 890.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 895.1 sec: 13 segments, 1 merges 895.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 900.1 sec: 13 segments, 1 merges 900.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 905.1 sec: 13 segments, 1 merges 905.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 910.1 sec: 13 segments, 1 merges 910.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 915.1 sec: 13 segments, 1 merges 915.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 920.1 sec: 13 segments, 1 merges 920.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 925.1 sec: 13 segments, 1 merges 925.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 930.1 sec: 13 segments, 1 merges 930.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 935.1 sec: 13 segments, 1 merges 935.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 940.1 sec: 13 segments, 1 merges 940.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 945.0 sec: 13 segments, 1 merges 945.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 950.0 sec: 13 segments, 1 merges 950.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 955.0 sec: 13 segments, 1 merges 955.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 960.0 sec: 13 segments, 1 merges 960.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 965.0 sec: 13 segments, 1 merges 965.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 970.0 sec: 13 segments, 1 merges 970.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 975.0 sec: 13 segments, 1 merges 975.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 980.0 sec: 13 segments, 1 merges 980.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 985.0 sec: 13 segments, 1 merges 985.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 990.0 sec: 13 segments, 1 merges 990.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 995.0 sec: 13 segments, 1 merges 995.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1000.0 sec: 13 segments, 1 merges 1000.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1005.1 sec: 13 segments, 1 merges 1005.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1010.1 sec: 13 segments, 1 merges 1010.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1015.0 sec: 13 segments, 1 merges 1015.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1020.0 sec: 13 segments, 1 merges 1020.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1025.0 sec: 13 segments, 1 merges 1025.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1030.0 sec: 13 segments, 1 merges 1030.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1035.0 sec: 13 segments, 1 merges 1035.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1040.0 sec: 13 segments, 1 merges 1040.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1045.0 sec: 13 segments, 1 merges 1045.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1050.0 sec: 13 segments, 1 merges 1050.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1055.0 sec: 13 segments, 1 merges 1055.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1060.0 sec: 13 segments, 1 merges 1060.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1065.1 sec: 13 segments, 1 merges 1065.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1070.1 sec: 13 segments, 1 merges 1070.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1075.1 sec: 13 segments, 1 merges 1075.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1080.1 sec: 13 segments, 1 merges 1080.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1085.1 sec: 13 segments, 1 merges 1085.1s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1090.0 sec: 13 segments, 1 merges 1090.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB 1095.0 sec: 13 segments, 1 merges 1095.0s _1bv: 13 segs, 8000.0 K docs, 36044.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1102.61 sec index has 1 segments: segments_3: _1bv(11.0.0):C8000000 _1bv: 36185.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.72 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=50027404842 cpu@end=52361115692 deltaMS=2333.71085 thread 14 name=Reference Handler cpu@start=1237849 cpu@end=1237849 deltaMS=0.0 thread 15 name=Finalizer cpu@start=157882 cpu@end=157882 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=73731 cpu@end=73731 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4312564 cpu@end=4312564 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=15939763930 cpu@end=15940134663 deltaMS=0.370733 thread 42 name=JFR Periodic Tasks cpu@start=123811444408 cpu@end=123923508880 deltaMS=112.064472 thread 45 name=Notification Thread cpu@start=108778 cpu@end=108778 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1724576073017 cpu@end=1724576073017 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1727118141570 cpu@end=1727118141570 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1726170645427 cpu@end=1726170645427 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1728467264432 cpu@end=1728467264432 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1723977008378 cpu@end=1723977008378 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1727405825601 cpu@end=1727405825601 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1731452614458 cpu@end=1731452614458 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1726076021841 cpu@end=1726076021841 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1730195499902 cpu@end=1730195499902 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1723879778395 cpu@end=1723879778395 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1726620000536 cpu@end=1726620000536 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1723743768863 cpu@end=1723743768863 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1722035150683 cpu@end=1722035150683 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1723698403842 cpu@end=1723698403842 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1728744354458 cpu@end=1728744354458 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1723657428325 cpu@end=1723657428325 deltaMS=0.0 Average CPU cores used: 1.0448074621697168 completed 1000 searches in 2341 ms: 427 QPS CPU time=2445 ms checking results SUMMARY: 0.882 2.341 2.445 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5721 929.11 8610.43 1102.61 1 36185.72 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=251, Fanout min=6, mean=16.69, max=32, meandelta=400488.06 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 17 19 22 24 32 Graph level=2 size=7621, Fanout min=7, mean=27.44, max=32, meandelta=266940.41 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=247065, Fanout min=1, mean=28.29, max=32, meandelta=258375.81 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.73, max=64, meandelta=194226.06 % 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=251, connectedness=1.00 Graph level=2 size=7621, connectedness=1.00 Graph level=1 size=247065, 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.29.12.00.19/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 44,983,120.06 msec task-clock:u 172,775,783,579,457 cycles:u (36.37%) 184,019,015,279,453 instructions:u (36.37%) 4,375,997,532,927 cache-references:u (36.36%) 1,687,761,605,415 cache-misses:u (36.36%) 65,738,106,780,511 L1-dcache-loads:u (36.36%) 2,017,040,217,514 L1-dcache-load-misses:u (36.36%) 4,290,388,417,952 L1-icache-loads:u (36.36%) 15,982,407,446 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 25,615,679 faults:u 24,613,229 minor-faults:u 30,774 major-faults:u 15,916,325,325,772 branches:u (36.36%) 117,890,815,950 branch-misses:u (36.36%) 2,575,153,230,600 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2346.576601253 seconds time elapsed 44374.597754000 seconds user 596.001714000 seconds sys took 0:39:06.602976 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', 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.882, cpu_time_ms=2.341, net_cpu_ms=2.445, 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=5721, index_time_sec=929.11, index_docs_per_sec=8610.43, force_merge_time_sec=1102.61, index_num_segments=1, index_size_on_disk_mb=36185.72, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (251, {0: 0, 10: 10, 20: 12, 30: 14, 40: 15, 50: 16, 60: 17, 70: 19, 80: 22, 90: 24, 100: 32}), 2: (7621, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247065, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2346, microseconds=602976)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 112 Start: 2026-05-29 17:45:45 (UTC) Duration: 2334 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 43226684 739966034 jdk.FileWrite 22863659 482306860 jdk.FileRead 8003679 182195660 jdk.ObjectAllocationInNewTLAB 73117 1449148 jdk.BooleanFlag 55552 1757424 jdk.CPULoad 43806 875483 jdk.Checkpoint 7743 28843426 jdk.Compilation 6301 162499 jdk.UnsignedIntFlag 5376 182368 jdk.IntFlag 4928 179808 jdk.StringFlag 3808 147611 jdk.ObjectAllocationOutsideTLAB 1380 24613 jdk.CPUInformation 112 168220 jdk.GCConfiguration 112 2908 jdk.JVMInformation 112 106508 jdk.Metadata 112 12379021 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43226684 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.97% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.05% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.16% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.53% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.30% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.76% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.33% 575499 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.15% 495746 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.93% 403788 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.91% 393008 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.61% 262870 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.53% 227167 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.28% 121345 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 114945 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.26% 113862 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.25% 106617 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.23% 99705 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 93824 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 73460 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 61740 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 50944 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 44181 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.10% 42319 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 40590 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 39380 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 39242 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 38893 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 32599 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 30529 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 28004 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 27375 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 27277 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 26128 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 21796 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 15570 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 14721 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14268 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13652 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 12428 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 12186 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 10246 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9824 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 9684 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9227 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 8541 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8102 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 7906 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 7376 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7032 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] 0.02% 7023 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [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.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43226684 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.44% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 30.02% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 10.16% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.30% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.80% 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.52% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 1.39% 601506 org.apache.lucene.codecs.lucene104.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.33% 575181 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.14% 494803 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.94% 406710 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.75% 323401 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.69% 300339 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.68% 292844 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.55% 239862 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.42% 182764 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.27% 114929 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 103579 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.23% 99665 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% 91691 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 90305 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% 84126 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.18% 77856 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.17% 73362 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 63745 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.15% 62905 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.12% 50944 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.12% 49949 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.10% 44180 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 43748 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% 41029 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% 40590 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% 33792 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% 30525 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% 29327 org.apache.lucene.util.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% 28000 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% 27375 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% 27265 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% 26469 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% 26368 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% 26128 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% 23677 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% 21697 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% 20994 org.apache.lucene.util.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% 20011 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% 19933 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% 17638 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% 17481 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.0x00000000141748e0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.04% 17281 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 14403 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% 13526 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43226684 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 24.93% 10M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 23.80% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 13.30% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#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] 8.93% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 2.99% 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.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.20% 951627 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.59% 688763 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.0x000000001419b748#call() [Inlined code] 1.03% 445320 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.99% 429510 org.apache.lucene.codecs.lucene104.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.0x000000001419b748#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.95% 408923 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.94% 407496 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.83% 360001 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.82% 354767 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.79% 341462 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.0x000000001419b748#call() [Inlined code] 0.68% 295337 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.61% 263934 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.0x000000001419b748#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.0x000000001419bca0#run() [JIT compiled code] 0.60% 261214 org.apache.lucene.codecs.lucene104.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.0x000000001419b748#call() [Inlined code] 0.47% 201270 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.43% 185520 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.41% 176840 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.39% 169926 org.apache.lucene.codecs.lucene104.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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.38% 165432 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.38% 164031 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():328 [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% 139852 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.32% 136275 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.31% 134698 org.apache.lucene.codecs.lucene104.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.0x000000001419b748#call() [Inlined code] 0.24% 102825 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#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.0x000000001419bca0#run() [JIT compiled code] 0.24% 102599 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.23% 99289 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 84126 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.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 82745 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.0x000000001419b748#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.0x000000001419bca0#run() [JIT compiled code] 0.16% 69865 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():328 [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% 66598 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 65868 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 64226 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.15% 63288 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 63141 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#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% 54738 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#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.0x000000001419bca0#run() [JIT compiled code] 0.12% 53859 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.0x000000001419b748#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% 53755 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000141970b0#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% 51734 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.11% 49685 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 47076 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 45139 org.apache.lucene.codecs.lucene104.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.0x000000001419b748#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.09% 40054 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#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% 38719 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.09% 38448 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 38243 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.09% 37436 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74472 events (total: 573389M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.59% 135247M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.44% 134421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.19% 132987M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.07% 63476M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.50% 31509M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.84% 22013M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.00% 5725M java.util.Arrays#copyOf():3478 [Inlined code] 0.99% 5656M java.lang.Integer#valueOf():1006 [Inlined code] 0.68% 3895M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.67% 3834M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 3796M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.60% 3436M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.59% 3359M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.32% 1818M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.31% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1675M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.24% 1372M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.18% 1057M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 920M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 884M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 856M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 750M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 749M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.10% 581M java.util.ArrayList#grow():240 [Inlined code] 0.10% 568M knn.IndexerThread#_run():108 [JIT compiled code] 0.10% 568M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.10% 568M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 559M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 528M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.08% 485M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 425M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 396M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 355M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 348M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 329M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.05% 297M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 296M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 295M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 273M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 242M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 220M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 214M java.util.List#of():935 [Inlined code] 0.04% 205M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 200M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 169M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 160M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 143M java.util.HashMap#resize():711 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74472 events (total: 573389M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.07% 109330M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.92% 108476M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.22% 75830M 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% 55161M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.80% 38965M 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.50% 31509M 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.32% 24787M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.27% 24504M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.27% 24499M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.84% 22013M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.97% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.95% 5426M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.68% 3895M 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.66% 3796M 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.58% 3343M 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#():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% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1717M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1453M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1319M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 1250M 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.20% 1125M 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.18% 1057M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 847M 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.13% 772M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.13% 749M 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% 727M 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.12% 662M 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% 604M 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% 581M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.10% 568M 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.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% 557M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.09% 525M 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% 493M 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% 493M 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% 472M 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():1625 [Inlined code] 0.08% 459M 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% 443M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 425M 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% 408M 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% 399M 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% 376M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.06% 355M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 348M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419bca0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 329M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.05% 303M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q4-fmTrue.jfr is 1383.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74472 events (total: 573389M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.46% 48507M 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.44% 48419M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000001419b748#call() [Inlined code] 8.32% 47698M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000001419b748#call() [Inlined code] 6.78% 38901M 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.77% 38825M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 5.50% 31509M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.59% 26344M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000001419b748#call() [Inlined code] 4.59% 26301M 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.30% 24656M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000001419b748#call() [Inlined code] 3.87% 22213M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.84% 22039M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.85% 16353M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.83% 16234M 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.42% 8150M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():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.42% 8127M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 7982M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 7949M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.35% 7721M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.18% 6760M 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.0x000000001419b748#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.03% 5909M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.97% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.95% 5426M 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.93% 5354M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.87% 4965M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.84% 4800M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.77% 4394M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.75% 4282M 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.0x000000001419b748#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.70% 4025M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.66% 3788M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.51% 2949M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 2803M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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% 2662M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.45% 2595M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.44% 2546M 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.0x000000001419b748#call() [Inlined code] 0.42% 2409M 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.0x000000001419b748#call() [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.0x000000001419b748#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.0x000000001419bca0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.32% 1857M 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.0x000000001419b748#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% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1753M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 1503M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.25% 1411M 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1380M 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.0x000000001419b748#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.20% 1125M 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.0x000000001419b748#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.0x000000001419bca0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.19% 1069M 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.0x000000001419b748#call() [Inlined code] 0.16% 934M 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.0x000000001419b748#call() [Inlined code] 0.14% 820M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.13% 736M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419b748#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.13% 734M 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.0x000000001419b748#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% 720M 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.0x000000001419b748#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.29.12.00.19/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 2137524 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3566077865761685 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 29, 2026 2:36:25 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 122 segments, 13 merges 211.5s _17x: 8 segs, 236.9 K docs, 1179.6 MB 191.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 88.5s _1bu: 8 segs, 110.1 K docs, 547.1 MB 70.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 62.7s _1cg: 8 segs, 117.0 K docs, 581.7 MB 52.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 45.2s _1cw: 8 segs, 39.6 K docs, 195.8 MB 38.6s _1d4: 8 segs, 89.0 K docs, 442.4 MB 31.2s _1dc: 8 segs, 74.5 K docs, 369.9 MB 23.0s _1dk: 8 segs, 74.6 K docs, 370.4 MB 15.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 6.2s _1e2: 8 segs, 40.8 K docs, 201.8 MB 0.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 5.0 sec: 115 segments, 12 merges 196.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 93.5s _1bu: 8 segs, 110.1 K docs, 547.1 MB 75.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 67.7s _1cg: 8 segs, 117.0 K docs, 581.7 MB 57.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 50.2s _1cw: 8 segs, 39.6 K docs, 195.8 MB 43.6s _1d4: 8 segs, 89.0 K docs, 442.4 MB 36.2s _1dc: 8 segs, 74.5 K docs, 369.9 MB 28.0s _1dk: 8 segs, 74.6 K docs, 370.4 MB 20.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 11.2s _1e2: 8 segs, 40.8 K docs, 201.8 MB 5.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 10.0 sec: 108 segments, 11 merges 201.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 98.5s _1bu: 8 segs, 110.1 K docs, 547.1 MB 80.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 72.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 62.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 48.6s _1d4: 8 segs, 89.0 K docs, 442.4 MB 41.2s _1dc: 8 segs, 74.5 K docs, 369.9 MB 33.0s _1dk: 8 segs, 74.6 K docs, 370.4 MB 25.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 16.2s _1e2: 8 segs, 40.8 K docs, 201.8 MB 10.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 15.0 sec: 101 segments, 10 merges 206.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 103.5s _1bu: 8 segs, 110.1 K docs, 547.1 MB 85.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 77.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 67.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 46.2s _1dc: 8 segs, 74.5 K docs, 369.9 MB 38.0s _1dk: 8 segs, 74.6 K docs, 370.4 MB 30.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 21.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 15.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 20.0 sec: 94 segments, 9 merges 211.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 108.5s _1bu: 8 segs, 110.1 K docs, 547.1 MB 90.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 82.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 72.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 43.0s _1dk: 8 segs, 74.6 K docs, 370.4 MB 35.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 26.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 20.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 25.0 sec: 87 segments, 8 merges 216.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 95.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 87.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 77.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 48.1s _1dk: 8 segs, 74.6 K docs, 370.4 MB 40.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 31.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 25.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 30.0 sec: 87 segments, 8 merges 221.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 100.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 92.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 82.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 53.1s _1dk: 8 segs, 74.6 K docs, 370.4 MB 45.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 36.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 30.0s _1e6: 11 segs, 41.7 K docs, 206.2 MB 35.1 sec: 80 segments, 7 merges 226.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 105.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 97.8s _1cg: 8 segs, 117.0 K docs, 581.7 MB 87.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 50.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 41.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 35.1s _1e6: 11 segs, 41.7 K docs, 206.2 MB 40.1 sec: 63 segments, 6 merges 231.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 110.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 92.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 55.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 46.3s _1e2: 8 segs, 40.8 K docs, 201.8 MB 2.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 45.1 sec: 56 segments, 5 merges 236.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 115.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 97.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 60.1s _1dt: 8 segs, 38.8 K docs, 192.0 MB 7.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 50.1 sec: 56 segments, 5 merges 241.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 120.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 102.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 65.2s _1dt: 8 segs, 38.8 K docs, 192.0 MB 12.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 55.1 sec: 56 segments, 5 merges 246.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 125.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 107.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 70.2s _1dt: 8 segs, 38.8 K docs, 192.0 MB 17.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 60.1 sec: 56 segments, 5 merges 251.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 130.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 112.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 75.2s _1dt: 8 segs, 38.8 K docs, 192.0 MB 22.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 65.1 sec: 56 segments, 5 merges 257.0s _18n: 8 segs, 836.5 K docs, 4172.1 MB 135.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 117.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 80.2s _1dt: 8 segs, 38.8 K docs, 192.0 MB 27.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 70.0 sec: 49 segments, 4 merges 261.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 140.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 122.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 32.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 75.0 sec: 49 segments, 4 merges 266.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 145.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 127.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 37.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 80.0 sec: 49 segments, 4 merges 271.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 150.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 132.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 42.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 85.0 sec: 49 segments, 4 merges 276.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 155.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 137.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 47.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 90.0 sec: 49 segments, 4 merges 281.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 160.5s _1c9: 8 segs, 146.5 K docs, 728.6 MB 142.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 52.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 95.1 sec: 49 segments, 4 merges 286.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 165.6s _1c9: 8 segs, 146.5 K docs, 728.6 MB 147.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 57.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 100.1 sec: 42 segments, 3 merges 291.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 152.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 62.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 105.1 sec: 42 segments, 3 merges 296.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 157.7s _1cn: 8 segs, 124.6 K docs, 619.7 MB 67.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 110.1 sec: 42 segments, 3 merges 301.9s _18n: 8 segs, 836.5 K docs, 4172.1 MB 162.8s _1cn: 8 segs, 124.6 K docs, 619.7 MB 72.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 115.1 sec: 28 segments, 1 merges 77.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 120.1 sec: 28 segments, 1 merges 82.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 125.1 sec: 28 segments, 1 merges 87.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 130.1 sec: 28 segments, 1 merges 92.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 135.1 sec: 28 segments, 1 merges 97.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 140.1 sec: 28 segments, 1 merges 102.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 145.1 sec: 28 segments, 1 merges 107.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 150.1 sec: 28 segments, 1 merges 112.3s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 155.0 sec: 28 segments, 1 merges 117.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 160.0 sec: 28 segments, 1 merges 122.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 165.0 sec: 28 segments, 1 merges 127.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 170.0 sec: 28 segments, 1 merges 132.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 175.0 sec: 28 segments, 1 merges 137.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB 180.0 sec: 28 segments, 1 merges 142.2s _1e7: 8 segs, 540.8 K docs, 2694.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1477 seconds reindex takes 1477.98 sec index has 21 segments: segments_2: _ab(11.0.0):C1021548 _ky(11.0.0):C994364 _je(11.0.0):C246568 _wc(11.0.0):C559447 _nk(11.0.0):C322817 _j8(11.0.0):C258326 _qs(11.0.0):C340336 _14u(11.0.0):C935316 _u3(11.0.0):C477106 _18n(11.0.0):C836518 _14n(11.0.0):C200648 _16u(11.0.0):C325971 _17x(11.0.0):C236944 _17s(11.0.0):C125563 _1cn(11.0.0):C124613 _1e7(11.0.0):C540825 _1bu(11.0.0):C110055 _1c9(11.0.0):C146492 _1cg(11.0.0):C117003 _1dt(11.0.0):C38784 _1e2(11.0.0):C40756 _ab: 5102.4 MB _ky: 4966.5 MB _je: 1230.3 MB _wc: 2792.8 MB _nk: 1611.0 MB _j8: 1289.0 MB _qs: 1698.5 MB _14u: 4671.3 MB _u3: 2381.6 MB _18n: 4177.2 MB _14n: 1001.0 MB _16u: 1626.8 MB _17x: 1182.2 MB _17s: 626.2 MB _1cn: 621.4 MB _1e7: 2699.8 MB _1bu: 548.7 MB _1c9: 730.6 MB _1cg: 583.4 MB _1dt: 193.1 MB _1e2: 202.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39936.72 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=58265575676 cpu@end=73893566613 deltaMS=15627.990937 thread 14 name=Reference Handler cpu@start=1796807 cpu@end=1822468 deltaMS=0.025661 thread 15 name=Finalizer cpu@start=158996 cpu@end=158996 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=79348 cpu@end=79348 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6033285 cpu@end=6033285 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22602487237 cpu@end=22605021835 deltaMS=2.534598 thread 42 name=JFR Periodic Tasks cpu@start=115389762803 cpu@end=116127212390 deltaMS=737.449587 thread 45 name=Notification Thread cpu@start=104603 cpu@end=104603 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1624193312481 cpu@end=1624193312481 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1624857732765 cpu@end=1624857732765 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1625091634616 cpu@end=1625091634616 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1623945399374 cpu@end=1623945399374 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1626415596002 cpu@end=1626415596002 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1619903769912 cpu@end=1619903769912 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1627717433350 cpu@end=1627717433350 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1621829194131 cpu@end=1621829194131 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1619793057731 cpu@end=1619793057731 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1625773325533 cpu@end=1625773325533 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1625823648188 cpu@end=1625823648188 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1628049561467 cpu@end=1628049561467 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1623411727391 cpu@end=1623411727391 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1626679267909 cpu@end=1626679267909 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1625172343357 cpu@end=1625172343357 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1625167772559 cpu@end=1625167772559 deltaMS=0.0 Average CPU cores used: 1.046287560536259 completed 1000 searches in 15643 ms: 63 QPS CPU time=16367 ms checking results SUMMARY: 0.954 15.643 16.367 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 73109 1477.98 5412.79 0.00 21 39936.72 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1021548 documents Graph level=3 size=62, Fanout min=4, mean=9.74, max=17, meandelta=83107.95 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 10 11 11 12 14 17 Graph level=2 size=856, Fanout min=7, mean=22.93, max=32, meandelta=40373.05 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 27 31 32 32 Graph level=1 size=31025, Fanout min=4, mean=28.06, max=32, meandelta=33339.96 % 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=1021548, Fanout min=1, mean=39.50, max=64, meandelta=23950.11 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=62, connectedness=1.00 Graph level=2 size=856, connectedness=1.00 Graph level=1 size=31025, connectedness=1.00 Graph level=0 size=1021548, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 994364 documents Graph level=3 size=49, Fanout min=3, mean=9.35, max=15, meandelta=78759.83 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 10 11 11 13 15 Graph level=2 size=763, Fanout min=7, mean=22.17, max=32, meandelta=41247.54 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 19 21 24 26 30 32 32 Graph level=1 size=30096, Fanout min=3, mean=28.08, max=32, meandelta=32387.33 % 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=994364, Fanout min=1, mean=39.53, max=64, meandelta=23293.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=49, connectedness=1.00 Graph level=2 size=763, connectedness=1.00 Graph level=1 size=30096, connectedness=1.00 Graph level=0 size=994364, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 246568 documents Graph level=3 size=10, Fanout min=2, mean=4.00, max=6, meandelta=37682.98 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 5 5 5 6 Graph level=2 size=212, Fanout min=7, mean=15.83, max=32, meandelta=12892.62 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 18 20 22 32 Graph level=1 size=7565, Fanout min=7, mean=27.24, max=32, meandelta=8247.35 % 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=246568, Fanout min=1, mean=39.45, max=64, meandelta=5804.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=10, connectedness=1.00 Graph level=2 size=212, connectedness=1.00 Graph level=1 size=7565, connectedness=1.00 Graph level=0 size=246568, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 559447 documents Graph level=3 size=28, Fanout min=4, mean=7.29, max=11, meandelta=41527.06 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 7 8 9 10 11 Graph level=2 size=435, Fanout min=8, mean=19.59, max=32, meandelta=25174.93 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 21 23 25 30 32 Graph level=1 size=16967, Fanout min=5, mean=27.87, max=32, meandelta=18406.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 26 29 32 32 32 32 32 32 Graph level=0 size=559447, Fanout min=1, mean=39.57, max=64, meandelta=13106.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=435, connectedness=1.00 Graph level=1 size=16967, connectedness=1.00 Graph level=0 size=559447, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 322817 documents Graph level=3 size=20, Fanout min=3, mean=5.80, max=10, meandelta=43979.91 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 5 6 7 8 10 Graph level=2 size=279, Fanout min=5, mean=17.45, max=32, meandelta=15702.67 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 18 19 21 25 32 Graph level=1 size=9903, Fanout min=7, mean=27.49, max=32, meandelta=10717.13 % 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=322817, Fanout min=1, mean=39.50, max=64, meandelta=7586.61 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=279, connectedness=1.00 Graph level=1 size=9903, connectedness=1.00 Graph level=0 size=322817, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 258326 documents Graph level=3 size=15, Fanout min=3, mean=5.20, max=8, meandelta=38868.44 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 5 5 7 8 Graph level=2 size=223, Fanout min=5, mean=15.29, max=30, meandelta=14590.72 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 17 19 23 30 Graph level=1 size=7921, Fanout min=6, mean=27.39, max=32, meandelta=8613.87 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=0 size=258326, Fanout min=1, mean=39.41, max=64, meandelta=6084.70 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=223, connectedness=1.00 Graph level=1 size=7921, connectedness=1.00 Graph level=0 size=258326, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 340336 documents Graph level=3 size=24, Fanout min=3, mean=5.50, max=10, meandelta=45352.17 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 6 7 7 10 Graph level=2 size=302, Fanout min=6, mean=17.22, max=32, meandelta=16894.42 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 18 20 22 24 32 Graph level=1 size=10389, Fanout min=6, mean=27.63, max=32, meandelta=11250.72 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=340336, Fanout min=1, mean=39.56, max=64, meandelta=7987.60 % 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=302, connectedness=1.00 Graph level=1 size=10389, connectedness=1.00 Graph level=0 size=340336, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 935316 documents Graph level=3 size=51, Fanout min=3, mean=8.51, max=16, meandelta=83060.94 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 8 8 9 10 10 13 16 Graph level=2 size=833, Fanout min=7, mean=22.66, max=32, meandelta=37313.43 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 28 31 32 32 Graph level=1 size=28454, Fanout min=2, mean=28.05, max=32, meandelta=30519.91 % 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=935316, Fanout min=1, mean=39.55, max=64, meandelta=21904.31 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=51, connectedness=1.00 Graph level=2 size=833, connectedness=1.00 Graph level=1 size=28454, connectedness=1.00 Graph level=0 size=935316, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 477106 documents Graph level=3 size=24, Fanout min=2, mean=5.25, max=11, meandelta=51108.71 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 4 5 6 6 7 11 Graph level=2 size=368, Fanout min=6, mean=18.53, max=32, meandelta=22362.93 % 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=14462, Fanout min=4, mean=27.77, max=32, meandelta=15712.86 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=477106, Fanout min=1, mean=39.60, max=64, meandelta=11178.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=24, connectedness=1.00 Graph level=2 size=368, connectedness=1.00 Graph level=1 size=14462, connectedness=1.00 Graph level=0 size=477106, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 836518 documents Graph level=3 size=49, Fanout min=5, mean=8.41, max=15, meandelta=82958.95 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 7 9 9 9 9 11 15 Graph level=2 size=719, Fanout min=7, mean=22.04, max=32, meandelta=34229.34 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 19 22 24 26 29 32 32 Graph level=1 size=25469, Fanout min=4, mean=27.97, max=32, meandelta=27354.27 % 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=836518, Fanout min=1, mean=39.54, max=64, meandelta=19599.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=49, connectedness=1.00 Graph level=2 size=719, connectedness=1.00 Graph level=1 size=25469, connectedness=1.00 Graph level=0 size=836518, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 200648 documents Graph level=3 size=10, Fanout min=2, mean=3.80, max=5, meandelta=30450.42 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 4 4 4 4 5 5 5 Graph level=2 size=186, Fanout min=5, mean=15.24, max=29, meandelta=11232.78 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 17 19 21 29 Graph level=1 size=6209, Fanout min=8, mean=27.23, max=32, meandelta=6749.08 % 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=200648, Fanout min=1, mean=39.36, max=64, meandelta=4737.04 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=10, connectedness=1.00 Graph level=2 size=186, connectedness=1.00 Graph level=1 size=6209, connectedness=1.00 Graph level=0 size=200648, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 325971 documents Graph level=3 size=18, Fanout min=2, mean=4.56, max=11, meandelta=46751.40 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 3 4 4 5 5 6 11 Graph level=2 size=294, Fanout min=6, mean=17.63, max=32, meandelta=16181.00 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 17 18 20 22 25 32 Graph level=1 size=10050, Fanout min=7, mean=27.57, max=32, meandelta=10777.41 % 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=325971, Fanout min=1, mean=39.50, max=64, meandelta=7660.84 % 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=294, connectedness=1.00 Graph level=1 size=10050, connectedness=1.00 Graph level=0 size=325971, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 236944 documents Graph level=3 size=7, Fanout min=2, mean=2.57, max=4, meandelta=36656.22 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 3 4 Graph level=2 size=209, Fanout min=6, mean=15.43, max=32, meandelta=13253.79 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 17 18 19 21 32 Graph level=1 size=7384, Fanout min=5, mean=27.41, max=32, meandelta=7932.84 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=236944, Fanout min=1, mean=39.36, max=64, meandelta=5587.08 % 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=209, connectedness=1.00 Graph level=1 size=7384, connectedness=1.00 Graph level=0 size=236944, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 125563 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=5, meandelta=21050.28 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 4 5 Graph level=2 size=118, Fanout min=4, mean=12.19, max=24, meandelta=8559.11 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 13 14 15 17 24 Graph level=1 size=3849, Fanout min=9, mean=26.51, max=32, meandelta=4336.22 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=125563, Fanout min=2, mean=39.06, max=64, meandelta=2982.07 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=118, connectedness=1.00 Graph level=1 size=3849, connectedness=1.00 Graph level=0 size=125563, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 124613 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=14431.50 % 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=112, Fanout min=5, mean=11.48, max=25, meandelta=8640.24 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 25 Graph level=1 size=3833, Fanout min=9, mean=26.75, max=32, meandelta=4250.84 % 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=124613, Fanout min=2, mean=39.06, max=64, meandelta=2963.27 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=112, connectedness=1.00 Graph level=1 size=3833, connectedness=1.00 Graph level=0 size=124613, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 540825 documents Graph level=3 size=28, Fanout min=2, mean=5.93, max=11, meandelta=54111.39 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 7 9 11 Graph level=2 size=410, Fanout min=8, mean=19.41, max=32, meandelta=24923.80 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 20 22 25 28 32 Graph level=1 size=16388, Fanout min=7, mean=27.91, max=32, meandelta=17759.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=540825, Fanout min=1, mean=39.57, max=64, meandelta=12675.35 % 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=410, connectedness=1.00 Graph level=1 size=16388, connectedness=1.00 Graph level=0 size=540825, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 110055 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=3, meandelta=19465.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 3 3 Graph level=2 size=101, Fanout min=4, mean=10.97, max=24, meandelta=8244.36 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 11 12 13 15 24 Graph level=1 size=3364, Fanout min=9, mean=26.64, max=32, meandelta=3790.89 % 0 10 20 30 40 50 60 70 80 90 100 0 18 20 23 26 29 32 32 32 32 32 Graph level=0 size=110055, Fanout min=3, mean=38.96, max=64, meandelta=2622.14 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 47 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=101, connectedness=1.00 Graph level=1 size=3364, connectedness=1.00 Graph level=0 size=110055, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 146492 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=18693.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 4 Graph level=2 size=130, Fanout min=5, mean=13.23, max=31, meandelta=8921.42 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 10 12 12 14 15 17 19 31 Graph level=1 size=4511, Fanout min=8, mean=26.90, max=32, meandelta=4997.91 % 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=146492, Fanout min=1, mean=39.13, max=64, meandelta=3475.17 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=130, connectedness=1.00 Graph level=1 size=4511, connectedness=1.00 Graph level=0 size=146492, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 117003 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=19644.19 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 3 4 Graph level=2 size=110, Fanout min=4, mean=10.80, max=23, meandelta=8540.62 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 12 12 14 16 23 Graph level=1 size=3595, Fanout min=7, mean=26.62, max=32, meandelta=4020.77 % 0 10 20 30 40 50 60 70 80 90 100 0 18 20 23 26 29 32 32 32 32 32 Graph level=0 size=117003, Fanout min=1, mean=39.02, max=64, meandelta=2781.69 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=110, connectedness=1.00 Graph level=1 size=3595, connectedness=1.00 Graph level=0 size=117003, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 38784 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=5.94, max=12, meandelta=5098.96 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 7 8 8 12 Graph level=1 size=1197, Fanout min=9, mean=24.18, max=32, meandelta=1449.15 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=0 size=38784, Fanout min=3, mean=37.93, max=64, meandelta=947.71 % 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=1197, connectedness=1.00 Graph level=0 size=38784, connectedness=1.00 Leaf 20 has 4 layers Leaf 20 has 40756 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=3, mean=7.03, max=11, meandelta=4539.63 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 8 9 11 Graph level=1 size=1249, Fanout min=8, mean=24.27, max=32, meandelta=1509.44 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=0 size=40756, Fanout min=3, mean=38.06, max=64, meandelta=992.12 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1249, connectedness=1.00 Graph level=0 size=40756, 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.29.12.00.19/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': 53,108,620.88 msec task-clock:u 203,182,348,612,226 cycles:u (36.36%) 110,727,934,647,065 instructions:u (36.36%) 3,374,973,657,454 cache-references:u (36.36%) 1,471,674,763,991 cache-misses:u (36.36%) 39,848,870,471,447 L1-dcache-loads:u (36.36%) 1,475,889,031,057 L1-dcache-load-misses:u (36.36%) 2,054,065,303,426 L1-icache-loads:u (36.36%) 12,357,745,032 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,423,939 faults:u 6,590,968 minor-faults:u 187 major-faults:u 11,302,910,074,857 branches:u (36.36%) 88,225,917,766 branch-misses:u (36.36%) 3,029,458,128,933 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1754.555292881 seconds time elapsed 52570.304233000 seconds user 527.244127000 seconds sys took 0:29:14.581518 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', 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=15.643, net_cpu_ms=16.367, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=73109, index_time_sec=1477.98, index_docs_per_sec=5412.79, force_merge_time_sec=0.0, index_num_segments=21, index_size_on_disk_mb=39936.72, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (33, {0: 0, 10: 4, 20: 5, 30: 6, 40: 6, 50: 7, 60: 7, 70: 8, 80: 8, 90: 9, 100: 11}), 1: (1249, {0: 0, 10: 15, 20: 17, 30: 20, 40: 22, 50: 24, 60: 27, 70: 30, 80: 32, 90: 32, 100: 32}), 0: (40756, {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=1754, microseconds=581518)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 116 Start: 2026-05-29 18:36:25 (UTC) Duration: 1742 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 50790617 873507741 jdk.FileWrite 19363488 405379955 jdk.FileRead 8003681 183006446 jdk.ObjectAllocationInNewTLAB 63039 1256213 jdk.BooleanFlag 57536 1820260 jdk.CPULoad 32140 642166 jdk.Checkpoint 7764 34584670 jdk.Compilation 5994 154885 jdk.UnsignedIntFlag 5568 188888 jdk.IntFlag 5104 186236 jdk.StringFlag 3944 153007 jdk.ObjectAllocationOutsideTLAB 1035 18556 jdk.CPUInformation 116 174228 jdk.GCConfiguration 116 3012 jdk.JVMInformation 116 107992 jdk.Metadata 116 12821129 jdk.GarbageCollection 45 1079 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 50790617 events (total: 50M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.30% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.52% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.31% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 2.78% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.94% 986667 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.41% 713917 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.32% 672155 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.88% 446069 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.75% 382225 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.62% 315073 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.38% 195389 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.38% 191132 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.31% 155327 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.29% 147798 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.24% 121581 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 113541 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 84893 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 84059 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 65534 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 55611 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 52613 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 50162 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 50073 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 44694 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 44341 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 38212 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 34291 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 30612 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 29693 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 28570 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 28414 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 24696 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 19880 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 17845 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 15847 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 15577 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15137 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14059 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.03% 13214 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13023 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 12902 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 12186 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 11279 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 11183 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11048 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10532 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 9239 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9094 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 7755 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 7155 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=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.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 50790617 events (total: 50M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.53% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.52% 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.30% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 2.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] 1.89% 959945 org.apache.lucene.codecs.lucene104.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.40% 710803 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.21% 612126 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.88% 445799 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.82% 416877 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.75% 380354 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.62% 313246 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.51% 260329 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.49% 248694 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.45% 230843 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.38% 191125 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 155091 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.29% 147297 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.24% 121556 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.20% 101674 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.15% 74722 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% 74338 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% 68057 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.12% 60626 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 56390 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 55837 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.10% 52685 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.10% 48873 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% 47070 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% 44334 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% 43454 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% 42573 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.08% 40523 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.08% 38212 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% 37412 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 36728 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% 33843 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 29691 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% 28405 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 26731 org.apache.lucene.util.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% 24821 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% 21914 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% 21119 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% 19880 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% 19131 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% 18084 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% 17835 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 16421 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% 15874 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% 15807 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% 14059 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [Inlined code] at org.apache.lucene.index.DocumentsWriterFlushControl#obtainAndLock():528 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():418 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 50790617 events (total: 50M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 28.24% 14M org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#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] 27.86% 14M org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 14.21% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 10.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] 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.06% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.96% 489638 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#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.92% 465972 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.92% 465509 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#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.82% 414222 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.62% 313044 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1970e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.61% 307700 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.0x000000008e19ea80#call() [Inlined code] 0.56% 283566 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1970e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.55% 277676 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.53% 268813 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.0x000000008e19ea80#call() [Inlined code] 0.41% 209625 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.40% 202558 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.35% 178941 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.35% 176797 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.31% 155053 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#call() [Inlined code] 0.30% 149963 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#call() [Inlined code] 0.27% 136312 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.27% 135174 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():328 [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.24% 121467 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% 114193 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1970e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.22% 110751 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.19% 95937 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% 94980 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.16% 82063 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 74338 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.0x000000008e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 72491 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 67006 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 66198 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 66190 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():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.13% 64223 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1970e8#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% 61147 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 60116 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1970e8#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% 59322 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008e19ea80#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.11% 58234 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.10% 52938 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008e19ea80#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.0x000000008e19efd8#run() [JIT compiled code] 0.10% 52542 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008e19ea80#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.0x000000008e19efd8#run() [JIT compiled code] 0.10% 52443 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 50969 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 49088 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 46574 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.09% 43851 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 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [JIT compiled code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 43097 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.08% 39485 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] 0.07% 37503 org.apache.lucene.codecs.lucene104.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.0x000000008e19ea80#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% 35199 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.0x000000008e19ea80#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% 34915 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64047 events (total: 437360M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.79% 99661M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 21.96% 96055M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.75% 82018M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.59% 63801M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.35% 32126M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.94% 17244M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.79% 7816M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3073M java.util.Arrays#copyOf():3478 [Inlined code] 0.70% 3052M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.69% 3013M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 2904M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.57% 2508M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.41% 1776M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.39% 1718M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.38% 1663M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.33% 1433M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.31% 1366M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.27% 1188M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.18% 806M java.util.ArrayList#grow():240 [Inlined code] 0.18% 786M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 760M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 729M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 651M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 628M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 607M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 573M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.12% 515M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.11% 486M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 395M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 376M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 374M knn.IndexerThread#_run():125 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 330M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 306M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 297M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 286M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 285M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 270M java.nio.HeapByteBuffer#():75 [Inlined code] 0.06% 267M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 240M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 203M java.util.List#of():935 [Inlined code] 0.04% 182M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#getRandomVectorScorer():200 [Inlined code] 0.04% 178M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 169M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.03% 144M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.03% 142M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 135M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 133M 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.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64047 events (total: 437360M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.46% 80725M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.87% 78162M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.89% 47629M 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.10% 39820M 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.30% 31943M 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.89% 30148M 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.48% 23973M 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.28% 18717M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.08% 17859M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.94% 17244M 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.76% 7678M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.70% 3052M 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% 2777M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.57% 2508M 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% 2102M 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.41% 1776M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1582M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.32% 1419M 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 org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.31% 1348M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 1246M 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.26% 1133M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 816M 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.18% 806M 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% 779M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.17% 760M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.17% 758M 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.16% 708M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 628M 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% 607M 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.13% 573M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.12% 515M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():170 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008e19efd8#run() [Interpreted code] 0.11% 480M 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():1625 [Inlined code] 0.10% 446M 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.10% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 402M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 384M 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% 376M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 374M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 347M 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% 346M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008e19efd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.08% 334M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 331M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 330M 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.0x000000008e17f400#concat() [Inlined code] 0.07% 314M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 302M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 297M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmFalse.jfr is 1443.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64047 events (total: 437360M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.09% 39756M 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.30% 31943M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.54% 24237M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000008e19ea80#call() [Inlined code] 5.46% 23870M 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.36% 23432M 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.35% 23406M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000008e19ea80#call() [Inlined code] 5.34% 23375M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000008e19ea80#call() [Inlined code] 5.14% 22489M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.10% 22305M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000008e19ea80#call() [Inlined code] 5.06% 22135M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.62% 15852M 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.60% 15750M 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.19% 13951M 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.88% 8223M 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.76% 7678M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.44% 6308M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.39% 6090M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 5267M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.00% 4373M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.93% 4047M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.92% 4040M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.92% 4003M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.91% 3992M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.85% 3700M 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.0x000000008e19ea80#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% 2963M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.64% 2781M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.64% 2777M 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.62% 2716M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.61% 2676M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at 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.55% 2398M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.54% 2376M 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.0x000000008e19ea80#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.50% 2190M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.49% 2148M 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.0x000000008e19ea80#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.45% 1984M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.41% 1776M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.40% 1763M 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.0x000000008e19ea80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.37% 1606M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.31% 1374M 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.0x000000008e19ea80#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.0x000000008e19efd8#run() [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1223M 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.0x000000008e19ea80#call() [Inlined code] 0.24% 1054M 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.0x000000008e19ea80#call() [Inlined code] 0.24% 1047M 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.0x000000008e19ea80#call() [Inlined code] 0.23% 985M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [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] 0.22% 957M 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.0x000000008e19ea80#call() [Inlined code] 0.20% 893M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.18% 806M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.18% 779M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 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.0x000000008e19ea80#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.0x000000008e19efd8#run() [Interpreted code] 0.15% 646M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.14% 597M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] 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.29.12.00.19/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 2163154 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3568634417438762 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 29, 2026 3:19:02 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 112 segments, 12 merges 176.4s _194: 8 segs, 873.0 K docs, 4354.1 MB 101.4s _1bg: 8 segs, 74.9 K docs, 371.9 MB 95.9s _1bn: 8 segs, 118.6 K docs, 589.8 MB 91.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 60.7s _1cr: 8 segs, 38.3 K docs, 189.7 MB 44.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 35.0s _1dg: 8 segs, 78.7 K docs, 390.7 MB 26.3s _1dp: 8 segs, 38.3 K docs, 189.6 MB 18.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 11.2s _1e5: 9 segs, 44.1 K docs, 218.2 MB 2.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 0.0s _1ef: 8 segs, 26.8 K docs, 132.4 MB 5.0 sec: 105 segments, 11 merges 181.4s _194: 8 segs, 873.0 K docs, 4354.1 MB 106.4s _1bg: 8 segs, 74.9 K docs, 371.9 MB 100.9s _1bn: 8 segs, 118.6 K docs, 589.8 MB 96.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 49.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 40.0s _1dg: 8 segs, 78.7 K docs, 390.7 MB 31.3s _1dp: 8 segs, 38.3 K docs, 189.6 MB 23.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 16.2s _1e5: 9 segs, 44.1 K docs, 218.2 MB 7.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 5.0s _1ef: 8 segs, 26.8 K docs, 132.4 MB 10.0 sec: 91 segments, 9 merges 186.4s _194: 8 segs, 873.0 K docs, 4354.1 MB 111.4s _1bg: 8 segs, 74.9 K docs, 371.9 MB 101.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 54.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 45.0s _1dg: 8 segs, 78.7 K docs, 390.7 MB 28.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 21.2s _1e5: 9 segs, 44.1 K docs, 218.2 MB 12.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 10.0s _1ef: 8 segs, 26.8 K docs, 132.4 MB 15.0 sec: 77 segments, 7 merges 106.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 59.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 50.0s _1dg: 8 segs, 78.7 K docs, 390.7 MB 33.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 26.3s _1e5: 9 segs, 44.1 K docs, 218.2 MB 17.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 15.0s _1ef: 8 segs, 26.8 K docs, 132.4 MB 20.0 sec: 63 segments, 6 merges 111.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 64.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 38.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 31.3s _1e5: 9 segs, 44.1 K docs, 218.2 MB 22.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 1.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 25.1 sec: 63 segments, 6 merges 116.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 69.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 43.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 36.3s _1e5: 9 segs, 44.1 K docs, 218.2 MB 27.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 6.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 30.1 sec: 63 segments, 6 merges 121.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 74.3s _1d8: 8 segs, 77.5 K docs, 385.0 MB 48.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 41.3s _1e5: 9 segs, 44.1 K docs, 218.2 MB 32.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 11.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 35.1 sec: 48 segments, 4 merges 126.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 53.9s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 37.0s _1ee: 8 segs, 41.4 K docs, 205.0 MB 16.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 40.1 sec: 48 segments, 4 merges 131.4s _1bt: 8 segs, 284.3 K docs, 1415.7 MB 59.0s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 42.1s _1ee: 8 segs, 41.4 K docs, 205.0 MB 21.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 45.1 sec: 34 segments, 3 merges 64.0s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 26.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 0.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 50.1 sec: 34 segments, 3 merges 69.0s _1dx: 8 segs, 251.5 K docs, 1252.5 MB 31.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 5.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 55.1 sec: 27 segments, 2 merges 36.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 10.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 60.1 sec: 27 segments, 2 merges 41.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 15.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 65.1 sec: 27 segments, 2 merges 46.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 20.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 70.1 sec: 27 segments, 2 merges 51.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 25.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 75.0 sec: 27 segments, 2 merges 56.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 30.6s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 80.0 sec: 27 segments, 2 merges 61.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 35.6s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 85.0 sec: 27 segments, 2 merges 66.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 40.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 90.0 sec: 27 segments, 2 merges 71.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 45.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 95.1 sec: 27 segments, 2 merges 76.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 50.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 100.1 sec: 27 segments, 2 merges 81.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 55.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 105.1 sec: 27 segments, 2 merges 86.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 60.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 110.1 sec: 27 segments, 2 merges 91.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 65.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 115.1 sec: 27 segments, 2 merges 96.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 70.7s _1eh: 8 segs, 474.2 K docs, 2362.3 MB 120.1 sec: 20 segments, 1 merges 101.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 125.1 sec: 20 segments, 1 merges 106.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 130.1 sec: 20 segments, 1 merges 111.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 135.1 sec: 20 segments, 1 merges 116.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 140.0 sec: 20 segments, 1 merges 121.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 145.0 sec: 20 segments, 1 merges 126.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 150.0 sec: 20 segments, 1 merges 131.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 155.0 sec: 20 segments, 1 merges 136.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 160.0 sec: 20 segments, 1 merges 141.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 165.1 sec: 20 segments, 1 merges 146.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 170.1 sec: 20 segments, 1 merges 151.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 175.1 sec: 20 segments, 1 merges 156.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 180.1 sec: 20 segments, 1 merges 161.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 185.1 sec: 20 segments, 1 merges 166.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB 190.1 sec: 20 segments, 1 merges 171.6s _1eg: 4 segs, 1000.1 K docs, 4990.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1467 seconds reindex takes 1467.31 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 10.0 sec: 17 segments, 1 merges 10.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 15.0 sec: 17 segments, 1 merges 15.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 20.0 sec: 17 segments, 1 merges 20.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 25.0 sec: 17 segments, 1 merges 25.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 30.0 sec: 17 segments, 1 merges 30.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 35.0 sec: 17 segments, 1 merges 35.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 40.0 sec: 17 segments, 1 merges 40.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 45.0 sec: 17 segments, 1 merges 45.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 50.0 sec: 17 segments, 1 merges 50.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 55.1 sec: 17 segments, 1 merges 55.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 60.1 sec: 17 segments, 1 merges 60.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 65.1 sec: 17 segments, 1 merges 65.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 70.1 sec: 17 segments, 1 merges 70.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 75.1 sec: 17 segments, 1 merges 75.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 80.1 sec: 17 segments, 1 merges 80.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 85.1 sec: 17 segments, 1 merges 85.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 90.1 sec: 17 segments, 1 merges 90.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 95.1 sec: 17 segments, 1 merges 95.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 100.1 sec: 17 segments, 1 merges 100.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 105.1 sec: 17 segments, 1 merges 105.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 110.0 sec: 17 segments, 1 merges 110.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 115.0 sec: 17 segments, 1 merges 115.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 120.0 sec: 17 segments, 1 merges 120.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 125.0 sec: 17 segments, 1 merges 125.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 130.0 sec: 17 segments, 1 merges 130.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 135.0 sec: 17 segments, 1 merges 135.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 140.0 sec: 17 segments, 1 merges 140.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 145.0 sec: 17 segments, 1 merges 145.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 150.0 sec: 17 segments, 1 merges 150.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 155.0 sec: 17 segments, 1 merges 155.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 160.0 sec: 17 segments, 1 merges 160.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 165.1 sec: 17 segments, 1 merges 165.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 170.1 sec: 17 segments, 1 merges 170.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 175.1 sec: 17 segments, 1 merges 175.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 180.1 sec: 17 segments, 1 merges 180.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 185.1 sec: 17 segments, 1 merges 185.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 190.1 sec: 17 segments, 1 merges 190.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 195.1 sec: 17 segments, 1 merges 195.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 200.1 sec: 17 segments, 1 merges 200.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 205.1 sec: 17 segments, 1 merges 205.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 210.1 sec: 17 segments, 1 merges 210.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 215.1 sec: 17 segments, 1 merges 215.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 220.0 sec: 17 segments, 1 merges 220.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 225.0 sec: 17 segments, 1 merges 225.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 230.0 sec: 17 segments, 1 merges 230.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 235.0 sec: 17 segments, 1 merges 235.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 240.0 sec: 17 segments, 1 merges 240.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 245.0 sec: 17 segments, 1 merges 245.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 250.0 sec: 17 segments, 1 merges 250.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 255.0 sec: 17 segments, 1 merges 255.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 260.0 sec: 17 segments, 1 merges 260.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 265.0 sec: 17 segments, 1 merges 265.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 270.0 sec: 17 segments, 1 merges 270.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 275.0 sec: 17 segments, 1 merges 275.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 280.1 sec: 17 segments, 1 merges 280.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 285.1 sec: 17 segments, 1 merges 285.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 290.1 sec: 17 segments, 1 merges 290.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 295.1 sec: 17 segments, 1 merges 295.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 300.1 sec: 17 segments, 1 merges 300.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 305.1 sec: 17 segments, 1 merges 305.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 310.1 sec: 17 segments, 1 merges 310.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 315.1 sec: 17 segments, 1 merges 315.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 320.1 sec: 17 segments, 1 merges 320.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 325.1 sec: 17 segments, 1 merges 325.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 330.1 sec: 17 segments, 1 merges 330.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 335.1 sec: 17 segments, 1 merges 335.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 340.0 sec: 17 segments, 1 merges 340.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 345.0 sec: 17 segments, 1 merges 345.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 350.0 sec: 17 segments, 1 merges 350.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 355.0 sec: 17 segments, 1 merges 355.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 360.0 sec: 17 segments, 1 merges 360.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 365.0 sec: 17 segments, 1 merges 365.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 370.0 sec: 17 segments, 1 merges 370.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 375.0 sec: 17 segments, 1 merges 375.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 380.0 sec: 17 segments, 1 merges 380.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 385.0 sec: 17 segments, 1 merges 385.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 390.0 sec: 17 segments, 1 merges 390.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 395.0 sec: 17 segments, 1 merges 395.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 400.1 sec: 17 segments, 1 merges 400.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 405.1 sec: 17 segments, 1 merges 405.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 410.1 sec: 17 segments, 1 merges 410.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 415.1 sec: 17 segments, 1 merges 415.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 420.1 sec: 17 segments, 1 merges 420.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 425.1 sec: 17 segments, 1 merges 425.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 430.1 sec: 17 segments, 1 merges 430.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 435.0 sec: 17 segments, 1 merges 435.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 440.0 sec: 17 segments, 1 merges 440.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 445.0 sec: 17 segments, 1 merges 445.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 450.1 sec: 17 segments, 1 merges 450.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 455.1 sec: 17 segments, 1 merges 455.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 460.1 sec: 17 segments, 1 merges 460.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 465.1 sec: 17 segments, 1 merges 465.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 470.1 sec: 17 segments, 1 merges 470.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 475.1 sec: 17 segments, 1 merges 475.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 480.1 sec: 17 segments, 1 merges 480.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 485.1 sec: 17 segments, 1 merges 485.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 490.1 sec: 17 segments, 1 merges 490.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 495.1 sec: 17 segments, 1 merges 495.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 500.1 sec: 17 segments, 1 merges 500.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 505.1 sec: 17 segments, 1 merges 505.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 510.1 sec: 17 segments, 1 merges 510.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 515.1 sec: 17 segments, 1 merges 515.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 520.1 sec: 17 segments, 1 merges 520.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 525.1 sec: 17 segments, 1 merges 525.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 530.1 sec: 17 segments, 1 merges 530.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 535.0 sec: 17 segments, 1 merges 535.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 540.0 sec: 17 segments, 1 merges 540.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 545.0 sec: 17 segments, 1 merges 545.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 550.0 sec: 17 segments, 1 merges 550.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 555.0 sec: 17 segments, 1 merges 555.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 560.0 sec: 17 segments, 1 merges 560.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 565.0 sec: 17 segments, 1 merges 565.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 570.0 sec: 17 segments, 1 merges 570.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 575.0 sec: 17 segments, 1 merges 575.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 580.0 sec: 17 segments, 1 merges 580.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 585.0 sec: 17 segments, 1 merges 585.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 590.0 sec: 17 segments, 1 merges 590.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 595.1 sec: 17 segments, 1 merges 595.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 600.1 sec: 17 segments, 1 merges 600.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 605.1 sec: 17 segments, 1 merges 605.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 610.1 sec: 17 segments, 1 merges 610.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 615.1 sec: 17 segments, 1 merges 615.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 620.1 sec: 17 segments, 1 merges 620.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 625.0 sec: 17 segments, 1 merges 625.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 630.0 sec: 17 segments, 1 merges 630.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 635.0 sec: 17 segments, 1 merges 635.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 640.0 sec: 17 segments, 1 merges 640.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 645.0 sec: 17 segments, 1 merges 645.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 650.0 sec: 17 segments, 1 merges 650.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 655.0 sec: 17 segments, 1 merges 655.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 660.1 sec: 17 segments, 1 merges 660.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 665.1 sec: 17 segments, 1 merges 665.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 670.1 sec: 17 segments, 1 merges 670.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 675.1 sec: 17 segments, 1 merges 675.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 680.1 sec: 17 segments, 1 merges 680.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 685.1 sec: 17 segments, 1 merges 685.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 690.1 sec: 17 segments, 1 merges 690.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 695.1 sec: 17 segments, 1 merges 695.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 700.1 sec: 17 segments, 1 merges 700.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 705.1 sec: 17 segments, 1 merges 705.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 710.1 sec: 17 segments, 1 merges 710.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 715.1 sec: 17 segments, 1 merges 715.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 720.1 sec: 17 segments, 1 merges 720.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 725.1 sec: 17 segments, 1 merges 725.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 730.1 sec: 17 segments, 1 merges 730.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 735.1 sec: 17 segments, 1 merges 735.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 740.1 sec: 17 segments, 1 merges 740.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 745.0 sec: 17 segments, 1 merges 745.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 750.1 sec: 17 segments, 1 merges 750.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 755.1 sec: 17 segments, 1 merges 755.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 760.1 sec: 17 segments, 1 merges 760.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 765.1 sec: 17 segments, 1 merges 765.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 770.1 sec: 17 segments, 1 merges 770.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 775.1 sec: 17 segments, 1 merges 775.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 780.1 sec: 17 segments, 1 merges 780.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 785.1 sec: 17 segments, 1 merges 785.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 790.1 sec: 17 segments, 1 merges 790.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 795.1 sec: 17 segments, 1 merges 795.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 800.0 sec: 17 segments, 1 merges 800.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 805.0 sec: 17 segments, 1 merges 805.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 810.0 sec: 17 segments, 1 merges 810.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 815.1 sec: 17 segments, 1 merges 815.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 820.1 sec: 17 segments, 1 merges 820.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 825.1 sec: 17 segments, 1 merges 825.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 830.0 sec: 17 segments, 1 merges 830.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 835.0 sec: 17 segments, 1 merges 835.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 840.0 sec: 17 segments, 1 merges 840.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 845.0 sec: 17 segments, 1 merges 845.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 850.0 sec: 17 segments, 1 merges 850.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 855.0 sec: 17 segments, 1 merges 855.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 860.0 sec: 17 segments, 1 merges 860.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 865.0 sec: 17 segments, 1 merges 865.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 870.0 sec: 17 segments, 1 merges 870.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 875.0 sec: 17 segments, 1 merges 875.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 880.1 sec: 17 segments, 1 merges 880.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 885.1 sec: 17 segments, 1 merges 885.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 890.1 sec: 17 segments, 1 merges 890.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 895.1 sec: 17 segments, 1 merges 895.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 900.1 sec: 17 segments, 1 merges 900.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 905.1 sec: 17 segments, 1 merges 905.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 910.1 sec: 17 segments, 1 merges 910.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 915.1 sec: 17 segments, 1 merges 915.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 920.0 sec: 17 segments, 1 merges 920.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 925.0 sec: 17 segments, 1 merges 925.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 930.0 sec: 17 segments, 1 merges 930.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 935.0 sec: 17 segments, 1 merges 935.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 940.0 sec: 17 segments, 1 merges 940.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 945.1 sec: 17 segments, 1 merges 945.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 950.1 sec: 17 segments, 1 merges 950.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 955.1 sec: 17 segments, 1 merges 955.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 960.1 sec: 17 segments, 1 merges 960.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 965.1 sec: 17 segments, 1 merges 965.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 970.1 sec: 17 segments, 1 merges 970.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 975.1 sec: 17 segments, 1 merges 975.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 980.1 sec: 17 segments, 1 merges 980.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 985.1 sec: 17 segments, 1 merges 985.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 990.1 sec: 17 segments, 1 merges 990.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 995.1 sec: 17 segments, 1 merges 995.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1105.1 sec: 17 segments, 1 merges 1105.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1125.1 sec: 17 segments, 1 merges 1125.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB 1130.1 sec: 17 segments, 1 merges 1130.1s _1ei: 17 segs, 8000.0 K docs, 39941.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1136.73 sec index has 1 segments: segments_3: _1ei(11.0.0):C8000000 _1ei: 40090.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.84 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=48998812050 cpu@end=51495504222 deltaMS=2496.692172 thread 14 name=Reference Handler cpu@start=1509343 cpu@end=1509343 deltaMS=0.0 thread 15 name=Finalizer cpu@start=162724 cpu@end=162724 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64819 cpu@end=64819 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7815685 cpu@end=7815685 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19395786025 cpu@end=19396047096 deltaMS=0.261071 thread 42 name=JFR Periodic Tasks cpu@start=167702924295 cpu@end=167821325426 deltaMS=118.401131 thread 45 name=Notification Thread cpu@start=99332 cpu@end=99332 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2362792670595 cpu@end=2362792670595 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2364017705302 cpu@end=2364017705302 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2364013291326 cpu@end=2364013291326 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2361126230790 cpu@end=2361126230790 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2365995666622 cpu@end=2365995666622 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2366997467977 cpu@end=2366997467977 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2365357035612 cpu@end=2365357035612 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2366712246487 cpu@end=2366712246487 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2365019135052 cpu@end=2365019135052 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2363337362278 cpu@end=2363337362278 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2361557844817 cpu@end=2361557844817 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2362463013385 cpu@end=2362463013385 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2364681172656 cpu@end=2364681172656 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2368032961447 cpu@end=2368032961447 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2366907633205 cpu@end=2366907633205 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2368801344525 cpu@end=2368801344525 deltaMS=0.0 Average CPU cores used: 1.0448308504837789 completed 1000 searches in 2503 ms: 399 QPS CPU time=2615 ms checking results SUMMARY: 0.929 2.503 2.615 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5682 1467.31 5452.17 1136.73 1 40090.84 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=241, Fanout min=5, mean=16.02, max=31, meandelta=413239.09 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 19 21 23 31 Graph level=2 size=7710, Fanout min=8, mean=27.45, max=32, meandelta=266819.81 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=247194, Fanout min=1, mean=28.32, max=32, meandelta=258185.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.67, max=64, meandelta=194566.58 % 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=241, connectedness=1.00 Graph level=2 size=7710, connectedness=1.00 Graph level=1 size=247194, 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.29.12.00.19/bench-knn-q7-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 7': 63,578,803.63 msec task-clock:u 246,137,070,258,752 cycles:u (36.36%) 170,942,171,496,416 instructions:u (36.36%) 5,096,335,582,006 cache-references:u (36.36%) 2,302,313,590,355 cache-misses:u (36.36%) 60,383,842,893,652 L1-dcache-loads:u (36.36%) 2,040,155,756,307 L1-dcache-load-misses:u (36.36%) 3,282,479,370,910 L1-icache-loads:u (36.36%) 18,682,483,199 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 17,447,430 faults:u 16,308,570 minor-faults:u 33,570 major-faults:u 17,620,659,585,258 branches:u (36.36%) 117,688,326,795 branch-misses:u (36.36%) 3,594,337,889,509 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2876.375970653 seconds time elapsed 62882.012247000 seconds user 682.084511000 seconds sys took 0:47:56.405067 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', 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.503, net_cpu_ms=2.615, 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=5682, index_time_sec=1467.31, index_docs_per_sec=5452.17, force_merge_time_sec=1136.73, index_num_segments=1, index_size_on_disk_mb=40090.84, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (241, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 19, 80: 21, 90: 23, 100: 31}), 2: (7710, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247194, {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=2876, microseconds=405067)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 142 Start: 2026-05-29 19:19:02 (UTC) Duration: 2861 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 60993091 1045302619 jdk.FileWrite 25466507 554920122 jdk.FileRead 8003677 183015097 jdk.ObjectAllocationInNewTLAB 73306 1455603 jdk.BooleanFlag 70432 2228694 jdk.CPULoad 53454 1068445 jdk.Checkpoint 10133 35148144 jdk.UnsignedIntFlag 6816 231268 jdk.IntFlag 6248 228018 jdk.Compilation 5924 153027 jdk.StringFlag 4828 187211 jdk.ObjectAllocationOutsideTLAB 1181 21127 jdk.CPUInformation 142 213280 jdk.GCConfiguration 142 3688 jdk.JVMInformation 142 132482 jdk.Metadata 142 15694831 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.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60993091 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.42% 35M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.01% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.65% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.03% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.09% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.08% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.42% 864995 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.13% 688462 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.76% 461297 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.40% 243833 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.35% 211464 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.29% 175505 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 158061 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.23% 137977 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 137491 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.21% 128807 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 125732 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 124801 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 111172 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 79736 sun.nio.ch.NativeThread#current0() [Native code] 0.11% 67018 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 59154 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 53004 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.09% 52534 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 49997 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 42671 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.07% 41590 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 39893 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 37530 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 36810 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 34565 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.06% 33558 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 31506 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 29273 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.03% 19830 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 18529 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 17819 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 17243 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 16412 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 14676 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 14443 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 14199 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 13529 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 13400 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12488 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 11683 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 11138 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 9895 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 9793 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.01% 7987 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [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.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60993091 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.41% 33M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.01% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 12.65% 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] 3.03% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.99% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.85% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 1.64% 999778 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.09% 666996 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.90% 547645 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.77% 472511 org.apache.lucene.codecs.lucene104.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.76% 461297 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.52% 314443 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.41% 248141 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% 211460 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 195256 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% 174849 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% 157858 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.23% 137940 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.23% 137478 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.22% 135785 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% 114480 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% 90545 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.14% 87131 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 68520 org.apache.lucene.util.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% 66527 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% 66073 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% 52532 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.09% 52095 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.08% 49989 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.08% 46817 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% 44039 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 41590 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% 39658 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% 36800 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% 35981 org.apache.lucene.util.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% 34535 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.06% 33558 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% 30721 org.apache.lucene.util.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% 29277 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% 29271 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 27776 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.04% 27124 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% 24366 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% 22496 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 22422 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% 21779 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% 19594 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% 18402 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.03% 17271 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 16547 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60993091 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.35% 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 20.65% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 14.42% 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.60% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 2.35% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.31% 800810 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.27% 776332 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.0x0000000088199d30#call() [Inlined code] 0.77% 467780 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.67% 407493 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.67% 405615 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#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.52% 316375 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.0x00000000881a4328#run() [JIT compiled code] 0.51% 313733 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#call() [Inlined code] 0.51% 308503 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.50% 301997 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.48% 295797 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.0x0000000088199d30#call() [Inlined code] 0.47% 283782 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.46% 277951 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.0x0000000088199d30#call() [Inlined code] 0.43% 261667 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.29% 175090 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.28% 172494 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.28% 169908 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.24% 147405 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.0x0000000088199d30#call() [Inlined code] 0.24% 147317 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#call() [Inlined code] 0.23% 137826 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% 137524 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():328 [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.21% 125596 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.19% 114673 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.19% 114480 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.0x000000008807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 114265 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.0x00000000881a4328#run() [JIT compiled code] 0.18% 107942 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 107054 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.15% 93134 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 90567 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.15% 88976 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined 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.14% 88003 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 83947 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.14% 83777 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 75880 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.12% 71323 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 71229 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 66388 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 66323 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% 63593 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():328 [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% 63187 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 60840 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():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008819c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 59831 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.09% 57119 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.09% 53975 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.07% 45696 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.07% 43009 org.apache.lucene.codecs.lucene104.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.0x0000000088199d30#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.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74461 events (total: 567686M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.31% 132341M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.19% 131621M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.11% 131185M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.19% 63551M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.76% 32715M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.05% 23015M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.05% 5951M java.util.Arrays#copyOf():3478 [Inlined code] 0.97% 5531M java.lang.Integer#valueOf():1006 [Inlined code] 0.68% 3876M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3862M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.63% 3561M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.62% 3505M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.33% 1878M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.33% 1847M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1620M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.22% 1248M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.21% 1191M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.18% 1031M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 975M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 928M knn.IndexerThread#_run():108 [JIT compiled code] 0.16% 892M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 819M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 784M java.util.ArrayList#grow():240 [Inlined code] 0.13% 761M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 725M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.10% 590M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 443M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 440M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 434M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 366M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 364M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 340M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 335M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 316M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 314M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 314M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.03% 196M java.io.BufferedOutputStream#():92 [JIT compiled code] 0.03% 184M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 178M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.03% 177M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 174M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 169M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.03% 168M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 165M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 164M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 162M 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.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74461 events (total: 567686M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.02% 107993M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.77% 106582M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.96% 73578M 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.36% 53158M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.87% 39011M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.76% 32715M 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.32% 24532M 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% 24442M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.28% 24325M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.05% 23015M 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% 5692M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.96% 5445M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.68% 3862M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.63% 3561M 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.56% 3152M 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.33% 1890M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.33% 1847M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1751M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1437M 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.24% 1387M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1371M 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.23% 1292M 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% 981M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.17% 975M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.16% 928M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 887M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.15% 877M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 784M 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% 725M 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% 643M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 620M 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.11% 610M 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% 585M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.08% 443M 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% 434M 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% 426M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 400M 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.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():1625 [Inlined code] 0.07% 378M 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.07% 371M 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% 366M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000881a4328#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.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 338M 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% 335M 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] 0.06% 314M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 305M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q7-fmTrue.jfr is 1754.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74461 events (total: 567686M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.89% 50456M 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.80% 49961M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000088199d30#call() [Inlined code] 8.76% 49735M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000088199d30#call() [Inlined code] 6.89% 39136M 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.86% 38947M 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.76% 32715M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.04% 22943M 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.0x0000000088199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.00% 22711M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000088199d30#call() [Inlined code] 3.96% 22499M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000088199d30#call() [Inlined code] 3.88% 22040M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.76% 21360M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.88% 16355M 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.47% 13999M 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.55% 8798M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 8442M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.44% 8177M 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.37% 7763M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 7507M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.25% 7111M 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.0x0000000088199d30#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.00% 5692M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.99% 5644M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.98% 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.96% 5445M 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.93% 5276M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.73% 4171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.72% 4087M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.69% 3894M 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.0x0000000088199d30#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% 3843M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.63% 3558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.49% 2798M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 2796M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 2730M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#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.44% 2479M 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.0x0000000088199d30#call() [Inlined code] 0.43% 2451M 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.0x0000000088199d30#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.42% 2378M 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.0x0000000088199d30#call() [Inlined code] 0.41% 2334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.33% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.0x00000000881a4328#run() [Interpreted code] 0.33% 1847M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1778M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.30% 1722M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 1615M 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.0x0000000088199d30#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% 1419M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000088199d30#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.21% 1164M 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.0x0000000088199d30#call() [Inlined code] 0.16% 928M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 813M 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.0x0000000088199d30#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.0x00000000881a4328#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 810M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.14% 784M 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% 782M 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.0x0000000088199d30#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.14% 773M 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.0x0000000088199d30#call() [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.29.12.00.19/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 2201122 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3572459376619476 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 29, 2026 4:22:47 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: 228 segments, 25 merges 964.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 743.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 635.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 561.1s _16n: 8 segs, 175.5 K docs, 699.3 MB 541.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 376.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 320.4s _1ak: 8 segs, 187.5 K docs, 747.7 MB 270.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 258.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 244.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 230.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 202.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 181.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 144.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 128.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 114.3s _1dp: 8 segs, 73.1 K docs, 290.5 MB 101.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 89.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 73.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 59.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 45.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 30.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 17.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 3.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 0.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 5.0 sec: 228 segments, 25 merges 969.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 748.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 640.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 566.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 546.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 381.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 325.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 275.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 263.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 249.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 235.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 207.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 186.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 149.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 133.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 119.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 106.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 94.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 78.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 64.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 50.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 35.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 22.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 8.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 5.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 10.0 sec: 228 segments, 25 merges 974.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 753.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 645.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 571.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 551.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 386.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 330.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 280.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 268.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 254.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 240.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 212.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 191.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 154.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 138.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 124.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 111.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 99.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 83.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 69.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 55.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 40.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 27.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 13.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 10.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 15.0 sec: 228 segments, 25 merges 979.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 758.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 650.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 576.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 556.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 391.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 335.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 285.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 273.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 259.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 245.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 217.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 196.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 159.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 143.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 129.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 116.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 104.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 88.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 74.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 60.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 45.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 32.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 18.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 15.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 20.0 sec: 228 segments, 25 merges 984.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 763.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 655.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 581.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 561.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 396.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 340.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 290.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 278.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 264.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 250.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 222.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 201.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 164.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 148.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 134.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 121.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 109.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 93.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 79.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 65.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 50.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 37.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 23.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 20.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 25.0 sec: 228 segments, 25 merges 989.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 768.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 660.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 586.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 566.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 401.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 345.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 295.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 283.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 269.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 255.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 227.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 206.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 169.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 153.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 139.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 126.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 114.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 98.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 84.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 70.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 55.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 42.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 28.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 25.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 30.0 sec: 228 segments, 25 merges 994.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 773.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 665.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 591.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 571.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 406.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 350.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 300.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 288.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 274.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 260.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 232.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 211.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 174.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 158.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 144.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 131.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 119.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 103.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 89.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 75.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 60.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 47.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 33.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 30.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 35.1 sec: 228 segments, 25 merges 999.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 778.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 670.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 596.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 576.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 411.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 355.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 305.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 293.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 279.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 265.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 237.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 216.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 179.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 163.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 149.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 136.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 124.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 108.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 94.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 80.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 65.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 52.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 38.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 35.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 40.1 sec: 228 segments, 25 merges 1004.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 783.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 675.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 601.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 581.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 416.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 360.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 310.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 298.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 284.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 270.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 242.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 221.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 184.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 168.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 154.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 141.3s _1dx: 8 segs, 72.0 K docs, 286.1 MB 129.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 113.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 99.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 85.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 70.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 57.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 43.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 40.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 45.1 sec: 221 segments, 24 merges 1009.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 788.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 680.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 606.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 586.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 421.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 365.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 315.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 303.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 289.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 275.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 247.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 226.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 189.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 173.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 159.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 134.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 118.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 104.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 90.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 75.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 62.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 48.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 45.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 50.1 sec: 221 segments, 24 merges 1014.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 793.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 685.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 611.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 591.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 426.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 370.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 320.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 308.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 294.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 280.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 252.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 231.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 194.7s _1d8: 9 segs, 45.0 K docs, 178.3 MB 178.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 164.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 139.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 123.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 109.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 95.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 80.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 67.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 53.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 50.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 55.1 sec: 213 segments, 23 merges 1019.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 798.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 690.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 616.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 596.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 431.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 375.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 325.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 313.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 299.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 285.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 257.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 236.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 183.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 169.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 144.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 128.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 114.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 100.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 85.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 72.2s _1fa: 8 segs, 73.2 K docs, 290.7 MB 58.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 55.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 60.0 sec: 213 segments, 23 merges 1024.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 803.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 695.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 621.1s _16n: 8 segs, 175.5 K docs, 699.3 MB 601.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 436.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 380.4s _1ak: 8 segs, 187.5 K docs, 747.7 MB 330.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 318.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 304.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 290.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 262.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 241.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 188.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 174.3s _1dp: 8 segs, 73.1 K docs, 290.5 MB 149.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 133.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 119.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 105.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 90.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 77.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 63.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 60.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 65.0 sec: 213 segments, 23 merges 1029.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 808.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 700.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 626.1s _16n: 8 segs, 175.5 K docs, 699.3 MB 606.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 441.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 385.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 335.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 323.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 309.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 295.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 267.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 246.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 193.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 179.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 154.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 138.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 124.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 110.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 95.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 82.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 68.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 65.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 70.0 sec: 213 segments, 23 merges 1034.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 813.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 705.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 631.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 611.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 446.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 390.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 340.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 328.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 314.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 300.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 272.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 251.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 198.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 184.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 159.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 143.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 129.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 115.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 100.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 87.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 73.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 70.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 75.0 sec: 213 segments, 23 merges 1039.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 818.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 710.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 636.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 616.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 451.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 395.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 345.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 333.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 319.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 305.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 277.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 256.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 203.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 189.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 164.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 148.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 134.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 120.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 105.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 92.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 78.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 75.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 80.0 sec: 213 segments, 23 merges 1044.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 823.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 715.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 641.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 621.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 456.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 400.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 350.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 338.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 324.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 310.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 282.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 261.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 208.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 194.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 169.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 153.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 139.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 125.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 110.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 97.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 83.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 80.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 85.0 sec: 213 segments, 23 merges 1049.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 828.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 720.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 646.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 626.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 461.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 405.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 355.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 343.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 329.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 315.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 287.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 266.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 213.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 199.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 174.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 158.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 144.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 130.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 115.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 102.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 88.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 85.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 90.0 sec: 213 segments, 23 merges 1054.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 833.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 725.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 651.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 631.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 466.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 410.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 360.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 348.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 334.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 320.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 292.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 271.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 218.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 204.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 179.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 163.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 149.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 135.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 120.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 107.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 93.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 90.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 95.0 sec: 213 segments, 23 merges 1059.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 838.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 730.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 656.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 636.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 471.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 415.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 365.7s _1bb: 8 segs, 40.4 K docs, 160.0 MB 353.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 339.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 325.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 297.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 276.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 223.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 209.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 184.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 168.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 154.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 140.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 125.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 112.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 98.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 95.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 100.1 sec: 213 segments, 23 merges 1064.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 843.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 735.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 661.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 641.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 476.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 420.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 370.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 358.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 344.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 330.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 302.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 281.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 228.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 214.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 189.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 173.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 159.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 145.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 130.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 117.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 103.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 100.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 105.1 sec: 213 segments, 23 merges 1069.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 848.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 740.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 666.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 646.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 481.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 425.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 375.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 363.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 349.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 335.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 307.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 286.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 233.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 219.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 194.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 178.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 164.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 150.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 135.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 122.1s _1fa: 8 segs, 73.2 K docs, 290.7 MB 108.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 105.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 110.1 sec: 206 segments, 22 merges 1074.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 853.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 745.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 671.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 651.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 486.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 430.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 380.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 368.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 354.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 340.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 312.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 291.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 238.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 224.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 199.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 183.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 169.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 155.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 140.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 113.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 110.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 115.1 sec: 206 segments, 22 merges 1079.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 858.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 750.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 676.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 656.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 491.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 435.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 385.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 373.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 359.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 345.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 317.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 296.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 243.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 229.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 204.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 188.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 174.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 160.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 145.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 118.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 115.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 120.1 sec: 206 segments, 22 merges 1084.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 863.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 755.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 681.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 661.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 496.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 440.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 390.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 378.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 364.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 350.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 322.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 301.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 248.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 234.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 209.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 193.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 179.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 165.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 150.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 123.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 120.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 125.1 sec: 206 segments, 22 merges 1089.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 868.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 760.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 686.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 666.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 501.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 445.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 395.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 383.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 369.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 355.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 327.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 306.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 253.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 239.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 214.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 198.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 184.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 170.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 155.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 128.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 125.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 130.1 sec: 206 segments, 22 merges 1094.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 873.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 765.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 691.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 671.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 506.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 450.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 400.8s _1bb: 8 segs, 40.4 K docs, 160.0 MB 388.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 374.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 360.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 332.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 311.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 258.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 244.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 219.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 203.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 189.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 175.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 160.6s _1f2: 8 segs, 78.4 K docs, 311.5 MB 133.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 130.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 135.0 sec: 199 segments, 21 merges 1099.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 878.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 770.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 696.1s _16n: 8 segs, 175.5 K docs, 699.3 MB 676.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 511.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 455.4s _1ak: 8 segs, 187.5 K docs, 747.7 MB 393.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 379.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 365.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 337.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 316.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 263.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 249.3s _1dp: 8 segs, 73.1 K docs, 290.5 MB 224.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 208.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 194.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 180.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 165.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 138.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 135.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 140.0 sec: 199 segments, 21 merges 1104.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 883.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 775.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 701.1s _16n: 8 segs, 175.5 K docs, 699.3 MB 681.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 516.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 460.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 398.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 384.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 370.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 342.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 321.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 268.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 254.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 229.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 213.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 199.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 185.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 170.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 143.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 140.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 145.0 sec: 199 segments, 21 merges 1109.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 888.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 780.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 706.2s _16n: 8 segs, 175.5 K docs, 699.3 MB 686.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 521.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 465.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 403.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 389.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 375.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 347.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 326.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 273.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 259.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 234.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 218.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 204.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 190.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 175.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 148.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 145.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 150.0 sec: 192 segments, 20 merges 1114.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 893.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 785.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 691.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 526.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 470.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 408.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 394.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 380.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 352.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 331.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 278.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 264.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 239.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 223.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 209.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 195.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 180.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 153.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 150.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 155.0 sec: 192 segments, 20 merges 1119.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 898.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 790.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 696.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 531.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 475.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 413.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 399.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 385.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 357.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 336.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 283.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 269.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 244.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 228.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 214.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 200.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 185.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 158.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 155.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 160.0 sec: 192 segments, 20 merges 1124.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 903.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 795.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 701.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 536.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 480.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 418.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 404.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 390.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 362.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 341.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 288.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 274.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 249.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 233.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 219.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 205.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 190.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 163.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 160.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 165.0 sec: 192 segments, 20 merges 1129.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 908.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 800.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 706.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 541.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 485.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 423.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 409.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 395.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 367.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 346.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 293.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 279.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 254.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 238.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 224.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 210.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 195.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 168.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 165.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 170.1 sec: 192 segments, 20 merges 1134.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 913.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 805.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 711.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 546.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 490.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 428.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 414.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 400.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 372.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 351.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 298.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 284.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 259.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 243.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 229.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 215.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 200.5s _1f2: 8 segs, 78.4 K docs, 311.5 MB 173.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 170.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 175.1 sec: 185 segments, 19 merges 1139.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 918.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 810.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 716.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 551.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 495.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 433.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 419.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 405.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 377.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 356.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 303.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 289.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 264.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 248.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 234.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 220.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 178.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 175.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 180.1 sec: 185 segments, 19 merges 1144.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 923.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 815.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 721.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 556.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 500.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 438.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 424.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 410.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 382.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 361.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 308.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 294.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 269.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 253.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 239.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 225.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 183.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 180.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 185.1 sec: 185 segments, 19 merges 1149.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 928.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 820.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 726.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 561.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 505.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 443.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 429.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 415.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 387.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 366.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 313.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 299.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 274.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 258.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 244.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 230.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 188.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 185.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 190.1 sec: 185 segments, 19 merges 1154.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 933.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 825.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 731.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 566.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 510.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 448.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 434.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 420.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 392.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 371.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 318.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 304.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 279.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 263.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 249.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 235.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 193.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 190.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 195.1 sec: 185 segments, 19 merges 1159.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 938.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 830.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 736.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 571.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 515.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 453.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 439.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 425.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 397.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 376.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 323.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 309.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 284.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 268.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 254.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 240.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 198.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 195.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 200.1 sec: 185 segments, 19 merges 1164.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 943.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 835.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 741.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 576.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 520.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 458.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 444.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 430.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 402.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 381.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 328.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 314.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 289.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 273.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 259.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 245.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 203.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 200.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 205.1 sec: 185 segments, 19 merges 1169.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 948.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 840.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 746.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 581.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 525.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 463.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 449.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 435.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 407.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 386.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 333.7s _1dh: 8 segs, 39.2 K docs, 155.3 MB 319.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 294.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 278.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 264.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 250.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 208.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 205.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 210.0 sec: 185 segments, 19 merges 1174.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 953.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 845.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 751.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 586.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 530.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 468.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 454.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 440.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 412.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 391.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 338.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 324.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 299.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 283.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 269.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 255.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 213.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 210.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 215.0 sec: 185 segments, 19 merges 1179.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 958.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 850.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 756.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 591.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 535.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 473.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 459.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 445.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 417.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 396.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 343.6s _1dh: 8 segs, 39.2 K docs, 155.3 MB 329.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 304.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 288.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 274.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 260.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 218.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 215.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 220.0 sec: 178 segments, 18 merges 1184.8s _111: 8 segs, 1203.8 K docs, 4810.1 MB 963.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 855.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 761.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 596.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 540.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 478.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 464.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 450.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 422.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 401.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 334.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 309.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 293.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 279.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 265.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 223.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 220.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 225.0 sec: 178 segments, 18 merges 1189.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 968.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 860.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 766.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 601.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 545.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 483.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 469.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 455.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 427.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 406.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 339.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 314.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 298.5s _1ed: 8 segs, 39.1 K docs, 154.8 MB 284.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 270.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 228.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 225.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 230.0 sec: 178 segments, 18 merges 1194.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 973.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 865.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 771.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 606.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 550.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 488.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 474.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 460.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 432.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 411.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 344.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 319.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 303.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 289.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 275.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 233.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 230.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 235.0 sec: 178 segments, 18 merges 1199.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 978.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 870.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 776.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 611.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 555.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 493.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 479.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 465.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 437.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 416.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 349.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 324.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 308.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 294.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 280.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 238.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 235.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 240.0 sec: 178 segments, 18 merges 1204.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 983.5s _14b: 8 segs, 174.3 K docs, 694.8 MB 875.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 781.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 616.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 560.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 498.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 484.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 470.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 442.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 421.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 354.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 329.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 313.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 299.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 285.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 243.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 240.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 245.1 sec: 178 segments, 18 merges 1209.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 988.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 880.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 786.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 621.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 565.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 503.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 489.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 475.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 447.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 426.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 359.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 334.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 318.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 304.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 290.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 248.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 245.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 250.1 sec: 178 segments, 18 merges 1214.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 993.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 885.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 791.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 626.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 570.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 508.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 494.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 480.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 452.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 431.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 364.4s _1dp: 8 segs, 73.1 K docs, 290.5 MB 339.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 323.6s _1ed: 8 segs, 39.1 K docs, 154.8 MB 309.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 295.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 253.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 250.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 255.1 sec: 164 segments, 17 merges 1219.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 998.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 890.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 796.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 631.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 575.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 513.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 499.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 485.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 457.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 436.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 344.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 314.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 300.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 258.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 255.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 2.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 260.1 sec: 164 segments, 17 merges 1224.9s _111: 8 segs, 1203.8 K docs, 4810.1 MB 1003.6s _14b: 8 segs, 174.3 K docs, 694.8 MB 895.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 801.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 636.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 580.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 518.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 504.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 490.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 462.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 441.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 349.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 319.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 305.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 263.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 260.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 7.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 265.1 sec: 150 segments, 15 merges 900.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 806.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 641.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 585.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 523.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 509.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 495.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 467.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 446.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 354.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 324.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 310.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 268.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 265.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 12.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 270.1 sec: 150 segments, 15 merges 905.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 811.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 646.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 590.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 528.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 514.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 500.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 472.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 451.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 359.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 329.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 315.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 273.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 270.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 17.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 275.1 sec: 150 segments, 15 merges 910.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 816.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 651.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 595.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 533.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 519.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 505.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 477.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 456.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 364.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 334.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 320.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 278.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 275.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 22.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 280.1 sec: 150 segments, 15 merges 915.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 821.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 656.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 600.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 538.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 524.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 510.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 482.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 461.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 369.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 339.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 325.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 283.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 280.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 27.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 285.1 sec: 150 segments, 15 merges 920.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 826.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 661.8s _19n: 8 segs, 108.8 K docs, 432.8 MB 605.5s _1ak: 8 segs, 187.5 K docs, 747.7 MB 543.9s _1bi: 8 segs, 117.8 K docs, 468.7 MB 529.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 515.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 487.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 466.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 374.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 344.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 330.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 288.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 285.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 32.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 290.0 sec: 143 segments, 14 merges 925.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 831.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 666.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 548.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 534.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 520.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 492.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 471.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 379.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 349.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 335.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 293.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 290.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 37.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 295.0 sec: 143 segments, 14 merges 930.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 836.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 671.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 553.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 539.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 525.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 497.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 476.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 384.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 354.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 340.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 298.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 295.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 42.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 300.0 sec: 143 segments, 14 merges 935.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 841.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 676.7s _19n: 8 segs, 108.8 K docs, 432.8 MB 558.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 544.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 530.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 502.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 481.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 389.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 359.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 345.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 303.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 300.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 47.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 305.0 sec: 136 segments, 13 merges 940.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 846.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 563.8s _1bi: 8 segs, 117.8 K docs, 468.7 MB 549.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 535.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 507.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 486.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 394.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 364.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 350.2s _1eu: 8 segs, 38.3 K docs, 151.6 MB 308.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 305.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 52.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 310.0 sec: 129 segments, 12 merges 945.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 851.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 554.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 540.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 512.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 491.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 399.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 369.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 355.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 313.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 310.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 57.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 315.1 sec: 129 segments, 12 merges 950.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 856.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 559.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 545.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 517.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 496.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 404.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 374.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 360.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 318.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 315.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 62.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 320.1 sec: 129 segments, 12 merges 955.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 861.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 564.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 550.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 522.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 501.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 409.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 379.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 365.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 323.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 320.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 67.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 325.1 sec: 129 segments, 12 merges 960.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 866.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 569.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 555.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 527.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 506.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 414.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 384.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 370.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 328.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 325.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 72.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 330.1 sec: 129 segments, 12 merges 965.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 871.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 574.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 560.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 532.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 511.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 419.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 389.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 375.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 333.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 330.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 77.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 335.1 sec: 129 segments, 12 merges 970.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 876.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 579.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 565.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 537.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 516.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 424.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 394.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 380.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 338.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 335.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 82.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 340.1 sec: 129 segments, 12 merges 975.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 881.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 584.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 570.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 542.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 521.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 429.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 399.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 385.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 343.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 340.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 87.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 345.1 sec: 129 segments, 12 merges 980.5s _15q: 8 segs, 287.6 K docs, 1147.4 MB 886.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 589.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 575.3s _1by: 14 segs, 69.2 K docs, 274.0 MB 547.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 526.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 434.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 404.5s _1el: 8 segs, 81.8 K docs, 325.4 MB 390.3s _1eu: 8 segs, 38.3 K docs, 151.6 MB 348.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 345.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 92.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 350.0 sec: 122 segments, 11 merges 985.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 891.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 594.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 580.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 552.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 531.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 439.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 409.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 353.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 350.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 97.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 355.0 sec: 122 segments, 11 merges 990.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 896.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 599.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 585.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 557.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 536.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 444.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 414.4s _1el: 8 segs, 81.8 K docs, 325.4 MB 358.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 355.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 102.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 360.0 sec: 115 segments, 11 merges 995.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 901.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 604.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 590.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 562.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 541.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 449.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 363.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 360.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 107.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 5.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 365.0 sec: 115 segments, 11 merges 1000.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 906.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 609.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 595.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 567.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 546.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 454.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 368.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 365.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 112.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 10.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 370.0 sec: 115 segments, 11 merges 1005.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 911.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 614.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 600.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 572.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 551.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 459.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 373.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 370.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 117.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 15.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 375.0 sec: 115 segments, 11 merges 1010.4s _15q: 8 segs, 287.6 K docs, 1147.4 MB 916.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 619.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 605.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 577.6s _1cc: 13 segs, 64.3 K docs, 254.5 MB 556.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 464.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 378.4s _1fi: 8 segs, 79.4 K docs, 315.5 MB 375.0s _1fk: 9 segs, 30.5 K docs, 120.5 MB 122.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 20.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 380.1 sec: 108 segments, 10 merges 921.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 624.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 610.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 582.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 561.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 469.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 383.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 380.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 127.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 25.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 385.1 sec: 108 segments, 10 merges 926.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 629.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 615.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 587.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 566.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 474.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 388.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 385.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 132.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 30.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 390.1 sec: 108 segments, 10 merges 931.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 634.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 620.2s _1by: 14 segs, 69.2 K docs, 274.0 MB 592.7s _1cc: 13 segs, 64.3 K docs, 254.5 MB 571.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 479.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 393.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 390.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 137.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 35.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 395.1 sec: 83 segments, 8 merges 936.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 639.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 576.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 484.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 398.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 395.1s _1fk: 9 segs, 30.5 K docs, 120.5 MB 142.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 40.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 400.1 sec: 75 segments, 7 merges 941.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 644.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 581.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 489.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 403.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 147.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 45.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 405.1 sec: 75 segments, 7 merges 946.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 649.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 586.6s _1co: 11 segs, 54.4 K docs, 215.5 MB 494.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 408.5s _1fi: 8 segs, 79.4 K docs, 315.5 MB 152.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 50.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 410.0 sec: 68 segments, 6 merges 951.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 654.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 591.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 499.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 157.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 55.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 415.0 sec: 68 segments, 6 merges 956.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 659.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 596.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 504.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 162.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 60.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 420.0 sec: 68 segments, 6 merges 961.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 664.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 601.5s _1co: 11 segs, 54.4 K docs, 215.5 MB 509.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 167.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 65.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 425.0 sec: 58 segments, 5 merges 966.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 669.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 514.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 172.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 70.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 430.0 sec: 58 segments, 5 merges 971.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 674.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 519.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 177.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 75.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 435.0 sec: 58 segments, 5 merges 976.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 679.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 524.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 182.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 80.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 440.0 sec: 58 segments, 5 merges 981.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 684.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 529.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 187.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 85.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 445.0 sec: 58 segments, 5 merges 986.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 689.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 534.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 192.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 90.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 450.0 sec: 58 segments, 5 merges 991.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 694.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 539.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 197.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 95.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 455.1 sec: 58 segments, 5 merges 996.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 699.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 544.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 202.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 100.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 460.1 sec: 58 segments, 5 merges 1001.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 704.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 549.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 207.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 105.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 465.1 sec: 58 segments, 5 merges 1006.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 709.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 554.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 212.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 110.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 470.1 sec: 58 segments, 5 merges 1011.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 714.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 559.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 217.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 115.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 475.1 sec: 58 segments, 5 merges 1016.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 719.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 564.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 222.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 120.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 480.1 sec: 58 segments, 5 merges 1021.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 724.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 569.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 227.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 125.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 485.1 sec: 58 segments, 5 merges 1026.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 729.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 574.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 232.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 130.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 490.0 sec: 58 segments, 5 merges 1031.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 734.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 579.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 237.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 135.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 495.0 sec: 58 segments, 5 merges 1036.2s _172: 8 segs, 578.1 K docs, 2308.3 MB 739.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 584.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 242.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 140.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 500.0 sec: 58 segments, 5 merges 1041.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 744.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 589.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 247.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 145.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 505.0 sec: 58 segments, 5 merges 1046.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 749.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 594.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 252.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 150.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 510.0 sec: 58 segments, 5 merges 1051.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 754.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 599.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 257.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 155.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 515.0 sec: 58 segments, 5 merges 1056.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 759.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 604.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 262.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 160.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 520.0 sec: 58 segments, 5 merges 1061.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 764.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 609.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 267.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 165.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 525.0 sec: 58 segments, 5 merges 1066.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 769.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 614.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 272.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 170.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 530.0 sec: 58 segments, 5 merges 1071.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 774.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 619.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 277.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 175.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 535.0 sec: 58 segments, 5 merges 1076.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 779.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 624.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 282.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 180.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 540.1 sec: 58 segments, 5 merges 1081.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 784.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 629.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 287.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 185.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 545.1 sec: 58 segments, 5 merges 1086.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 789.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 634.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 292.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 190.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 550.1 sec: 58 segments, 5 merges 1091.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 794.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 639.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 297.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 195.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 555.1 sec: 58 segments, 5 merges 1096.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 799.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 644.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 302.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 200.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 560.1 sec: 58 segments, 5 merges 1101.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 804.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 649.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 307.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 205.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 565.1 sec: 58 segments, 5 merges 1106.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 809.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 654.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 312.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 210.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 570.1 sec: 58 segments, 5 merges 1111.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 814.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 659.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 317.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 215.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 575.1 sec: 58 segments, 5 merges 1116.3s _172: 8 segs, 578.1 K docs, 2308.3 MB 819.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 664.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 322.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 220.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 580.1 sec: 51 segments, 4 merges 824.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 669.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 327.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 225.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 585.1 sec: 51 segments, 4 merges 829.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 674.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 332.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 230.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 590.1 sec: 51 segments, 4 merges 834.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 679.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 337.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 235.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 595.0 sec: 51 segments, 4 merges 839.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 684.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 342.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 240.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 600.0 sec: 51 segments, 4 merges 844.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 689.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 347.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 245.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 605.0 sec: 51 segments, 4 merges 849.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 694.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 352.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 250.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 610.0 sec: 51 segments, 4 merges 854.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 699.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 357.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 255.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 615.0 sec: 51 segments, 4 merges 859.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 704.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 362.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 260.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 620.0 sec: 51 segments, 4 merges 864.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 709.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 367.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 265.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 625.0 sec: 51 segments, 4 merges 869.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 714.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 372.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 270.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 630.1 sec: 51 segments, 4 merges 874.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 719.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 377.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 275.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 635.1 sec: 51 segments, 4 merges 879.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 724.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 382.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 280.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 640.1 sec: 51 segments, 4 merges 884.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 729.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 387.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 285.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 645.1 sec: 51 segments, 4 merges 889.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 734.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 392.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 290.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 650.1 sec: 51 segments, 4 merges 894.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 739.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 397.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 295.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 655.1 sec: 51 segments, 4 merges 899.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 744.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 402.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 300.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 660.1 sec: 51 segments, 4 merges 904.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 749.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 407.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 305.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 665.1 sec: 51 segments, 4 merges 909.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 754.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 412.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 310.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 670.1 sec: 51 segments, 4 merges 914.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 759.1s _1e4: 8 segs, 113.4 K docs, 451.2 MB 417.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 315.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 675.0 sec: 51 segments, 4 merges 919.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 764.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 422.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 320.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 680.0 sec: 51 segments, 4 merges 924.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 769.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 427.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 325.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 685.0 sec: 51 segments, 4 merges 929.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 774.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 432.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 330.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 690.0 sec: 51 segments, 4 merges 934.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 779.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 437.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 335.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 695.0 sec: 51 segments, 4 merges 939.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 784.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 442.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 340.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 700.0 sec: 51 segments, 4 merges 944.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 789.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 447.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 345.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 705.0 sec: 51 segments, 4 merges 949.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 794.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 452.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 350.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 710.0 sec: 51 segments, 4 merges 954.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 799.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 457.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 355.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 715.0 sec: 51 segments, 4 merges 959.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 804.0s _1e4: 8 segs, 113.4 K docs, 451.2 MB 462.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 360.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 720.1 sec: 44 segments, 4 merges 964.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 467.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 365.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 0.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 725.1 sec: 44 segments, 4 merges 969.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 472.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 370.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 5.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 730.1 sec: 44 segments, 4 merges 974.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 477.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 375.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 10.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 735.1 sec: 44 segments, 4 merges 979.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 482.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 380.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 15.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 740.1 sec: 44 segments, 4 merges 984.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 487.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 385.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 20.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 745.1 sec: 44 segments, 4 merges 989.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 492.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 390.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 25.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 750.1 sec: 44 segments, 4 merges 994.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 497.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 395.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 30.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 755.1 sec: 44 segments, 4 merges 999.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 502.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 400.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 35.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 760.1 sec: 44 segments, 4 merges 1004.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 507.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 405.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 40.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 765.1 sec: 44 segments, 4 merges 1009.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 512.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 410.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 45.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 770.1 sec: 44 segments, 4 merges 1014.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 517.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 415.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 50.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 775.1 sec: 44 segments, 4 merges 1019.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 522.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 420.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 55.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 780.0 sec: 44 segments, 4 merges 1024.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 527.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 425.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 60.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 785.0 sec: 44 segments, 4 merges 1029.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 532.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 430.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 65.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 790.0 sec: 44 segments, 4 merges 1034.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 537.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 435.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 70.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 795.0 sec: 44 segments, 4 merges 1039.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 542.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 440.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 75.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 800.0 sec: 44 segments, 4 merges 1044.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 547.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 445.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 80.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 805.0 sec: 44 segments, 4 merges 1049.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 552.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 450.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 85.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 810.0 sec: 44 segments, 4 merges 1054.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 557.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 455.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 90.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 815.0 sec: 44 segments, 4 merges 1059.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 562.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 460.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 95.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 820.0 sec: 44 segments, 4 merges 1064.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 567.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 465.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 100.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 825.0 sec: 44 segments, 4 merges 1069.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 572.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 470.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 105.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 830.0 sec: 44 segments, 4 merges 1074.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 577.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 475.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 110.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 835.1 sec: 44 segments, 4 merges 1079.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 582.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 480.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 115.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 840.1 sec: 44 segments, 4 merges 1084.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 587.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 485.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 120.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 845.1 sec: 44 segments, 4 merges 1089.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 592.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 490.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 125.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 850.1 sec: 44 segments, 4 merges 1094.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 597.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 495.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 130.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 855.1 sec: 44 segments, 4 merges 1099.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 602.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 500.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 135.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 860.1 sec: 44 segments, 4 merges 1104.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 607.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 505.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 140.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 865.1 sec: 44 segments, 4 merges 1109.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 612.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 510.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 145.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 870.1 sec: 44 segments, 4 merges 1114.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 617.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 515.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 150.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 875.1 sec: 44 segments, 4 merges 1119.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 622.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 520.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 155.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 880.1 sec: 44 segments, 4 merges 1124.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 627.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 525.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 160.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 885.1 sec: 44 segments, 4 merges 1129.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 632.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 530.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 165.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 890.0 sec: 44 segments, 4 merges 1134.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 637.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 535.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 170.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 895.0 sec: 44 segments, 4 merges 1139.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 642.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 540.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 175.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 900.0 sec: 44 segments, 4 merges 1144.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 647.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 545.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 180.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 905.0 sec: 44 segments, 4 merges 1149.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 652.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 550.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 185.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 910.0 sec: 44 segments, 4 merges 1154.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 657.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 555.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 190.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 915.0 sec: 44 segments, 4 merges 1159.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 662.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 560.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 195.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 920.0 sec: 44 segments, 4 merges 1164.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 667.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 565.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 200.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 925.0 sec: 44 segments, 4 merges 1169.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 672.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 570.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 205.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 930.0 sec: 44 segments, 4 merges 1174.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 677.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 575.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 210.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 935.0 sec: 44 segments, 4 merges 1179.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 682.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 580.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 215.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 940.0 sec: 44 segments, 4 merges 1184.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 687.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 585.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 220.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 945.0 sec: 44 segments, 4 merges 1189.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 692.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 590.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 225.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 950.1 sec: 44 segments, 4 merges 1194.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 697.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 595.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 230.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 955.1 sec: 44 segments, 4 merges 1199.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 702.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 600.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 235.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 960.1 sec: 44 segments, 4 merges 1204.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 707.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 605.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 240.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 965.1 sec: 44 segments, 4 merges 1209.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 712.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 610.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 245.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 970.1 sec: 44 segments, 4 merges 1214.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 717.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 615.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 250.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 975.1 sec: 44 segments, 4 merges 1219.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 722.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 620.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 255.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 980.1 sec: 44 segments, 4 merges 1224.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 727.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 625.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 260.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 985.1 sec: 44 segments, 4 merges 1229.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 732.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 630.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 265.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 990.1 sec: 44 segments, 4 merges 1234.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 737.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 635.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 270.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 995.1 sec: 44 segments, 4 merges 1239.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 742.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 640.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 275.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1000.1 sec: 44 segments, 4 merges 1244.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 747.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 645.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 280.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1005.1 sec: 44 segments, 4 merges 1249.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 752.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 650.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 285.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1010.0 sec: 44 segments, 4 merges 1254.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 757.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 655.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 290.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1015.0 sec: 44 segments, 4 merges 1259.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 762.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 660.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 295.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1020.0 sec: 44 segments, 4 merges 1264.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 767.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 665.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 300.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1025.0 sec: 44 segments, 4 merges 1269.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 772.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 670.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 305.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1030.0 sec: 44 segments, 4 merges 1274.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 777.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 675.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 310.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1035.0 sec: 44 segments, 4 merges 1279.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 782.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 680.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 315.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1040.0 sec: 44 segments, 4 merges 1284.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 787.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 685.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 320.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1045.0 sec: 44 segments, 4 merges 1289.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 792.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 690.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 325.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1050.1 sec: 44 segments, 4 merges 1294.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 797.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 695.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 330.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1055.1 sec: 44 segments, 4 merges 1299.7s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 802.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 700.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 335.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1060.0 sec: 44 segments, 4 merges 1304.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 807.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 705.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 340.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1065.0 sec: 44 segments, 4 merges 1309.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 812.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 710.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 345.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1070.0 sec: 44 segments, 4 merges 1314.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 817.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 715.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 350.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1075.0 sec: 44 segments, 4 merges 1319.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 822.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 720.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 355.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1080.0 sec: 44 segments, 4 merges 1324.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 827.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 725.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 360.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1085.0 sec: 44 segments, 4 merges 1329.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 832.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 730.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 365.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1090.0 sec: 44 segments, 4 merges 1334.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 837.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 735.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 370.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1095.0 sec: 44 segments, 4 merges 1339.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 842.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 740.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 375.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1100.0 sec: 44 segments, 4 merges 1344.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 847.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 745.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 380.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1105.0 sec: 44 segments, 4 merges 1349.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 852.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 750.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 385.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1110.0 sec: 44 segments, 4 merges 1354.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 857.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 755.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 390.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1115.1 sec: 44 segments, 4 merges 1359.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 862.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 760.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 395.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1120.1 sec: 44 segments, 4 merges 1364.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 867.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 765.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 400.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1125.1 sec: 44 segments, 4 merges 1369.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 872.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 770.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 405.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1130.1 sec: 44 segments, 4 merges 1374.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 877.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 775.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 410.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1135.1 sec: 44 segments, 4 merges 1379.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 882.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 780.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 415.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1140.1 sec: 44 segments, 4 merges 1384.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 887.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 785.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 420.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1145.1 sec: 44 segments, 4 merges 1389.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 892.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 790.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 425.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1150.1 sec: 44 segments, 4 merges 1394.6s _1bq: 8 segs, 1277.8 K docs, 5106.4 MB 897.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 795.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 430.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1155.1 sec: 37 segments, 3 merges 902.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 800.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 435.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1160.1 sec: 37 segments, 3 merges 907.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 805.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 440.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1165.1 sec: 37 segments, 3 merges 912.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 810.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 445.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1170.0 sec: 37 segments, 3 merges 917.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 815.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 450.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1175.0 sec: 37 segments, 3 merges 922.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 820.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 455.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1180.0 sec: 37 segments, 3 merges 927.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 825.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 460.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1185.0 sec: 37 segments, 3 merges 932.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 830.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 465.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1190.0 sec: 37 segments, 3 merges 937.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 835.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 470.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1195.0 sec: 37 segments, 3 merges 942.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 840.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 475.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1200.0 sec: 37 segments, 3 merges 947.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 845.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 480.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1205.0 sec: 37 segments, 3 merges 952.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 850.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 485.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1210.0 sec: 37 segments, 3 merges 957.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 855.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 490.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1215.0 sec: 37 segments, 3 merges 962.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 860.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 495.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1220.1 sec: 37 segments, 3 merges 967.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 865.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 500.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1225.1 sec: 37 segments, 3 merges 972.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 870.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 505.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1230.1 sec: 37 segments, 3 merges 977.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 875.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 510.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1235.1 sec: 37 segments, 3 merges 982.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 880.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 515.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1240.1 sec: 37 segments, 3 merges 987.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 885.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 520.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1245.1 sec: 37 segments, 3 merges 992.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 890.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 525.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1250.1 sec: 37 segments, 3 merges 997.4s _1fl: 8 segs, 608.1 K docs, 2427.4 MB 895.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 530.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1255.1 sec: 30 segments, 2 merges 900.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 535.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1260.1 sec: 30 segments, 2 merges 905.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 540.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1265.1 sec: 30 segments, 2 merges 910.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 545.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1270.0 sec: 30 segments, 2 merges 915.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 550.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1275.0 sec: 30 segments, 2 merges 920.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 555.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1280.0 sec: 30 segments, 2 merges 925.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 560.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1285.0 sec: 30 segments, 2 merges 930.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 565.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1290.0 sec: 30 segments, 2 merges 935.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 570.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1295.0 sec: 30 segments, 2 merges 940.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 575.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1300.0 sec: 30 segments, 2 merges 945.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 580.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1305.0 sec: 30 segments, 2 merges 950.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 585.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1310.0 sec: 30 segments, 2 merges 955.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 590.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1315.0 sec: 30 segments, 2 merges 960.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 595.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1320.0 sec: 30 segments, 2 merges 965.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 600.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1325.0 sec: 30 segments, 2 merges 970.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 605.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1330.0 sec: 30 segments, 2 merges 975.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 610.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1335.1 sec: 30 segments, 2 merges 980.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 615.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1340.1 sec: 30 segments, 2 merges 985.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 620.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1345.1 sec: 30 segments, 2 merges 990.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 625.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1350.1 sec: 30 segments, 2 merges 995.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 630.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1355.1 sec: 30 segments, 2 merges 1000.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 635.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1360.1 sec: 30 segments, 2 merges 1005.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 640.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1365.1 sec: 30 segments, 2 merges 1010.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 645.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1370.1 sec: 30 segments, 2 merges 1015.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 650.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1375.1 sec: 30 segments, 2 merges 1020.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 655.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1380.1 sec: 30 segments, 2 merges 1025.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 660.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1385.1 sec: 30 segments, 2 merges 1030.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 665.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1390.1 sec: 30 segments, 2 merges 1035.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 670.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1395.0 sec: 30 segments, 2 merges 1040.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 675.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1400.0 sec: 30 segments, 2 merges 1045.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 680.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1405.0 sec: 30 segments, 2 merges 1050.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 685.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1410.0 sec: 30 segments, 2 merges 1055.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 690.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1415.0 sec: 30 segments, 2 merges 1060.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 695.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1420.0 sec: 30 segments, 2 merges 1065.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 700.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1425.0 sec: 30 segments, 2 merges 1070.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 705.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1430.0 sec: 30 segments, 2 merges 1075.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 710.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1435.0 sec: 30 segments, 2 merges 1080.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 715.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1440.1 sec: 30 segments, 2 merges 1085.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 720.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1445.1 sec: 30 segments, 2 merges 1090.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 725.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1450.1 sec: 30 segments, 2 merges 1095.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 730.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1455.1 sec: 30 segments, 2 merges 1100.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 735.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1460.1 sec: 30 segments, 2 merges 1105.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 740.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1465.1 sec: 30 segments, 2 merges 1110.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 745.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1470.1 sec: 30 segments, 2 merges 1115.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 750.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1475.1 sec: 30 segments, 2 merges 1120.1s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 755.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1480.0 sec: 30 segments, 2 merges 1125.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 760.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1485.0 sec: 30 segments, 2 merges 1130.0s _1fm: 8 segs, 1130.9 K docs, 4518.6 MB 765.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1490.0 sec: 23 segments, 1 merges 770.3s _1fn: 8 segs, 351.2 K docs, 1400.5 MB 1495.0 sec: 23 segments, 1 merges 775.4s _1fn: 8 segs, 351.2 K docs, 1400.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3247 seconds reindex takes 3247.35 sec index has 16 segments: segments_2: _m9(11.0.0):C938185 _8v(11.0.0):C324276 _cv(11.0.0):C304594 _111(11.0.0):C1203768 _1bq(11.0.0):C1277809 _qs(11.0.0):C444899 _p9(11.0.0):C215451 _172(11.0.0):C578055 _1fm(11.0.0):C1130910 _15q(11.0.0):C287592 _1fl(11.0.0):C608140 _1e4(11.0.0):C113379 _1dp(11.0.0):C73111 _1fn(11.0.0):C351241 _1by(11.0.0):C69211 _1fi(11.0.0):C79379 _m9: 3755.0 MB _8v: 1296.7 MB _cv: 1217.9 MB _111: 4819.8 MB _1bq: 5116.8 MB _qs: 1779.4 MB _p9: 861.2 MB _172: 2312.4 MB _1fm: 4527.6 MB _15q: 1149.9 MB _1fl: 2432.9 MB _1e4: 452.9 MB _1dp: 291.8 MB _1fn: 1404.6 MB _1by: 276.2 MB _1fi: 316.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32012.04 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=55252300438 cpu@end=67557814119 deltaMS=12305.513681 thread 14 name=Reference Handler cpu@start=2533265 cpu@end=2533265 deltaMS=0.0 thread 15 name=Finalizer cpu@start=169043 cpu@end=169043 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=76748 cpu@end=76748 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=20145728 cpu@end=20196395 deltaMS=0.050667 thread 41 name=JFR Recorder Thread cpu@start=46793601343 cpu@end=46795207364 deltaMS=1.606021 thread 42 name=JFR Periodic Tasks cpu@start=350227942122 cpu@end=350825085919 deltaMS=597.143797 thread 45 name=Notification Thread cpu@start=103189 cpu@end=103189 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4691894503002 cpu@end=4691894503002 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4703683227330 cpu@end=4703683227330 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4699989992422 cpu@end=4699989992422 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4704760844780 cpu@end=4704760844780 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4707581657951 cpu@end=4707581657951 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4703224380407 cpu@end=4703224380407 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4694700228299 cpu@end=4694700228299 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4704710565777 cpu@end=4704710565777 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4703812564343 cpu@end=4703812564343 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4701530230183 cpu@end=4701530230183 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4693307892335 cpu@end=4693307892335 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4707943623839 cpu@end=4707943623839 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4694163795873 cpu@end=4694163795873 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4696515865073 cpu@end=4696515865073 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4704424831829 cpu@end=4704424831829 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4705811597996 cpu@end=4705811597996 deltaMS=0.0 Average CPU cores used: 1.047800382215899 completed 1000 searches in 12315 ms: 81 QPS CPU time=12903 ms checking results SUMMARY: 0.975 12.315 12.903 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 63104 3247.35 2463.55 0.00 16 32012.04 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 938185 documents Graph level=3 size=48, Fanout min=4, mean=8.54, max=16, meandelta=83166.85 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 10 10 12 16 Graph level=2 size=845, Fanout min=7, mean=23.17, max=32, meandelta=36928.13 % 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=28637, Fanout min=3, mean=28.06, max=32, meandelta=30614.76 % 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=938185, Fanout min=1, mean=39.52, max=64, meandelta=21987.05 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=48, connectedness=1.00 Graph level=2 size=845, connectedness=1.00 Graph level=1 size=28637, connectedness=1.00 Graph level=0 size=938185, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 324276 documents Graph level=3 size=17, Fanout min=2, mean=4.94, max=9, meandelta=34535.64 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 4 5 5 6 6 9 Graph level=2 size=271, Fanout min=6, mean=16.64, max=32, meandelta=16581.69 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 17 19 21 24 32 Graph level=1 size=10006, Fanout min=7, mean=27.56, max=32, meandelta=10727.74 % 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=324276, Fanout min=2, mean=39.50, max=64, meandelta=7620.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=271, connectedness=1.00 Graph level=1 size=10006, connectedness=1.00 Graph level=0 size=324276, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 304594 documents Graph level=3 size=19, Fanout min=3, mean=5.68, max=9, meandelta=34676.50 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 7 7 8 9 Graph level=2 size=260, Fanout min=6, mean=16.97, max=32, meandelta=14813.66 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 17 18 19 22 24 32 Graph level=1 size=9387, Fanout min=8, mean=27.42, max=32, meandelta=10128.41 % 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=304594, Fanout min=1, mean=39.48, max=64, meandelta=7160.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=260, connectedness=1.00 Graph level=1 size=9387, connectedness=1.00 Graph level=0 size=304594, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1203768 documents Graph level=3 size=71, Fanout min=4, mean=9.69, max=16, meandelta=99998.88 % 0 10 20 30 40 50 60 70 80 90 100 0 7 7 8 8 9 10 11 12 14 16 Graph level=2 size=1113, Fanout min=6, mean=23.99, max=32, meandelta=45395.14 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=36652, Fanout min=2, mean=28.15, max=32, meandelta=39178.89 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1203768, Fanout min=1, mean=39.45, max=64, meandelta=28235.85 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=71, connectedness=1.00 Graph level=2 size=1113, connectedness=1.00 Graph level=1 size=36652, connectedness=1.00 Graph level=0 size=1203768, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1277809 documents Graph level=3 size=51, Fanout min=4, mean=8.43, max=16, meandelta=99642.09 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 7 7 8 9 10 11 12 16 Graph level=2 size=1143, Fanout min=8, mean=24.20, max=32, meandelta=47669.39 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=1 size=39306, Fanout min=4, mean=28.15, max=32, meandelta=41616.21 % 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=1277809, Fanout min=1, mean=39.42, max=64, meandelta=30000.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=51, connectedness=1.00 Graph level=2 size=1143, connectedness=1.00 Graph level=1 size=39306, connectedness=1.00 Graph level=0 size=1277809, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 444899 documents Graph level=3 size=26, Fanout min=4, mean=6.77, max=9, meandelta=36626.16 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 6 7 8 8 9 9 Graph level=2 size=361, Fanout min=6, mean=18.36, max=32, meandelta=20010.81 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 17 19 21 23 27 32 Graph level=1 size=13465, Fanout min=4, mean=27.67, max=32, meandelta=14652.34 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=444899, Fanout min=1, mean=39.56, max=64, meandelta=10434.02 % 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=361, connectedness=1.00 Graph level=1 size=13465, connectedness=1.00 Graph level=0 size=444899, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 215451 documents Graph level=3 size=7, Fanout min=2, mean=3.14, max=4, meandelta=26908.23 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 3 4 4 Graph level=2 size=194, Fanout min=5, mean=15.07, max=32, meandelta=12236.68 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 17 19 21 32 Graph level=1 size=6682, Fanout min=9, mean=27.36, max=32, meandelta=7222.09 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 24 27 31 32 32 32 32 32 Graph level=0 size=215451, Fanout min=1, mean=39.33, max=64, meandelta=5089.44 % 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=194, connectedness=1.00 Graph level=1 size=6682, connectedness=1.00 Graph level=0 size=215451, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 578055 documents Graph level=3 size=30, Fanout min=3, mean=7.00, max=11, meandelta=58551.88 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 8 9 10 11 Graph level=2 size=485, Fanout min=7, mean=20.51, max=32, meandelta=24193.13 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 22 24 27 30 32 Graph level=1 size=17579, Fanout min=7, mean=27.81, max=32, meandelta=19011.62 % 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=578055, Fanout min=1, mean=39.57, max=64, meandelta=13549.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=30, connectedness=1.00 Graph level=2 size=485, connectedness=1.00 Graph level=1 size=17579, connectedness=1.00 Graph level=0 size=578055, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 1130910 documents Graph level=3 size=45, Fanout min=4, mean=7.87, max=15, meandelta=111809.22 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 8 9 10 10 15 Graph level=2 size=1000, Fanout min=9, mean=23.45, max=32, meandelta=44040.39 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 29 32 32 32 Graph level=1 size=34625, Fanout min=2, mean=28.11, max=32, meandelta=36790.21 % 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=1130910, Fanout min=1, mean=39.46, max=64, meandelta=26524.70 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=45, connectedness=1.00 Graph level=2 size=1000, connectedness=1.00 Graph level=1 size=34625, connectedness=1.00 Graph level=0 size=1130910, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 287592 documents Graph level=3 size=18, Fanout min=2, mean=5.33, max=9, meandelta=41349.97 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 5 5 6 7 8 9 Graph level=2 size=261, Fanout min=5, mean=16.88, max=32, meandelta=15060.34 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 21 24 32 Graph level=1 size=8809, Fanout min=7, mean=27.53, max=32, meandelta=9546.61 % 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=287592, Fanout min=1, mean=39.52, max=64, meandelta=6759.43 % 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=261, connectedness=1.00 Graph level=1 size=8809, connectedness=1.00 Graph level=0 size=287592, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 608140 documents Graph level=3 size=18, Fanout min=3, mean=5.22, max=8, meandelta=90597.70 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 5 6 6 6 6 7 8 Graph level=2 size=574, Fanout min=6, mean=20.82, max=32, meandelta=25677.41 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 17 18 20 22 24 27 32 32 Graph level=1 size=18820, Fanout min=4, mean=27.90, max=32, meandelta=19903.34 % 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=608140, Fanout min=1, mean=39.54, max=64, meandelta=14261.47 % 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=18, connectedness=1.00 Graph level=2 size=574, connectedness=1.00 Graph level=1 size=18820, connectedness=1.00 Graph level=0 size=608140, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 113379 documents Graph level=3 size=6, Fanout min=1, mean=2.00, max=4, meandelta=14930.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 4 Graph level=2 size=106, Fanout min=4, mean=12.26, max=24, meandelta=7562.01 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 10 11 12 14 16 18 24 Graph level=1 size=3477, Fanout min=8, mean=26.61, max=32, meandelta=3895.30 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=113379, Fanout min=3, mean=38.93, max=64, meandelta=2702.48 % 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=106, connectedness=1.00 Graph level=1 size=3477, connectedness=1.00 Graph level=0 size=113379, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 73111 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=6920.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=59, Fanout min=3, mean=9.42, max=19, meandelta=6366.94 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 11 12 13 19 Graph level=1 size=2250, Fanout min=9, mean=25.83, max=32, meandelta=2579.28 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 24 27 30 32 32 32 32 Graph level=0 size=73111, Fanout min=2, mean=38.53, max=64, meandelta=1760.01 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=59, connectedness=1.00 Graph level=1 size=2250, connectedness=1.00 Graph level=0 size=73111, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 351241 documents Graph level=3 size=12, Fanout min=2, mean=4.00, max=5, meandelta=44438.67 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 4 4 5 5 5 Graph level=2 size=338, Fanout min=7, mean=18.27, max=32, meandelta=16896.03 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 20 23 26 32 Graph level=1 size=10828, Fanout min=6, mean=27.61, max=32, meandelta=11650.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=351241, Fanout min=1, mean=39.53, max=64, meandelta=8244.67 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=338, connectedness=1.00 Graph level=1 size=10828, connectedness=1.00 Graph level=0 size=351241, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 69211 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=13299.00 % 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=65, Fanout min=4, mean=9.88, max=21, meandelta=5852.37 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 10 11 12 13 21 Graph level=1 size=2112, Fanout min=9, mean=25.47, max=32, meandelta=2476.67 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 24 27 30 32 32 32 32 Graph level=0 size=69211, Fanout min=2, mean=38.44, max=64, meandelta=1670.43 % 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=65, connectedness=1.00 Graph level=1 size=2112, connectedness=1.00 Graph level=0 size=69211, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 79379 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=13282.33 % 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=69, Fanout min=5, mean=9.51, max=18, meandelta=6741.03 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 9 10 12 14 18 Graph level=1 size=2430, Fanout min=9, mean=25.93, max=32, meandelta=2792.52 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 25 27 31 32 32 32 32 Graph level=0 size=79379, Fanout min=3, mean=38.70, max=64, meandelta=1902.83 % 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=69, connectedness=1.00 Graph level=1 size=2430, connectedness=1.00 Graph level=0 size=79379, 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.29.12.00.19/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': 174,870,358.40 msec task-clock:u 658,188,135,028,256 cycles:u (36.36%) 46,747,331,414,705 instructions:u (36.36%) 9,367,746,407,478 cache-references:u (36.36%) 2,283,976,258,289 cache-misses:u (36.36%) 25,999,967,634,725 L1-dcache-loads:u (36.36%) 2,669,882,517,411 L1-dcache-load-misses:u (36.36%) 2,996,200,890,855 L1-icache-loads:u (36.36%) 65,249,719,288 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 32,554,992 faults:u 11,226,179 minor-faults:u 138 major-faults:u 4,689,986,477,663 branches:u (36.36%) 81,599,669,480 branch-misses:u (36.36%) 9,940,870,840,001 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 4838.715198332 seconds time elapsed 173847.587715000 seconds user 995.551674000 seconds sys took 1:20:38.746829 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=12.315, net_cpu_ms=12.903, avg_cpu_core_count=1.048, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=63104, index_time_sec=3247.35, index_docs_per_sec=2463.55, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=32012.04, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (4, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 2, 90: 2, 100: 2}), 2: (69, {0: 0, 10: 5, 20: 7, 30: 8, 40: 8, 50: 9, 60: 9, 70: 10, 80: 12, 90: 14, 100: 18}), 1: (2430, {0: 0, 10: 17, 20: 19, 30: 22, 40: 25, 50: 27, 60: 31, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (79379, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 36, 60: 41, 70: 47, 80: 56, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=4838, microseconds=746829)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-29 20:50:09 (UTC) Duration: 3179 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 104470219 1827611167 jdk.FileWrite 8083580 172649932 jdk.FileRead 3566646 83694931 jdk.BooleanFlag 81344 2580740 jdk.CPULoad 58612 1180235 jdk.ObjectAllocationInNewTLAB 41729 834489 jdk.Checkpoint 11159 36158963 jdk.UnsignedIntFlag 7872 267752 jdk.IntFlag 7216 263944 jdk.StringFlag 5576 217114 jdk.Compilation 1210 33050 jdk.ObjectAllocationOutsideTLAB 1119 21064 jdk.CPUInformation 164 246337 jdk.GCConfiguration 164 4273 jdk.JVMInformation 164 148593 jdk.Metadata 164 18126437 jdk.GarbageCollection 25 609 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.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104470219 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 82.75% 86M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 9.20% 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.25% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.24% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.59% 614006 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.38% 396084 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.31% 326112 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.20% 213703 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.18% 193256 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.18% 186673 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.16% 162232 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 143365 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.12% 121057 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 73286 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 52691 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 50120 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 49809 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 41329 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 40163 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.03% 34331 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 28825 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.03% 28396 sun.nio.ch.NativeThread#current0() [Native code] 0.03% 28284 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.03% 27763 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 24702 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 23474 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 20857 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 20276 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 19346 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 17429 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 17351 java.util.Objects#checkIndex():365 [Inlined code] 0.02% 16797 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 16454 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 16226 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 15974 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 14084 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 12860 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 12260 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 11266 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 11116 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10546 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 9854 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():284 [Inlined code] 0.01% 8875 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 8200 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.01% 8011 java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():645 [Inlined code] 0.01% 7390 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.01% 6373 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():234 [Inlined code] 0.01% 6274 org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#ramBytesUsed():243 [Inlined code] 0.01% 5720 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104470219 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 76.98% 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] 9.20% 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.74% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.48% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.25% 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.24% 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] 0.71% 738331 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.32% 332346 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.31% 325813 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.30% 308385 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 286353 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.18% 188240 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.18% 186702 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.18% 186575 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.16% 161993 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.10% 100361 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.07% 73286 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% 67747 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% 58898 org.apache.lucene.util.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% 56955 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.05% 53546 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 50309 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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.05% 50120 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.05% 48178 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 45034 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% 38980 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.03% 34331 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% 32127 org.apache.lucene.util.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% 28284 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% 26432 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% 25671 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% 24135 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% 20276 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% 20129 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.02% 19129 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 18919 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.02% 18205 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% 17891 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% 16949 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% 16612 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 16587 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.02% 16476 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.02% 16454 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% 16438 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% 15009 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.01% 14036 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.01% 13558 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled 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% 12856 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% 12260 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.01% 12098 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():1625 [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.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104470219 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.54% 56M 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.0x00000000281a0880#call() [Inlined code] 17.05% 17M 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.0x00000000281a0880#call() [Inlined code] 8.72% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 3.67% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000281a0880#call() [Inlined code] 2.01% 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.0x00000000281a0880#call() [Inlined code] 2.01% 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.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():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.0x00000000281a0880#call() [Inlined code] 1.10% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined 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.92% 961553 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.79% 829925 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.70% 733960 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.62% 651113 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.0x00000000281a0880#call() [Inlined code] 0.53% 549911 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined 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.45% 468071 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.38% 399457 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 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.38% 393801 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.30% 310101 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.27% 286353 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.25% 264060 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.23% 243870 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 206739 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.0x00000000281a0880#call() [Inlined code] 0.19% 198536 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 188419 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 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% 183353 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.15% 155116 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.14% 142914 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 130214 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.12% 129812 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000281a0880#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.11% 111344 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000281a0880#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.0x00000000281a0dd8#run() [JIT compiled code] 0.11% 110521 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.0x00000000281a0880#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.0x00000000281a0dd8#run() [JIT compiled code] 0.09% 90440 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.0x000000002807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 73178 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.07% 71553 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.0x000000002807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 71227 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.06% 65627 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.0x00000000281a0880#call() [Inlined code] 0.06% 62582 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.06% 60589 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.06% 58265 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.05% 53827 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 51593 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% 50107 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% 43645 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.04% 42450 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 42424 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.04% 40271 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 39113 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 36999 org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.03% 34419 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000281a0880#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% 33100 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.03% 28362 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42836 events (total: 236186M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.20% 64237M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.64% 60556M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 25.37% 59931M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.23% 14710M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.40% 8037M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.90% 6852M java.lang.Integer#valueOf():1006 [Inlined code] 1.44% 3392M java.util.Arrays#copyOf():3478 [Inlined code] 0.87% 2066M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.74% 1754M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.74% 1752M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.72% 1706M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.37% 883M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.37% 862M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.35% 827M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.33% 770M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 553M java.util.ArrayList#grow():240 [Inlined code] 0.20% 477M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.19% 459M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 450M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.17% 394M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.15% 360M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.15% 346M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.14% 331M java.util.HashMap#newNode():1910 [Inlined code] 0.14% 329M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.13% 311M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 300M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.13% 296M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.10% 244M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.10% 232M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.09% 223M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 207M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 197M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 188M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.08% 177M java.util.HashMap#resize():711 [JIT compiled code] 0.07% 162M java.util.List#of():935 [Inlined code] 0.05% 121M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 106M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 103M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 88M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 88M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 88M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 83M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 82M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 66M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 61M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 53M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 48M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 40M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [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.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42836 events (total: 236186M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.89% 49338M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.87% 49297M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 16.72% 39484M 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.48% 24753M 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.23% 14710M 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.70% 11112M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.50% 10633M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.40% 8037M 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.88% 6803M 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.41% 3321M 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.87% 2066M 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.74% 1754M 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% 941M 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% 872M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.37% 862M 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.33% 769M 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.32% 762M 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.27% 639M 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% 553M 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.22% 509M 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% 465M 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.19% 459M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 394M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 360M 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.14% 335M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.14% 329M 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.13% 300M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.12% 286M 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.12% 271M 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.0x0000000028182000#concat() [Inlined code] 0.10% 244M 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.10% 236M 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.10% 232M 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% 223M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.09% 217M 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.09% 213M 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% 207M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 188M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.07% 174M 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% 171M 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% 162M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.07% 155M 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.06% 152M 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():1625 [Inlined code] 0.06% 151M 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% 141M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.05% 124M 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.05% 121M 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.05% 121M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 110M 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.05% 106M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 105M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmFalse.jfr is 2044.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42836 events (total: 236186M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.69% 39420M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 11.48% 27115M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000281a0880#call() [Inlined code] 11.47% 27082M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000281a0880#call() [Inlined code] 6.99% 16506M 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.23% 14710M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 4.22% 9974M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.14% 9777M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.49% 8247M 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.88% 6803M 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.87% 6783M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000281a0880#call() [Inlined code] 2.73% 6441M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000281a0880#call() [Inlined code] 2.13% 5022M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.01% 4746M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 3321M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.29% 3046M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.28% 3022M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.27% 2999M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.26% 2974M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.18% 2781M 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.0x00000000281a0880#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.88% 2078M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.80% 1887M 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.0x00000000281a0880#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.70% 1655M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.68% 1597M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.67% 1588M 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.0x00000000281a0880#call() [Inlined code] 0.56% 1326M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 1261M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.52% 1230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.52% 1225M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.36% 839M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [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] 0.33% 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 775M 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.0x00000000281a0880#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.32% 758M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():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.30% 703M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 670M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.27% 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#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.25% 586M 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.20% 472M 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.0x00000000281a0880#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% 396M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.17% 394M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.16% 385M 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% 363M 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 339M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.14% 335M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 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.14% 326M 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 323M 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.0x00000000281a0880#call() [Inlined code] 0.12% 286M 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 274M 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.0x00000000281a0880#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% 262M 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.0x00000000281a0880#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.10% 247M 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.0x00000000281a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 244M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000028195970#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 2264124 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3578959328327047 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 29, 2026 6:11:07 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, 26 merges 988.5s _130: 8 segs, 248.1 K docs, 989.7 MB 897.2s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 805.3s _165: 8 segs, 108.6 K docs, 431.9 MB 715.9s _17h: 8 segs, 174.1 K docs, 694.1 MB 628.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 521.1s _1a2: 8 segs, 71.9 K docs, 285.7 MB 483.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 441.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 393.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 369.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 350.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 327.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 295.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 279.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 261.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 227.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 210.7s _1df: 8 segs, 37.9 K docs, 150.1 MB 193.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 178.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 148.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 118.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 92.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 66.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 35.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 15.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 5.0 sec: 250 segments, 26 merges 993.5s _130: 8 segs, 248.1 K docs, 989.7 MB 902.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 810.3s _165: 8 segs, 108.6 K docs, 431.9 MB 720.9s _17h: 8 segs, 174.1 K docs, 694.1 MB 633.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 526.1s _1a2: 8 segs, 71.9 K docs, 285.7 MB 488.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 446.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 398.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 374.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 355.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 332.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 300.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 284.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 266.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 232.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 215.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 198.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 183.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 153.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 123.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 97.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 71.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 40.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 20.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 5.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 10.0 sec: 250 segments, 26 merges 998.5s _130: 8 segs, 248.1 K docs, 989.7 MB 907.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 815.3s _165: 8 segs, 108.6 K docs, 431.9 MB 726.0s _17h: 8 segs, 174.1 K docs, 694.1 MB 638.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 531.2s _1a2: 8 segs, 71.9 K docs, 285.7 MB 493.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 451.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 403.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 379.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 360.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 337.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 305.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 289.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 271.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 237.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 220.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 203.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 188.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 158.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 128.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 102.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 76.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 45.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 25.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 10.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 15.0 sec: 250 segments, 26 merges 1003.5s _130: 8 segs, 248.1 K docs, 989.7 MB 912.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 820.4s _165: 8 segs, 108.6 K docs, 431.9 MB 731.0s _17h: 8 segs, 174.1 K docs, 694.1 MB 643.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 536.2s _1a2: 8 segs, 71.9 K docs, 285.7 MB 498.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 456.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 408.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 384.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 365.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 342.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 310.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 294.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 276.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 242.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 225.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 208.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 193.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 163.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 133.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 107.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 81.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 50.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 30.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 15.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 20.0 sec: 243 segments, 25 merges 917.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 825.4s _165: 8 segs, 108.6 K docs, 431.9 MB 736.0s _17h: 8 segs, 174.1 K docs, 694.1 MB 648.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 541.2s _1a2: 8 segs, 71.9 K docs, 285.7 MB 503.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 461.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 413.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 389.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 370.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 347.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 315.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 299.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 281.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 247.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 230.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 213.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 198.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 168.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 138.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 112.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 86.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 55.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 35.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 20.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 25.1 sec: 236 segments, 24 merges 922.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 830.4s _165: 8 segs, 108.6 K docs, 431.9 MB 741.0s _17h: 8 segs, 174.1 K docs, 694.1 MB 653.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 508.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 466.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 418.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 394.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 375.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 352.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 320.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 304.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 286.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 252.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 235.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 218.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 203.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 173.8s _1e8: 12 segs, 56.5 K docs, 223.7 MB 143.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 118.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 91.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 60.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 40.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 25.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 30.1 sec: 229 segments, 23 merges 927.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 835.4s _165: 8 segs, 108.6 K docs, 431.9 MB 658.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 513.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 471.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 423.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 400.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 380.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 357.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 325.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 309.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 291.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 257.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 240.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 223.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 208.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 178.9s _1e8: 12 segs, 56.5 K docs, 223.7 MB 148.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 123.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 96.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 65.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 45.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 30.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 35.1 sec: 229 segments, 23 merges 932.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 840.4s _165: 8 segs, 108.6 K docs, 431.9 MB 663.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 518.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 476.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 428.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 405.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 385.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 362.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 330.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 314.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 296.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 262.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 245.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 228.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 213.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 183.9s _1e8: 12 segs, 56.5 K docs, 223.7 MB 153.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 128.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 102.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 70.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 50.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 35.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 40.1 sec: 229 segments, 23 merges 937.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 845.4s _165: 8 segs, 108.6 K docs, 431.9 MB 668.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 523.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 481.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 433.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 410.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 390.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 367.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 335.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 319.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 301.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 267.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 250.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 233.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 218.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 188.9s _1e8: 12 segs, 56.5 K docs, 223.7 MB 158.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 133.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 107.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 75.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 55.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 40.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 45.1 sec: 229 segments, 23 merges 942.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 850.4s _165: 8 segs, 108.6 K docs, 431.9 MB 673.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 528.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 486.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 438.9s _1bg: 8 segs, 139.4 K docs, 555.2 MB 415.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 395.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 372.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 340.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 324.9s _1ck: 8 segs, 108.7 K docs, 432.3 MB 306.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 272.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 255.8s _1df: 8 segs, 37.9 K docs, 150.1 MB 238.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 223.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 193.9s _1e8: 12 segs, 56.5 K docs, 223.7 MB 163.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 138.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 112.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 81.0s _1fk: 10 segs, 49.6 K docs, 196.2 MB 60.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 45.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 50.1 sec: 222 segments, 22 merges 947.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 855.4s _165: 8 segs, 108.6 K docs, 431.9 MB 678.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 533.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 491.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 443.9s _1bg: 8 segs, 139.4 K docs, 555.2 MB 420.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 400.9s _1bw: 8 segs, 141.4 K docs, 563.3 MB 377.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 345.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 329.9s _1ck: 8 segs, 108.7 K docs, 432.3 MB 311.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 278.0s _1d7: 8 segs, 174.4 K docs, 694.9 MB 243.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 228.8s _1dv: 14 segs, 68.2 K docs, 270.2 MB 198.9s _1e8: 12 segs, 56.5 K docs, 223.7 MB 168.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 143.0s _1ex: 11 segs, 52.6 K docs, 208.3 MB 117.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 86.0s _1fk: 10 segs, 49.6 K docs, 196.2 MB 65.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 50.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 55.0 sec: 211 segments, 21 merges 952.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 860.3s _165: 8 segs, 108.6 K docs, 431.9 MB 683.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 538.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 496.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 448.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 424.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 405.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 382.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 350.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 334.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 316.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 282.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 248.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 233.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 173.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 147.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 121.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 90.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 70.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 55.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 60.0 sec: 211 segments, 21 merges 957.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 865.3s _165: 8 segs, 108.6 K docs, 431.9 MB 688.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 543.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 501.8s _1b0: 8 segs, 76.4 K docs, 303.5 MB 453.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 429.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 410.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 387.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 355.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 339.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 321.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 287.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 253.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 238.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 178.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 152.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 126.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 95.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 75.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 60.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 65.0 sec: 204 segments, 20 merges 962.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 870.3s _165: 8 segs, 108.6 K docs, 431.9 MB 693.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 548.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 458.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 434.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 415.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 392.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 360.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 344.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 326.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 292.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 258.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 243.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 183.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 157.9s _1ex: 11 segs, 52.6 K docs, 208.3 MB 131.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 100.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 80.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 65.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 70.0 sec: 194 segments, 19 merges 967.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 875.4s _165: 8 segs, 108.6 K docs, 431.9 MB 698.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 553.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 463.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 439.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 420.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 397.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 365.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 349.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 331.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 297.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 263.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 248.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 188.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 136.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 105.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 85.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 70.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 75.0 sec: 194 segments, 19 merges 972.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 880.4s _165: 8 segs, 108.6 K docs, 431.9 MB 703.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 558.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 468.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 444.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 425.8s _1bw: 8 segs, 141.4 K docs, 563.3 MB 402.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 370.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 354.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 336.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 302.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 268.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 253.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 193.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 141.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 110.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 90.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 75.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 80.0 sec: 187 segments, 18 merges 977.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 885.4s _165: 8 segs, 108.6 K docs, 431.9 MB 708.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 563.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 473.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 449.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 407.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 375.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 359.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 341.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 307.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 273.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 258.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 198.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 146.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 115.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 95.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 80.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 85.0 sec: 187 segments, 18 merges 982.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 890.4s _165: 8 segs, 108.6 K docs, 431.9 MB 713.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 568.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 478.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 454.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 412.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 380.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 364.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 346.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 312.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 278.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 263.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 203.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 151.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 120.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 100.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 85.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 90.1 sec: 187 segments, 18 merges 987.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 895.4s _165: 8 segs, 108.6 K docs, 431.9 MB 718.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 573.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 483.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 459.9s _1bp: 8 segs, 37.6 K docs, 148.9 MB 417.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 385.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 369.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 351.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 317.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 283.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 268.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 208.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 156.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 125.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 105.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 90.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 95.1 sec: 187 segments, 18 merges 992.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 900.4s _165: 8 segs, 108.6 K docs, 431.9 MB 723.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 578.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 488.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 465.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 422.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 390.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 374.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 356.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 322.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 288.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 273.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 213.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 161.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 130.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 110.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 95.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 100.1 sec: 187 segments, 18 merges 997.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 905.4s _165: 8 segs, 108.6 K docs, 431.9 MB 728.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 583.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 493.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 470.0s _1bp: 8 segs, 37.6 K docs, 148.9 MB 427.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 395.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 379.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 361.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 327.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 293.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 278.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 218.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 167.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 135.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 115.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 100.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 105.1 sec: 180 segments, 18 merges 1002.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 910.4s _165: 8 segs, 108.6 K docs, 431.9 MB 733.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 588.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 498.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 432.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 400.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 384.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 366.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 332.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 298.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 283.7s _1dv: 14 segs, 68.2 K docs, 270.2 MB 223.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 172.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 140.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 120.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 105.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 1.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 110.1 sec: 167 segments, 17 merges 1007.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 915.4s _165: 8 segs, 108.6 K docs, 431.9 MB 738.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 593.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 503.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 437.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 405.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 389.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 371.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 337.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 303.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 228.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 177.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 145.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 125.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 110.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 6.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 115.1 sec: 167 segments, 17 merges 1012.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 920.4s _165: 8 segs, 108.6 K docs, 431.9 MB 743.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 598.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 508.9s _1bg: 8 segs, 139.4 K docs, 555.2 MB 442.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 410.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 394.9s _1ck: 8 segs, 108.7 K docs, 432.3 MB 376.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 342.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 308.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 233.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 182.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 151.0s _1fk: 10 segs, 49.6 K docs, 196.2 MB 130.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 115.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 11.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 120.1 sec: 167 segments, 17 merges 1017.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 925.4s _165: 8 segs, 108.6 K docs, 431.9 MB 748.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 603.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 513.9s _1bg: 8 segs, 139.4 K docs, 555.2 MB 447.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 415.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 399.9s _1ck: 8 segs, 108.7 K docs, 432.3 MB 381.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 347.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 313.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 238.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 187.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 156.0s _1fk: 10 segs, 49.6 K docs, 196.2 MB 135.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 120.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 16.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 125.1 sec: 167 segments, 17 merges 1022.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 930.4s _165: 8 segs, 108.6 K docs, 431.9 MB 753.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 608.9s _1ak: 8 segs, 40.7 K docs, 161.0 MB 518.9s _1bg: 8 segs, 139.4 K docs, 555.2 MB 452.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 420.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 404.9s _1ck: 8 segs, 108.7 K docs, 432.3 MB 386.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 353.0s _1d7: 8 segs, 174.4 K docs, 694.9 MB 318.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 243.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 192.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 161.0s _1fk: 10 segs, 49.6 K docs, 196.2 MB 140.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 125.1s _1g2: 15 segs, 60.7 K docs, 240.4 MB 21.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 130.0 sec: 167 segments, 17 merges 1027.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 935.3s _165: 8 segs, 108.6 K docs, 431.9 MB 758.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 613.8s _1ak: 8 segs, 40.7 K docs, 161.0 MB 523.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 457.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 425.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 409.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 391.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 357.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 323.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 248.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 196.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 165.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 145.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 130.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 26.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 135.0 sec: 160 segments, 16 merges 1032.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 940.3s _165: 8 segs, 108.6 K docs, 431.9 MB 763.5s _18n: 8 segs, 144.4 K docs, 574.9 MB 528.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 462.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 430.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 414.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 396.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 362.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 328.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 253.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 201.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 170.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 150.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 135.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 31.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 140.0 sec: 160 segments, 16 merges 1037.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 945.3s _165: 8 segs, 108.6 K docs, 431.9 MB 768.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 533.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 467.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 435.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 419.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 401.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 367.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 333.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 258.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 206.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 175.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 155.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 140.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 36.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 145.0 sec: 160 segments, 16 merges 1042.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 950.4s _165: 8 segs, 108.6 K docs, 431.9 MB 773.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 538.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 472.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 440.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 424.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 406.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 372.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 338.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 263.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 211.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 180.9s _1fk: 10 segs, 49.6 K docs, 196.2 MB 160.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 145.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 41.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 150.0 sec: 151 segments, 15 merges 1047.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 955.4s _165: 8 segs, 108.6 K docs, 431.9 MB 778.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 543.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 477.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 445.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 429.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 411.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 377.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 343.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 268.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 216.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 165.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 150.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 46.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 155.0 sec: 151 segments, 15 merges 1052.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 960.4s _165: 8 segs, 108.6 K docs, 431.9 MB 783.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 548.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 482.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 450.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 434.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 416.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 382.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 348.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 273.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 221.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 170.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 155.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 51.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 160.0 sec: 151 segments, 15 merges 1057.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 965.4s _165: 8 segs, 108.6 K docs, 431.9 MB 788.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 553.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 487.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 455.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 439.8s _1ck: 8 segs, 108.7 K docs, 432.3 MB 421.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 387.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 353.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 278.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 226.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 175.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 160.0s _1g2: 15 segs, 60.7 K docs, 240.4 MB 56.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 165.1 sec: 130 segments, 13 merges 1062.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 970.4s _165: 8 segs, 108.6 K docs, 431.9 MB 793.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 558.8s _1bg: 8 segs, 139.4 K docs, 555.2 MB 492.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 460.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 426.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 392.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 358.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 283.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 231.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 180.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 61.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 170.1 sec: 123 segments, 12 merges 1067.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 975.4s _165: 8 segs, 108.6 K docs, 431.9 MB 798.6s _18n: 8 segs, 144.4 K docs, 574.9 MB 497.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 465.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 431.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 397.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 363.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 288.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 236.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 185.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 66.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 175.1 sec: 116 segments, 11 merges 1072.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 980.4s _165: 8 segs, 108.6 K docs, 431.9 MB 502.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 470.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 436.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 402.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 368.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 293.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 241.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 190.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 71.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 180.1 sec: 116 segments, 11 merges 1077.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 985.4s _165: 8 segs, 108.6 K docs, 431.9 MB 507.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 475.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 441.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 407.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 373.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 298.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 247.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 195.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 76.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 185.1 sec: 116 segments, 11 merges 1082.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 990.4s _165: 8 segs, 108.6 K docs, 431.9 MB 512.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 480.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 446.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 412.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 378.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 303.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 252.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 200.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 81.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 190.1 sec: 116 segments, 11 merges 1087.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 995.4s _165: 8 segs, 108.6 K docs, 431.9 MB 517.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 485.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 451.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 417.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 383.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 308.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 257.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 205.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 86.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 195.1 sec: 116 segments, 11 merges 1092.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1000.4s _165: 8 segs, 108.6 K docs, 431.9 MB 522.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 490.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 456.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 422.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 388.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 313.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 262.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 210.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 91.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 200.1 sec: 116 segments, 11 merges 1097.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1005.4s _165: 8 segs, 108.6 K docs, 431.9 MB 527.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 495.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 461.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 427.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 393.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 318.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 267.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 215.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 96.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 205.1 sec: 116 segments, 11 merges 1102.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1010.4s _165: 8 segs, 108.6 K docs, 431.9 MB 532.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 500.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 466.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 433.0s _1d7: 8 segs, 174.4 K docs, 694.9 MB 398.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 323.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 272.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 220.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 101.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 210.1 sec: 116 segments, 11 merges 1107.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1015.4s _165: 8 segs, 108.6 K docs, 431.9 MB 537.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 506.0s _1cd: 8 segs, 38.5 K docs, 152.5 MB 471.8s _1cr: 8 segs, 142.6 K docs, 568.1 MB 438.0s _1d7: 8 segs, 174.4 K docs, 694.9 MB 403.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 328.8s _1el: 12 segs, 57.6 K docs, 228.1 MB 277.0s _1f9: 11 segs, 53.3 K docs, 210.9 MB 225.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 106.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 215.0 sec: 116 segments, 11 merges 1112.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1020.3s _165: 8 segs, 108.6 K docs, 431.9 MB 542.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 510.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 476.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 442.9s _1d7: 8 segs, 174.4 K docs, 694.9 MB 408.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 333.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 281.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 230.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 111.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 220.0 sec: 109 segments, 11 merges 1117.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1025.3s _165: 8 segs, 108.6 K docs, 431.9 MB 547.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 515.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 481.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 413.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 338.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 286.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 235.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 116.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 4.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 225.0 sec: 109 segments, 11 merges 1122.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1030.3s _165: 8 segs, 108.6 K docs, 431.9 MB 552.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 520.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 486.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 418.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 343.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 291.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 240.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 121.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 9.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 230.0 sec: 109 segments, 11 merges 1127.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1035.4s _165: 8 segs, 108.6 K docs, 431.9 MB 557.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 525.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 491.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 423.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 348.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 296.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 245.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 126.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 14.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 235.0 sec: 109 segments, 11 merges 1132.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1040.4s _165: 8 segs, 108.6 K docs, 431.9 MB 562.3s _1c4: 8 segs, 76.5 K docs, 304.0 MB 530.9s _1cd: 8 segs, 38.5 K docs, 152.5 MB 496.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 428.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 353.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 301.9s _1f9: 11 segs, 53.3 K docs, 210.9 MB 250.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 131.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 19.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 240.0 sec: 92 segments, 9 merges 1137.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1045.4s _165: 8 segs, 108.6 K docs, 431.9 MB 567.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 501.7s _1cr: 8 segs, 142.6 K docs, 568.1 MB 433.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 358.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 255.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 136.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 24.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 245.0 sec: 85 segments, 8 merges 1142.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1050.4s _165: 8 segs, 108.6 K docs, 431.9 MB 572.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 438.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 363.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 260.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 141.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 29.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 250.0 sec: 85 segments, 8 merges 1147.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1055.4s _165: 8 segs, 108.6 K docs, 431.9 MB 577.4s _1c4: 8 segs, 76.5 K docs, 304.0 MB 443.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 368.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 265.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 146.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 34.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 255.1 sec: 78 segments, 7 merges 1152.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1060.4s _165: 8 segs, 108.6 K docs, 431.9 MB 448.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 373.7s _1el: 12 segs, 57.6 K docs, 228.1 MB 270.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 151.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 39.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 260.1 sec: 67 segments, 6 merges 1157.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1065.4s _165: 8 segs, 108.6 K docs, 431.9 MB 453.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 275.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 156.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 44.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 265.1 sec: 67 segments, 6 merges 1162.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1070.4s _165: 8 segs, 108.6 K docs, 431.9 MB 458.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 280.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 161.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 49.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 270.1 sec: 67 segments, 6 merges 1167.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1075.4s _165: 8 segs, 108.6 K docs, 431.9 MB 463.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 285.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 166.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 54.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 275.1 sec: 67 segments, 6 merges 1172.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1080.4s _165: 8 segs, 108.6 K docs, 431.9 MB 468.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 290.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 171.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 59.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 280.1 sec: 67 segments, 6 merges 1177.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1085.4s _165: 8 segs, 108.6 K docs, 431.9 MB 473.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 295.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 176.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 64.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 285.1 sec: 67 segments, 6 merges 1182.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1090.4s _165: 8 segs, 108.6 K docs, 431.9 MB 478.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 300.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 181.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 69.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 290.1 sec: 67 segments, 6 merges 1187.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1095.4s _165: 8 segs, 108.6 K docs, 431.9 MB 483.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 305.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 186.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 74.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 295.1 sec: 67 segments, 6 merges 1192.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1100.4s _165: 8 segs, 108.6 K docs, 431.9 MB 488.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 310.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 191.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 79.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 300.1 sec: 67 segments, 6 merges 1197.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1105.4s _165: 8 segs, 108.6 K docs, 431.9 MB 493.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 315.2s _1fu: 9 segs, 44.2 K docs, 174.9 MB 196.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 84.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 305.0 sec: 67 segments, 6 merges 1202.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1110.3s _165: 8 segs, 108.6 K docs, 431.9 MB 498.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 320.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 201.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 89.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 310.0 sec: 67 segments, 6 merges 1207.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1115.3s _165: 8 segs, 108.6 K docs, 431.9 MB 503.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 325.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 206.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 94.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 315.0 sec: 67 segments, 6 merges 1212.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1120.3s _165: 8 segs, 108.6 K docs, 431.9 MB 508.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 330.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 211.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 99.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 320.0 sec: 67 segments, 6 merges 1217.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1125.4s _165: 8 segs, 108.6 K docs, 431.9 MB 513.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 335.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 216.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 104.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 325.0 sec: 67 segments, 6 merges 1222.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1130.4s _165: 8 segs, 108.6 K docs, 431.9 MB 518.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 340.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 221.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 109.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 330.0 sec: 67 segments, 6 merges 1227.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1135.4s _165: 8 segs, 108.6 K docs, 431.9 MB 523.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 345.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 226.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 114.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 335.0 sec: 67 segments, 6 merges 1232.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1140.4s _165: 8 segs, 108.6 K docs, 431.9 MB 528.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 350.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 231.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 119.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 340.0 sec: 67 segments, 6 merges 1237.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1145.4s _165: 8 segs, 108.6 K docs, 431.9 MB 533.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 355.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 236.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 124.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 345.1 sec: 67 segments, 6 merges 1242.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1150.4s _165: 8 segs, 108.6 K docs, 431.9 MB 538.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 360.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 241.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 129.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 350.1 sec: 67 segments, 6 merges 1247.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1155.4s _165: 8 segs, 108.6 K docs, 431.9 MB 543.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 365.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 246.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 134.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 355.1 sec: 67 segments, 6 merges 1252.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1160.4s _165: 8 segs, 108.6 K docs, 431.9 MB 548.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 370.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 251.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 139.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 360.1 sec: 67 segments, 6 merges 1257.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1165.4s _165: 8 segs, 108.6 K docs, 431.9 MB 553.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 375.1s _1fu: 9 segs, 44.2 K docs, 174.9 MB 256.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 144.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 365.1 sec: 59 segments, 5 merges 1262.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1170.4s _165: 8 segs, 108.6 K docs, 431.9 MB 558.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 261.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 149.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 370.1 sec: 59 segments, 5 merges 1267.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1175.4s _165: 8 segs, 108.6 K docs, 431.9 MB 563.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 266.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 154.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 375.1 sec: 59 segments, 5 merges 1272.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1180.4s _165: 8 segs, 108.6 K docs, 431.9 MB 568.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 271.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 159.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 380.1 sec: 59 segments, 5 merges 1277.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1185.4s _165: 8 segs, 108.6 K docs, 431.9 MB 573.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 276.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 164.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 385.1 sec: 59 segments, 5 merges 1282.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1190.4s _165: 8 segs, 108.6 K docs, 431.9 MB 578.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 281.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 169.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 390.1 sec: 59 segments, 5 merges 1287.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1195.4s _165: 8 segs, 108.6 K docs, 431.9 MB 583.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 286.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 174.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 395.1 sec: 59 segments, 5 merges 1292.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1200.4s _165: 8 segs, 108.6 K docs, 431.9 MB 588.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 291.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 179.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 400.0 sec: 59 segments, 5 merges 1297.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1205.3s _165: 8 segs, 108.6 K docs, 431.9 MB 593.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 296.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 184.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 405.0 sec: 59 segments, 5 merges 1302.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1210.3s _165: 8 segs, 108.6 K docs, 431.9 MB 598.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 301.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 189.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 410.0 sec: 59 segments, 5 merges 1307.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1215.3s _165: 8 segs, 108.6 K docs, 431.9 MB 603.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 306.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 194.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 415.0 sec: 59 segments, 5 merges 1312.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1220.3s _165: 8 segs, 108.6 K docs, 431.9 MB 608.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 311.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 199.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 420.0 sec: 59 segments, 5 merges 1317.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1225.4s _165: 8 segs, 108.6 K docs, 431.9 MB 613.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 316.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 204.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 425.0 sec: 59 segments, 5 merges 1322.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1230.4s _165: 8 segs, 108.6 K docs, 431.9 MB 618.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 321.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 209.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 430.0 sec: 59 segments, 5 merges 1327.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1235.4s _165: 8 segs, 108.6 K docs, 431.9 MB 623.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 326.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 214.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 435.0 sec: 59 segments, 5 merges 1332.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1240.4s _165: 8 segs, 108.6 K docs, 431.9 MB 628.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 331.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 219.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 440.0 sec: 59 segments, 5 merges 1337.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1245.4s _165: 8 segs, 108.6 K docs, 431.9 MB 633.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 336.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 224.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 445.1 sec: 59 segments, 5 merges 1342.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1250.4s _165: 8 segs, 108.6 K docs, 431.9 MB 638.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 341.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 229.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 450.1 sec: 59 segments, 5 merges 1347.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1255.4s _165: 8 segs, 108.6 K docs, 431.9 MB 643.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 346.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 234.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 455.1 sec: 59 segments, 5 merges 1352.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1260.4s _165: 8 segs, 108.6 K docs, 431.9 MB 648.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 351.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 239.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 460.1 sec: 59 segments, 5 merges 1357.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1265.4s _165: 8 segs, 108.6 K docs, 431.9 MB 653.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 356.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 244.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 465.1 sec: 59 segments, 5 merges 1362.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1270.4s _165: 8 segs, 108.6 K docs, 431.9 MB 658.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 361.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 249.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 470.1 sec: 59 segments, 5 merges 1367.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1275.4s _165: 8 segs, 108.6 K docs, 431.9 MB 663.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 366.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 254.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 475.1 sec: 59 segments, 5 merges 1372.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1280.4s _165: 8 segs, 108.6 K docs, 431.9 MB 668.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 371.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 259.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 480.1 sec: 59 segments, 5 merges 1377.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1285.4s _165: 8 segs, 108.6 K docs, 431.9 MB 673.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 376.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 264.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 485.0 sec: 59 segments, 5 merges 1382.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1290.3s _165: 8 segs, 108.6 K docs, 431.9 MB 678.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 381.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 269.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 490.0 sec: 59 segments, 5 merges 1387.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1295.3s _165: 8 segs, 108.6 K docs, 431.9 MB 683.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 386.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 274.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 495.0 sec: 59 segments, 5 merges 1392.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1300.3s _165: 8 segs, 108.6 K docs, 431.9 MB 688.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 391.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 279.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 500.0 sec: 59 segments, 5 merges 1397.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1305.3s _165: 8 segs, 108.6 K docs, 431.9 MB 693.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 396.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 284.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 505.0 sec: 59 segments, 5 merges 1402.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1310.3s _165: 8 segs, 108.6 K docs, 431.9 MB 698.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 401.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 289.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 510.0 sec: 59 segments, 5 merges 1407.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1315.4s _165: 8 segs, 108.6 K docs, 431.9 MB 703.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 406.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 294.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 515.0 sec: 59 segments, 5 merges 1412.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1320.4s _165: 8 segs, 108.6 K docs, 431.9 MB 708.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 411.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 299.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 520.0 sec: 59 segments, 5 merges 1417.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1325.4s _165: 8 segs, 108.6 K docs, 431.9 MB 713.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 416.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 304.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 525.0 sec: 59 segments, 5 merges 1422.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1330.4s _165: 8 segs, 108.6 K docs, 431.9 MB 718.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 421.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 309.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 530.0 sec: 59 segments, 5 merges 1427.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1335.4s _165: 8 segs, 108.6 K docs, 431.9 MB 723.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 426.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 314.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 535.0 sec: 59 segments, 5 merges 1432.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1340.4s _165: 8 segs, 108.6 K docs, 431.9 MB 728.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 431.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 319.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 540.1 sec: 59 segments, 5 merges 1437.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 1345.4s _165: 8 segs, 108.6 K docs, 431.9 MB 733.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 436.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 324.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 545.1 sec: 52 segments, 4 merges 1442.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 738.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 441.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 329.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 550.1 sec: 52 segments, 4 merges 1447.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 743.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 446.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 334.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 555.1 sec: 52 segments, 4 merges 1452.3s _14d: 8 segs, 1034.0 K docs, 4131.5 MB 748.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 451.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 339.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 560.1 sec: 45 segments, 4 merges 753.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 456.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 344.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 0.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 565.1 sec: 45 segments, 4 merges 758.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 461.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 349.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 5.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 570.1 sec: 45 segments, 4 merges 763.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 466.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 354.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 10.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 575.1 sec: 45 segments, 4 merges 768.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 471.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 359.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 15.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 580.1 sec: 45 segments, 4 merges 773.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 476.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 364.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 20.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 585.1 sec: 45 segments, 4 merges 778.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 481.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 369.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 25.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 590.1 sec: 45 segments, 4 merges 783.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 486.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 374.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 30.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 595.1 sec: 45 segments, 4 merges 788.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 491.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 379.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 35.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 600.1 sec: 45 segments, 4 merges 793.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 496.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 384.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 40.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 605.0 sec: 45 segments, 4 merges 798.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 501.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 389.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 44.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 610.0 sec: 45 segments, 4 merges 803.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 506.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 394.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 50.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 615.0 sec: 45 segments, 4 merges 808.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 511.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 399.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 55.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 620.0 sec: 45 segments, 4 merges 813.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 516.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 404.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 60.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 625.0 sec: 45 segments, 4 merges 818.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 521.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 409.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 65.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 630.0 sec: 45 segments, 4 merges 823.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 526.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 414.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 70.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 635.0 sec: 45 segments, 4 merges 828.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 531.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 419.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 75.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 640.0 sec: 45 segments, 4 merges 833.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 536.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 424.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 80.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 645.0 sec: 45 segments, 4 merges 838.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 541.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 429.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 85.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 650.0 sec: 45 segments, 4 merges 843.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 546.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 434.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 90.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 655.0 sec: 45 segments, 4 merges 848.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 551.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 439.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 95.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 660.0 sec: 45 segments, 4 merges 853.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 556.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 444.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 100.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 665.1 sec: 45 segments, 4 merges 858.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 561.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 449.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 105.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 670.1 sec: 45 segments, 4 merges 863.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 566.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 454.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 110.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 675.1 sec: 45 segments, 4 merges 868.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 571.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 459.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 115.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 680.1 sec: 45 segments, 4 merges 873.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 576.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 464.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 120.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 685.1 sec: 45 segments, 4 merges 878.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 581.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 469.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 125.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 690.1 sec: 45 segments, 4 merges 883.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 586.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 474.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 130.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 695.1 sec: 45 segments, 4 merges 888.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 591.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 479.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 135.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 700.1 sec: 45 segments, 4 merges 893.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 596.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 484.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 140.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 705.1 sec: 45 segments, 4 merges 898.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 601.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 489.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 145.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 710.1 sec: 45 segments, 4 merges 903.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 606.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 494.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 150.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 715.1 sec: 45 segments, 4 merges 908.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 611.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 499.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 155.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 720.1 sec: 45 segments, 4 merges 913.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 616.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 504.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 160.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 725.0 sec: 45 segments, 4 merges 918.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 621.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 509.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 164.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 730.0 sec: 45 segments, 4 merges 923.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 626.3s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 514.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 170.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 735.1 sec: 45 segments, 4 merges 928.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 631.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 519.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 175.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 740.1 sec: 45 segments, 4 merges 933.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 636.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 524.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 180.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 745.1 sec: 45 segments, 4 merges 938.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 641.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 529.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 185.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 750.1 sec: 45 segments, 4 merges 943.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 646.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 534.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 190.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 755.1 sec: 45 segments, 4 merges 948.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 651.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 539.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 195.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 760.1 sec: 45 segments, 4 merges 953.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 656.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 544.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 200.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 765.1 sec: 45 segments, 4 merges 958.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 661.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 549.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 205.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 770.1 sec: 45 segments, 4 merges 963.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 666.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 554.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 210.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 775.1 sec: 45 segments, 4 merges 968.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 671.4s _1g3: 8 segs, 479.5 K docs, 1913.0 MB 559.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 215.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 780.1 sec: 38 segments, 3 merges 973.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 564.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 220.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 785.1 sec: 38 segments, 3 merges 978.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 569.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 225.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 790.0 sec: 38 segments, 3 merges 983.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 574.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 229.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 795.0 sec: 38 segments, 3 merges 988.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 579.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 235.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 800.0 sec: 38 segments, 3 merges 993.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 584.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 240.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 805.0 sec: 38 segments, 3 merges 998.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 589.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 245.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 810.0 sec: 38 segments, 3 merges 1003.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 594.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 250.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 815.0 sec: 38 segments, 3 merges 1008.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 599.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 255.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 820.0 sec: 38 segments, 3 merges 1013.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 604.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 260.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 825.0 sec: 38 segments, 3 merges 1018.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 609.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 265.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 830.0 sec: 38 segments, 3 merges 1023.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 614.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 270.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 835.0 sec: 38 segments, 3 merges 1028.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 619.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 275.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 840.0 sec: 38 segments, 3 merges 1033.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 624.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 280.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 845.0 sec: 38 segments, 3 merges 1038.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 629.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 285.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 850.1 sec: 38 segments, 3 merges 1043.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 634.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 290.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 855.1 sec: 38 segments, 3 merges 1048.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 639.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 295.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 860.1 sec: 38 segments, 3 merges 1053.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 644.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 300.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 865.1 sec: 38 segments, 3 merges 1058.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 649.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 305.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 870.1 sec: 38 segments, 3 merges 1063.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 654.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 310.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 875.1 sec: 38 segments, 3 merges 1068.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 659.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 315.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 880.1 sec: 38 segments, 3 merges 1073.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 664.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 320.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 885.1 sec: 38 segments, 3 merges 1078.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 669.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 325.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 890.1 sec: 38 segments, 3 merges 1083.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 674.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 330.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 895.1 sec: 38 segments, 3 merges 1088.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 679.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 335.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 900.1 sec: 38 segments, 3 merges 1093.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 684.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 340.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 905.1 sec: 38 segments, 3 merges 1098.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 689.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 345.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 910.1 sec: 38 segments, 3 merges 1103.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 694.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 350.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 915.0 sec: 38 segments, 3 merges 1108.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 699.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 354.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 920.0 sec: 38 segments, 3 merges 1113.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 704.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 360.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 925.0 sec: 38 segments, 3 merges 1118.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 709.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 365.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 930.0 sec: 38 segments, 3 merges 1123.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 714.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 370.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 935.0 sec: 38 segments, 3 merges 1128.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 719.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 375.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 940.0 sec: 38 segments, 3 merges 1133.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 724.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 380.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 945.0 sec: 38 segments, 3 merges 1138.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 729.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 385.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 950.0 sec: 38 segments, 3 merges 1143.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 734.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 390.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 955.0 sec: 38 segments, 3 merges 1148.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 739.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 395.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 960.0 sec: 38 segments, 3 merges 1153.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 744.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 400.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 965.0 sec: 38 segments, 3 merges 1158.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 749.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 405.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 970.0 sec: 38 segments, 3 merges 1163.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 754.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 410.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 975.1 sec: 38 segments, 3 merges 1168.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 759.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 415.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 980.1 sec: 38 segments, 3 merges 1173.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 764.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 420.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 985.1 sec: 38 segments, 3 merges 1178.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 769.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 425.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 990.1 sec: 38 segments, 3 merges 1183.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 774.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 430.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 995.1 sec: 38 segments, 3 merges 1188.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 779.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 435.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1000.1 sec: 38 segments, 3 merges 1193.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 784.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 440.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1005.1 sec: 38 segments, 3 merges 1198.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 789.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 445.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1010.1 sec: 38 segments, 3 merges 1203.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 794.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 450.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1015.1 sec: 38 segments, 3 merges 1208.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 799.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 455.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1020.1 sec: 38 segments, 3 merges 1213.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 804.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 460.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1025.1 sec: 38 segments, 3 merges 1218.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 809.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 465.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1030.1 sec: 38 segments, 3 merges 1223.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 814.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 470.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1035.0 sec: 38 segments, 3 merges 1228.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 819.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 474.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1040.0 sec: 38 segments, 3 merges 1233.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 824.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 480.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1045.0 sec: 38 segments, 3 merges 1238.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 829.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 485.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1050.0 sec: 38 segments, 3 merges 1243.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 834.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 490.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1055.0 sec: 38 segments, 3 merges 1248.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 839.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 495.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1060.0 sec: 38 segments, 3 merges 1253.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 844.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 500.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1065.0 sec: 38 segments, 3 merges 1258.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 849.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 505.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1070.0 sec: 38 segments, 3 merges 1263.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 854.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 510.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1075.0 sec: 38 segments, 3 merges 1268.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 859.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 515.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1080.0 sec: 38 segments, 3 merges 1273.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 864.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 520.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1085.0 sec: 38 segments, 3 merges 1278.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 869.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 525.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1090.0 sec: 38 segments, 3 merges 1283.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 874.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 530.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1095.0 sec: 38 segments, 3 merges 1288.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 879.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 535.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1100.1 sec: 38 segments, 3 merges 1293.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 884.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 540.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1105.1 sec: 38 segments, 3 merges 1298.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 889.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 545.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1110.1 sec: 38 segments, 3 merges 1303.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 894.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 550.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1115.1 sec: 38 segments, 3 merges 1308.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 899.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 555.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1120.1 sec: 38 segments, 3 merges 1313.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 904.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 560.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1125.1 sec: 38 segments, 3 merges 1318.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 909.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 565.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1130.1 sec: 38 segments, 3 merges 1323.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 914.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 570.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1135.1 sec: 38 segments, 3 merges 1328.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 919.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 575.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1140.1 sec: 38 segments, 3 merges 1333.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 924.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 580.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1145.1 sec: 38 segments, 3 merges 1338.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 929.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 585.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1150.1 sec: 38 segments, 3 merges 1343.4s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 934.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 590.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1155.0 sec: 38 segments, 3 merges 1348.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 939.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 594.9s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1160.0 sec: 38 segments, 3 merges 1353.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 944.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 600.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1165.0 sec: 38 segments, 3 merges 1358.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 949.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 605.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1170.0 sec: 38 segments, 3 merges 1363.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 954.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 610.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1175.0 sec: 38 segments, 3 merges 1368.3s _1dn: 8 segs, 1189.3 K docs, 4752.2 MB 959.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 615.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1180.0 sec: 31 segments, 2 merges 964.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 620.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1185.0 sec: 31 segments, 2 merges 969.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 625.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1190.0 sec: 31 segments, 2 merges 974.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 630.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1195.0 sec: 31 segments, 2 merges 979.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 635.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1200.0 sec: 31 segments, 2 merges 984.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 640.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1205.0 sec: 31 segments, 2 merges 989.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 645.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1210.0 sec: 31 segments, 2 merges 994.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 650.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1215.0 sec: 31 segments, 2 merges 999.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 655.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1220.1 sec: 31 segments, 2 merges 1004.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 660.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1225.1 sec: 31 segments, 2 merges 1009.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 665.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1230.1 sec: 31 segments, 2 merges 1014.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 670.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1235.1 sec: 31 segments, 2 merges 1019.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 675.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1240.1 sec: 31 segments, 2 merges 1024.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 680.0s _1g5: 8 segs, 412.8 K docs, 1646.6 MB 1245.1 sec: 24 segments, 1 merges 1029.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1250.1 sec: 24 segments, 1 merges 1034.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1255.1 sec: 24 segments, 1 merges 1039.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1260.1 sec: 24 segments, 1 merges 1044.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1265.1 sec: 24 segments, 1 merges 1049.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1270.1 sec: 24 segments, 1 merges 1054.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1275.1 sec: 24 segments, 1 merges 1059.4s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1280.0 sec: 24 segments, 1 merges 1064.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1285.0 sec: 24 segments, 1 merges 1069.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1290.0 sec: 24 segments, 1 merges 1074.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1295.0 sec: 24 segments, 1 merges 1079.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1300.0 sec: 24 segments, 1 merges 1084.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1305.0 sec: 24 segments, 1 merges 1089.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1310.0 sec: 24 segments, 1 merges 1094.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1315.0 sec: 24 segments, 1 merges 1099.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1320.0 sec: 24 segments, 1 merges 1104.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1325.0 sec: 24 segments, 1 merges 1109.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1330.0 sec: 24 segments, 1 merges 1114.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1335.0 sec: 24 segments, 1 merges 1119.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1340.0 sec: 24 segments, 1 merges 1124.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1345.1 sec: 24 segments, 1 merges 1129.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1350.1 sec: 24 segments, 1 merges 1134.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1355.1 sec: 24 segments, 1 merges 1139.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1360.1 sec: 24 segments, 1 merges 1144.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB 1365.1 sec: 24 segments, 1 merges 1149.3s _1g4: 8 segs, 1215.0 K docs, 4855.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3298 seconds reindex takes 3298.55 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 10.0 sec: 17 segments, 1 merges 10.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 15.0 sec: 17 segments, 1 merges 15.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 20.0 sec: 17 segments, 1 merges 20.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 25.0 sec: 17 segments, 1 merges 25.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 30.0 sec: 17 segments, 1 merges 30.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 35.0 sec: 17 segments, 1 merges 35.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 40.1 sec: 17 segments, 1 merges 40.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 45.1 sec: 17 segments, 1 merges 45.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 50.0 sec: 17 segments, 1 merges 50.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 55.0 sec: 17 segments, 1 merges 55.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 60.0 sec: 17 segments, 1 merges 60.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 65.0 sec: 17 segments, 1 merges 65.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 70.0 sec: 17 segments, 1 merges 70.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 75.0 sec: 17 segments, 1 merges 75.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 80.0 sec: 17 segments, 1 merges 80.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 85.0 sec: 17 segments, 1 merges 85.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 90.0 sec: 17 segments, 1 merges 90.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 95.1 sec: 17 segments, 1 merges 95.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 100.1 sec: 17 segments, 1 merges 100.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 105.1 sec: 17 segments, 1 merges 105.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 110.1 sec: 17 segments, 1 merges 110.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 115.1 sec: 17 segments, 1 merges 115.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 120.1 sec: 17 segments, 1 merges 120.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 125.1 sec: 17 segments, 1 merges 125.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 130.1 sec: 17 segments, 1 merges 130.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 135.1 sec: 17 segments, 1 merges 135.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 140.0 sec: 17 segments, 1 merges 140.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 145.0 sec: 17 segments, 1 merges 145.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 150.0 sec: 17 segments, 1 merges 150.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 155.0 sec: 17 segments, 1 merges 155.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 160.0 sec: 17 segments, 1 merges 160.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 165.0 sec: 17 segments, 1 merges 165.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 170.0 sec: 17 segments, 1 merges 170.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 175.0 sec: 17 segments, 1 merges 175.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 180.0 sec: 17 segments, 1 merges 180.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 185.0 sec: 17 segments, 1 merges 185.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 190.0 sec: 17 segments, 1 merges 190.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 195.1 sec: 17 segments, 1 merges 195.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 200.1 sec: 17 segments, 1 merges 200.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 205.1 sec: 17 segments, 1 merges 205.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 210.1 sec: 17 segments, 1 merges 210.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 215.1 sec: 17 segments, 1 merges 215.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 220.1 sec: 17 segments, 1 merges 220.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 225.1 sec: 17 segments, 1 merges 225.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 230.1 sec: 17 segments, 1 merges 230.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 235.1 sec: 17 segments, 1 merges 235.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 240.0 sec: 17 segments, 1 merges 240.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 245.0 sec: 17 segments, 1 merges 245.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 250.0 sec: 17 segments, 1 merges 250.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 255.0 sec: 17 segments, 1 merges 255.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 260.0 sec: 17 segments, 1 merges 260.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 265.0 sec: 17 segments, 1 merges 265.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 270.0 sec: 17 segments, 1 merges 270.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 275.0 sec: 17 segments, 1 merges 275.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 280.0 sec: 17 segments, 1 merges 280.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 285.0 sec: 17 segments, 1 merges 285.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 290.0 sec: 17 segments, 1 merges 290.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 295.1 sec: 17 segments, 1 merges 295.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 300.1 sec: 17 segments, 1 merges 300.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 305.1 sec: 17 segments, 1 merges 305.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 310.1 sec: 17 segments, 1 merges 310.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 315.1 sec: 17 segments, 1 merges 315.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 320.1 sec: 17 segments, 1 merges 320.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 325.1 sec: 17 segments, 1 merges 325.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 330.1 sec: 17 segments, 1 merges 330.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 335.1 sec: 17 segments, 1 merges 335.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 340.1 sec: 17 segments, 1 merges 340.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 345.0 sec: 17 segments, 1 merges 345.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 350.0 sec: 17 segments, 1 merges 350.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 355.0 sec: 17 segments, 1 merges 355.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 360.0 sec: 17 segments, 1 merges 360.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 365.0 sec: 17 segments, 1 merges 365.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 370.0 sec: 17 segments, 1 merges 370.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 375.0 sec: 17 segments, 1 merges 375.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 380.0 sec: 17 segments, 1 merges 380.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 385.0 sec: 17 segments, 1 merges 385.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 390.0 sec: 17 segments, 1 merges 390.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 395.0 sec: 17 segments, 1 merges 395.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 400.0 sec: 17 segments, 1 merges 400.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 405.0 sec: 17 segments, 1 merges 405.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 410.1 sec: 17 segments, 1 merges 410.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 415.1 sec: 17 segments, 1 merges 415.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 420.1 sec: 17 segments, 1 merges 420.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 425.1 sec: 17 segments, 1 merges 425.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 430.1 sec: 17 segments, 1 merges 430.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 435.1 sec: 17 segments, 1 merges 435.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 440.1 sec: 17 segments, 1 merges 440.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 445.1 sec: 17 segments, 1 merges 445.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 450.1 sec: 17 segments, 1 merges 450.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 455.1 sec: 17 segments, 1 merges 455.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 460.1 sec: 17 segments, 1 merges 460.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 465.1 sec: 17 segments, 1 merges 465.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 470.0 sec: 17 segments, 1 merges 470.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 475.0 sec: 17 segments, 1 merges 475.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 480.0 sec: 17 segments, 1 merges 480.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 485.0 sec: 17 segments, 1 merges 485.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 490.0 sec: 17 segments, 1 merges 490.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 495.0 sec: 17 segments, 1 merges 495.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 500.0 sec: 17 segments, 1 merges 500.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 505.0 sec: 17 segments, 1 merges 505.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 510.0 sec: 17 segments, 1 merges 510.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 515.0 sec: 17 segments, 1 merges 515.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 520.0 sec: 17 segments, 1 merges 520.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 525.0 sec: 17 segments, 1 merges 525.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 530.0 sec: 17 segments, 1 merges 530.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 535.0 sec: 17 segments, 1 merges 535.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 540.1 sec: 17 segments, 1 merges 540.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 545.1 sec: 17 segments, 1 merges 545.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 550.1 sec: 17 segments, 1 merges 550.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 555.1 sec: 17 segments, 1 merges 555.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 560.1 sec: 17 segments, 1 merges 560.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 565.1 sec: 17 segments, 1 merges 565.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 570.1 sec: 17 segments, 1 merges 570.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 575.1 sec: 17 segments, 1 merges 575.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 580.1 sec: 17 segments, 1 merges 580.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 585.1 sec: 17 segments, 1 merges 585.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 590.1 sec: 17 segments, 1 merges 590.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 595.1 sec: 17 segments, 1 merges 595.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 600.0 sec: 17 segments, 1 merges 600.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 605.1 sec: 17 segments, 1 merges 605.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 610.1 sec: 17 segments, 1 merges 610.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 615.1 sec: 17 segments, 1 merges 615.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 620.1 sec: 17 segments, 1 merges 620.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 625.1 sec: 17 segments, 1 merges 625.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 630.1 sec: 17 segments, 1 merges 630.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 635.1 sec: 17 segments, 1 merges 635.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 640.0 sec: 17 segments, 1 merges 640.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 645.0 sec: 17 segments, 1 merges 645.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 650.0 sec: 17 segments, 1 merges 650.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 655.0 sec: 17 segments, 1 merges 655.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 660.0 sec: 17 segments, 1 merges 660.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 665.0 sec: 17 segments, 1 merges 665.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 670.0 sec: 17 segments, 1 merges 670.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 675.0 sec: 17 segments, 1 merges 675.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 680.0 sec: 17 segments, 1 merges 680.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 685.0 sec: 17 segments, 1 merges 685.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 690.0 sec: 17 segments, 1 merges 690.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 695.0 sec: 17 segments, 1 merges 695.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 700.0 sec: 17 segments, 1 merges 700.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 705.1 sec: 17 segments, 1 merges 705.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 710.1 sec: 17 segments, 1 merges 710.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 715.1 sec: 17 segments, 1 merges 715.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 720.1 sec: 17 segments, 1 merges 720.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 725.1 sec: 17 segments, 1 merges 725.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 730.1 sec: 17 segments, 1 merges 730.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 735.1 sec: 17 segments, 1 merges 735.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 740.1 sec: 17 segments, 1 merges 740.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 745.1 sec: 17 segments, 1 merges 745.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 750.1 sec: 17 segments, 1 merges 750.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 755.1 sec: 17 segments, 1 merges 755.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 760.1 sec: 17 segments, 1 merges 760.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 765.1 sec: 17 segments, 1 merges 765.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 770.1 sec: 17 segments, 1 merges 770.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 775.0 sec: 17 segments, 1 merges 775.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 780.0 sec: 17 segments, 1 merges 780.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 785.0 sec: 17 segments, 1 merges 785.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 790.0 sec: 17 segments, 1 merges 790.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 795.0 sec: 17 segments, 1 merges 795.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 800.0 sec: 17 segments, 1 merges 800.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 805.0 sec: 17 segments, 1 merges 805.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 810.0 sec: 17 segments, 1 merges 810.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 815.0 sec: 17 segments, 1 merges 815.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 820.0 sec: 17 segments, 1 merges 820.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 825.0 sec: 17 segments, 1 merges 825.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 830.0 sec: 17 segments, 1 merges 830.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 835.1 sec: 17 segments, 1 merges 835.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 840.1 sec: 17 segments, 1 merges 840.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 845.1 sec: 17 segments, 1 merges 845.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 850.1 sec: 17 segments, 1 merges 850.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 855.1 sec: 17 segments, 1 merges 855.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 860.1 sec: 17 segments, 1 merges 860.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 865.1 sec: 17 segments, 1 merges 865.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 870.1 sec: 17 segments, 1 merges 870.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 875.1 sec: 17 segments, 1 merges 875.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 880.1 sec: 17 segments, 1 merges 880.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 885.1 sec: 17 segments, 1 merges 885.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 890.1 sec: 17 segments, 1 merges 890.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 895.1 sec: 17 segments, 1 merges 895.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 900.1 sec: 17 segments, 1 merges 900.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 905.0 sec: 17 segments, 1 merges 905.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 910.0 sec: 17 segments, 1 merges 910.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 915.0 sec: 17 segments, 1 merges 915.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 920.0 sec: 17 segments, 1 merges 920.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 925.0 sec: 17 segments, 1 merges 925.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 930.0 sec: 17 segments, 1 merges 930.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 935.0 sec: 17 segments, 1 merges 935.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 940.0 sec: 17 segments, 1 merges 940.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 945.0 sec: 17 segments, 1 merges 945.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 950.0 sec: 17 segments, 1 merges 950.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 955.0 sec: 17 segments, 1 merges 955.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 960.0 sec: 17 segments, 1 merges 960.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 965.0 sec: 17 segments, 1 merges 965.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 970.1 sec: 17 segments, 1 merges 970.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 975.1 sec: 17 segments, 1 merges 975.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 980.1 sec: 17 segments, 1 merges 980.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 985.1 sec: 17 segments, 1 merges 985.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 990.1 sec: 17 segments, 1 merges 990.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 995.1 sec: 17 segments, 1 merges 995.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1025.1 sec: 17 segments, 1 merges 1025.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1085.0 sec: 17 segments, 1 merges 1085.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1105.1 sec: 17 segments, 1 merges 1105.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1125.1 sec: 17 segments, 1 merges 1125.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1130.1 sec: 17 segments, 1 merges 1130.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1135.0 sec: 17 segments, 1 merges 1135.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1140.0 sec: 17 segments, 1 merges 1140.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1145.0 sec: 17 segments, 1 merges 1145.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1150.0 sec: 17 segments, 1 merges 1150.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1155.0 sec: 17 segments, 1 merges 1155.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1160.0 sec: 17 segments, 1 merges 1160.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1165.0 sec: 17 segments, 1 merges 1165.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1170.0 sec: 17 segments, 1 merges 1170.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1175.0 sec: 17 segments, 1 merges 1175.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1180.0 sec: 17 segments, 1 merges 1180.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1185.0 sec: 17 segments, 1 merges 1185.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1190.1 sec: 17 segments, 1 merges 1190.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1195.1 sec: 17 segments, 1 merges 1195.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1200.1 sec: 17 segments, 1 merges 1200.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1205.1 sec: 17 segments, 1 merges 1205.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1210.1 sec: 17 segments, 1 merges 1210.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1215.1 sec: 17 segments, 1 merges 1215.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1220.1 sec: 17 segments, 1 merges 1220.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1225.1 sec: 17 segments, 1 merges 1225.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1230.1 sec: 17 segments, 1 merges 1230.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1235.1 sec: 17 segments, 1 merges 1235.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1240.1 sec: 17 segments, 1 merges 1240.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1245.1 sec: 17 segments, 1 merges 1245.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1250.0 sec: 17 segments, 1 merges 1250.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1255.0 sec: 17 segments, 1 merges 1255.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1260.0 sec: 17 segments, 1 merges 1260.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1265.0 sec: 17 segments, 1 merges 1265.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1270.0 sec: 17 segments, 1 merges 1270.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1275.0 sec: 17 segments, 1 merges 1275.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1280.0 sec: 17 segments, 1 merges 1280.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1285.0 sec: 17 segments, 1 merges 1285.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1290.0 sec: 17 segments, 1 merges 1290.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1295.0 sec: 17 segments, 1 merges 1295.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1300.0 sec: 17 segments, 1 merges 1300.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1305.1 sec: 17 segments, 1 merges 1305.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1310.1 sec: 17 segments, 1 merges 1310.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1315.1 sec: 17 segments, 1 merges 1315.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1320.1 sec: 17 segments, 1 merges 1320.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1325.1 sec: 17 segments, 1 merges 1325.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1330.1 sec: 17 segments, 1 merges 1330.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1335.1 sec: 17 segments, 1 merges 1335.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1340.1 sec: 17 segments, 1 merges 1340.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1345.1 sec: 17 segments, 1 merges 1345.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1350.1 sec: 17 segments, 1 merges 1350.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1355.1 sec: 17 segments, 1 merges 1355.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1360.1 sec: 17 segments, 1 merges 1360.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1365.0 sec: 17 segments, 1 merges 1365.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1370.0 sec: 17 segments, 1 merges 1370.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1375.0 sec: 17 segments, 1 merges 1375.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1380.0 sec: 17 segments, 1 merges 1380.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1385.0 sec: 17 segments, 1 merges 1385.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1390.0 sec: 17 segments, 1 merges 1390.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1395.0 sec: 17 segments, 1 merges 1395.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1400.0 sec: 17 segments, 1 merges 1400.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1405.0 sec: 17 segments, 1 merges 1405.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1410.0 sec: 17 segments, 1 merges 1410.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1415.0 sec: 17 segments, 1 merges 1415.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1420.1 sec: 17 segments, 1 merges 1420.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1425.1 sec: 17 segments, 1 merges 1425.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1430.1 sec: 17 segments, 1 merges 1430.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1435.1 sec: 17 segments, 1 merges 1435.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1440.1 sec: 17 segments, 1 merges 1440.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1445.1 sec: 17 segments, 1 merges 1445.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1450.1 sec: 17 segments, 1 merges 1450.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1455.1 sec: 17 segments, 1 merges 1455.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1460.1 sec: 17 segments, 1 merges 1460.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1465.1 sec: 17 segments, 1 merges 1465.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1470.1 sec: 17 segments, 1 merges 1470.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1475.0 sec: 17 segments, 1 merges 1475.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1480.0 sec: 17 segments, 1 merges 1480.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1485.0 sec: 17 segments, 1 merges 1485.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1490.0 sec: 17 segments, 1 merges 1490.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1495.0 sec: 17 segments, 1 merges 1495.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1500.0 sec: 17 segments, 1 merges 1500.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1505.0 sec: 17 segments, 1 merges 1505.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1510.1 sec: 17 segments, 1 merges 1510.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1515.1 sec: 17 segments, 1 merges 1515.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1520.1 sec: 17 segments, 1 merges 1520.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1525.1 sec: 17 segments, 1 merges 1525.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1530.1 sec: 17 segments, 1 merges 1530.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1535.1 sec: 17 segments, 1 merges 1535.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1540.1 sec: 17 segments, 1 merges 1540.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1545.1 sec: 17 segments, 1 merges 1545.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1550.1 sec: 17 segments, 1 merges 1550.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1555.1 sec: 17 segments, 1 merges 1555.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1560.0 sec: 17 segments, 1 merges 1560.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1565.0 sec: 17 segments, 1 merges 1565.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1570.0 sec: 17 segments, 1 merges 1570.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1575.0 sec: 17 segments, 1 merges 1575.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1580.0 sec: 17 segments, 1 merges 1580.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1585.0 sec: 17 segments, 1 merges 1585.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1590.0 sec: 17 segments, 1 merges 1590.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1595.0 sec: 17 segments, 1 merges 1595.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1600.0 sec: 17 segments, 1 merges 1600.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1605.0 sec: 17 segments, 1 merges 1605.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1610.0 sec: 17 segments, 1 merges 1610.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1615.0 sec: 17 segments, 1 merges 1615.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1620.1 sec: 17 segments, 1 merges 1620.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1625.1 sec: 17 segments, 1 merges 1625.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1630.1 sec: 17 segments, 1 merges 1630.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1635.1 sec: 17 segments, 1 merges 1635.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1640.1 sec: 17 segments, 1 merges 1640.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1645.1 sec: 17 segments, 1 merges 1645.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1650.1 sec: 17 segments, 1 merges 1650.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1655.1 sec: 17 segments, 1 merges 1655.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1660.1 sec: 17 segments, 1 merges 1660.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1665.1 sec: 17 segments, 1 merges 1665.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1670.1 sec: 17 segments, 1 merges 1670.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1675.1 sec: 17 segments, 1 merges 1675.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1680.1 sec: 17 segments, 1 merges 1680.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1685.0 sec: 17 segments, 1 merges 1685.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1690.0 sec: 17 segments, 1 merges 1690.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1695.0 sec: 17 segments, 1 merges 1695.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1700.0 sec: 17 segments, 1 merges 1700.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1705.0 sec: 17 segments, 1 merges 1705.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1710.0 sec: 17 segments, 1 merges 1710.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1715.0 sec: 17 segments, 1 merges 1715.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1720.0 sec: 17 segments, 1 merges 1720.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1725.0 sec: 17 segments, 1 merges 1725.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1730.0 sec: 17 segments, 1 merges 1730.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1735.0 sec: 17 segments, 1 merges 1735.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1740.0 sec: 17 segments, 1 merges 1740.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1745.1 sec: 17 segments, 1 merges 1745.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1750.1 sec: 17 segments, 1 merges 1750.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1755.1 sec: 17 segments, 1 merges 1755.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1760.1 sec: 17 segments, 1 merges 1760.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1765.1 sec: 17 segments, 1 merges 1765.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1770.1 sec: 17 segments, 1 merges 1770.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1775.1 sec: 17 segments, 1 merges 1775.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1780.1 sec: 17 segments, 1 merges 1780.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1785.1 sec: 17 segments, 1 merges 1785.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1790.1 sec: 17 segments, 1 merges 1790.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1795.1 sec: 17 segments, 1 merges 1795.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1805.1 sec: 17 segments, 1 merges 1805.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1810.0 sec: 17 segments, 1 merges 1810.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1815.0 sec: 17 segments, 1 merges 1815.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1820.0 sec: 17 segments, 1 merges 1820.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1825.0 sec: 17 segments, 1 merges 1825.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1830.0 sec: 17 segments, 1 merges 1830.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1835.0 sec: 17 segments, 1 merges 1835.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1840.0 sec: 17 segments, 1 merges 1840.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1845.0 sec: 17 segments, 1 merges 1845.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1850.0 sec: 17 segments, 1 merges 1850.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1855.0 sec: 17 segments, 1 merges 1855.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1865.0 sec: 17 segments, 1 merges 1865.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1870.0 sec: 17 segments, 1 merges 1870.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1875.1 sec: 17 segments, 1 merges 1875.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1880.0 sec: 17 segments, 1 merges 1880.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1885.0 sec: 17 segments, 1 merges 1885.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1890.1 sec: 17 segments, 1 merges 1890.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1895.1 sec: 17 segments, 1 merges 1895.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1900.1 sec: 17 segments, 1 merges 1900.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1905.1 sec: 17 segments, 1 merges 1905.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1910.1 sec: 17 segments, 1 merges 1910.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1915.1 sec: 17 segments, 1 merges 1915.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1920.1 sec: 17 segments, 1 merges 1920.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1925.1 sec: 17 segments, 1 merges 1925.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1930.1 sec: 17 segments, 1 merges 1930.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1935.1 sec: 17 segments, 1 merges 1935.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1940.1 sec: 17 segments, 1 merges 1940.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1945.1 sec: 17 segments, 1 merges 1945.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1950.1 sec: 17 segments, 1 merges 1950.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1955.0 sec: 17 segments, 1 merges 1955.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1960.0 sec: 17 segments, 1 merges 1960.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1965.0 sec: 17 segments, 1 merges 1965.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1970.0 sec: 17 segments, 1 merges 1970.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1975.0 sec: 17 segments, 1 merges 1975.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1980.0 sec: 17 segments, 1 merges 1980.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1985.0 sec: 17 segments, 1 merges 1985.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1990.0 sec: 17 segments, 1 merges 1990.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 1995.0 sec: 17 segments, 1 merges 1995.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2000.0 sec: 17 segments, 1 merges 2000.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2005.0 sec: 17 segments, 1 merges 2005.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2010.0 sec: 17 segments, 1 merges 2010.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2015.0 sec: 17 segments, 1 merges 2015.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2020.1 sec: 17 segments, 1 merges 2020.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2025.1 sec: 17 segments, 1 merges 2025.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2030.1 sec: 17 segments, 1 merges 2030.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2035.1 sec: 17 segments, 1 merges 2035.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2040.1 sec: 17 segments, 1 merges 2040.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2045.1 sec: 17 segments, 1 merges 2045.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2050.1 sec: 17 segments, 1 merges 2050.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2055.1 sec: 17 segments, 1 merges 2055.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2060.1 sec: 17 segments, 1 merges 2060.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2065.1 sec: 17 segments, 1 merges 2065.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2070.1 sec: 17 segments, 1 merges 2070.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2075.1 sec: 17 segments, 1 merges 2075.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2080.1 sec: 17 segments, 1 merges 2080.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2085.0 sec: 17 segments, 1 merges 2085.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2090.0 sec: 17 segments, 1 merges 2090.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2095.0 sec: 17 segments, 1 merges 2095.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2100.0 sec: 17 segments, 1 merges 2100.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2105.0 sec: 17 segments, 1 merges 2105.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2110.0 sec: 17 segments, 1 merges 2110.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2115.0 sec: 17 segments, 1 merges 2115.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2120.0 sec: 17 segments, 1 merges 2120.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2125.0 sec: 17 segments, 1 merges 2125.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2130.0 sec: 17 segments, 1 merges 2130.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2135.0 sec: 17 segments, 1 merges 2135.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2140.0 sec: 17 segments, 1 merges 2140.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2145.0 sec: 17 segments, 1 merges 2145.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2150.0 sec: 17 segments, 1 merges 2150.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2155.1 sec: 17 segments, 1 merges 2155.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2160.1 sec: 17 segments, 1 merges 2160.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2165.1 sec: 17 segments, 1 merges 2165.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2170.1 sec: 17 segments, 1 merges 2170.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2175.1 sec: 17 segments, 1 merges 2175.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2180.1 sec: 17 segments, 1 merges 2180.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2185.1 sec: 17 segments, 1 merges 2185.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2190.1 sec: 17 segments, 1 merges 2190.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2195.1 sec: 17 segments, 1 merges 2195.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2200.1 sec: 17 segments, 1 merges 2200.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2205.1 sec: 17 segments, 1 merges 2205.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2210.1 sec: 17 segments, 1 merges 2210.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2215.1 sec: 17 segments, 1 merges 2215.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2220.1 sec: 17 segments, 1 merges 2220.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2225.0 sec: 17 segments, 1 merges 2225.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2230.0 sec: 17 segments, 1 merges 2230.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2235.0 sec: 17 segments, 1 merges 2235.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2240.1 sec: 17 segments, 1 merges 2240.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2245.1 sec: 17 segments, 1 merges 2245.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2250.1 sec: 17 segments, 1 merges 2250.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2255.1 sec: 17 segments, 1 merges 2255.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2260.1 sec: 17 segments, 1 merges 2260.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2265.0 sec: 17 segments, 1 merges 2265.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2270.0 sec: 17 segments, 1 merges 2270.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2275.0 sec: 17 segments, 1 merges 2275.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2280.0 sec: 17 segments, 1 merges 2280.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2285.0 sec: 17 segments, 1 merges 2285.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2290.1 sec: 17 segments, 1 merges 2290.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2295.1 sec: 17 segments, 1 merges 2295.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2300.1 sec: 17 segments, 1 merges 2300.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2305.1 sec: 17 segments, 1 merges 2305.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2310.1 sec: 17 segments, 1 merges 2310.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2315.1 sec: 17 segments, 1 merges 2315.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2320.0 sec: 17 segments, 1 merges 2320.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2325.0 sec: 17 segments, 1 merges 2325.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2330.0 sec: 17 segments, 1 merges 2330.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2335.0 sec: 17 segments, 1 merges 2335.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2340.0 sec: 17 segments, 1 merges 2340.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2345.0 sec: 17 segments, 1 merges 2345.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2350.0 sec: 17 segments, 1 merges 2350.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2355.1 sec: 17 segments, 1 merges 2355.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2360.1 sec: 17 segments, 1 merges 2360.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2365.1 sec: 17 segments, 1 merges 2365.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2370.1 sec: 17 segments, 1 merges 2370.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2375.1 sec: 17 segments, 1 merges 2375.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2380.1 sec: 17 segments, 1 merges 2380.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2385.1 sec: 17 segments, 1 merges 2385.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2390.1 sec: 17 segments, 1 merges 2390.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2395.1 sec: 17 segments, 1 merges 2395.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2400.1 sec: 17 segments, 1 merges 2400.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2405.1 sec: 17 segments, 1 merges 2405.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2410.1 sec: 17 segments, 1 merges 2410.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2415.1 sec: 17 segments, 1 merges 2415.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2420.0 sec: 17 segments, 1 merges 2420.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2425.0 sec: 17 segments, 1 merges 2425.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2430.0 sec: 17 segments, 1 merges 2430.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2435.0 sec: 17 segments, 1 merges 2435.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2440.0 sec: 17 segments, 1 merges 2440.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2445.0 sec: 17 segments, 1 merges 2445.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2450.0 sec: 17 segments, 1 merges 2450.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2455.0 sec: 17 segments, 1 merges 2455.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2460.0 sec: 17 segments, 1 merges 2460.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2465.0 sec: 17 segments, 1 merges 2465.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2470.0 sec: 17 segments, 1 merges 2470.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2475.0 sec: 17 segments, 1 merges 2475.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2480.0 sec: 17 segments, 1 merges 2480.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2485.0 sec: 17 segments, 1 merges 2485.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2490.1 sec: 17 segments, 1 merges 2490.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2495.1 sec: 17 segments, 1 merges 2495.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2500.1 sec: 17 segments, 1 merges 2500.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2505.1 sec: 17 segments, 1 merges 2505.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2510.1 sec: 17 segments, 1 merges 2510.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2515.1 sec: 17 segments, 1 merges 2515.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2520.1 sec: 17 segments, 1 merges 2520.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2525.1 sec: 17 segments, 1 merges 2525.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2530.1 sec: 17 segments, 1 merges 2530.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2535.1 sec: 17 segments, 1 merges 2535.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2540.1 sec: 17 segments, 1 merges 2540.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2545.1 sec: 17 segments, 1 merges 2545.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2550.1 sec: 17 segments, 1 merges 2550.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2555.0 sec: 17 segments, 1 merges 2555.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2560.0 sec: 17 segments, 1 merges 2560.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2565.0 sec: 17 segments, 1 merges 2565.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2570.0 sec: 17 segments, 1 merges 2570.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2575.0 sec: 17 segments, 1 merges 2575.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2580.0 sec: 17 segments, 1 merges 2580.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2585.0 sec: 17 segments, 1 merges 2585.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2590.0 sec: 17 segments, 1 merges 2590.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2595.0 sec: 17 segments, 1 merges 2595.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2600.0 sec: 17 segments, 1 merges 2600.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2605.0 sec: 17 segments, 1 merges 2605.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2610.0 sec: 17 segments, 1 merges 2610.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2615.1 sec: 17 segments, 1 merges 2615.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2620.1 sec: 17 segments, 1 merges 2620.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2625.1 sec: 17 segments, 1 merges 2625.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2630.1 sec: 17 segments, 1 merges 2630.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2635.1 sec: 17 segments, 1 merges 2635.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2640.1 sec: 17 segments, 1 merges 2640.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2645.1 sec: 17 segments, 1 merges 2645.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2650.1 sec: 17 segments, 1 merges 2650.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2655.1 sec: 17 segments, 1 merges 2655.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2660.1 sec: 17 segments, 1 merges 2660.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2665.1 sec: 17 segments, 1 merges 2665.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2670.1 sec: 17 segments, 1 merges 2670.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2675.1 sec: 17 segments, 1 merges 2675.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2680.1 sec: 17 segments, 1 merges 2680.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2685.0 sec: 17 segments, 1 merges 2685.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2690.0 sec: 17 segments, 1 merges 2690.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2695.0 sec: 17 segments, 1 merges 2695.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2700.0 sec: 17 segments, 1 merges 2700.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2705.0 sec: 17 segments, 1 merges 2705.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2710.0 sec: 17 segments, 1 merges 2710.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2715.0 sec: 17 segments, 1 merges 2715.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2720.0 sec: 17 segments, 1 merges 2720.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2725.0 sec: 17 segments, 1 merges 2725.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2730.0 sec: 17 segments, 1 merges 2730.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2735.0 sec: 17 segments, 1 merges 2735.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2740.0 sec: 17 segments, 1 merges 2740.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2745.0 sec: 17 segments, 1 merges 2745.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2750.0 sec: 17 segments, 1 merges 2750.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2755.1 sec: 17 segments, 1 merges 2755.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2760.1 sec: 17 segments, 1 merges 2760.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2765.1 sec: 17 segments, 1 merges 2765.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2770.1 sec: 17 segments, 1 merges 2770.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2775.1 sec: 17 segments, 1 merges 2775.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2780.1 sec: 17 segments, 1 merges 2780.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2785.1 sec: 17 segments, 1 merges 2785.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2790.1 sec: 17 segments, 1 merges 2790.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2795.1 sec: 17 segments, 1 merges 2795.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2800.1 sec: 17 segments, 1 merges 2800.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2805.1 sec: 17 segments, 1 merges 2805.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2810.1 sec: 17 segments, 1 merges 2810.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2815.1 sec: 17 segments, 1 merges 2815.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2820.1 sec: 17 segments, 1 merges 2820.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2825.0 sec: 17 segments, 1 merges 2825.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2830.0 sec: 17 segments, 1 merges 2830.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2835.0 sec: 17 segments, 1 merges 2835.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2840.0 sec: 17 segments, 1 merges 2840.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2845.0 sec: 17 segments, 1 merges 2845.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2850.0 sec: 17 segments, 1 merges 2850.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2855.0 sec: 17 segments, 1 merges 2855.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2860.0 sec: 17 segments, 1 merges 2860.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2865.0 sec: 17 segments, 1 merges 2865.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2870.0 sec: 17 segments, 1 merges 2870.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2875.0 sec: 17 segments, 1 merges 2875.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2880.1 sec: 17 segments, 1 merges 2880.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2885.1 sec: 17 segments, 1 merges 2885.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2890.1 sec: 17 segments, 1 merges 2890.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2895.1 sec: 17 segments, 1 merges 2895.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2900.1 sec: 17 segments, 1 merges 2900.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2905.1 sec: 17 segments, 1 merges 2905.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2910.1 sec: 17 segments, 1 merges 2910.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2915.1 sec: 17 segments, 1 merges 2915.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2920.1 sec: 17 segments, 1 merges 2920.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2925.1 sec: 17 segments, 1 merges 2925.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2930.1 sec: 17 segments, 1 merges 2930.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2935.1 sec: 17 segments, 1 merges 2935.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2940.1 sec: 17 segments, 1 merges 2940.1s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB 2945.0 sec: 17 segments, 1 merges 2945.0s _1g6: 17 segs, 8000.0 K docs, 32009.9 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2951.90 sec index has 1 segments: segments_3: _1g6(11.0.0):C8000000 _1g6: 32155.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.91 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=48862279105 cpu@end=52101996377 deltaMS=3239.717272 thread 14 name=Reference Handler cpu@start=3060093 cpu@end=3060093 deltaMS=0.0 thread 15 name=Finalizer cpu@start=180064 cpu@end=180064 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=97433 cpu@end=97433 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=43425020 cpu@end=43425020 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=58772443204 cpu@end=58772994966 deltaMS=0.551762 thread 42 name=JFR Periodic Tasks cpu@start=543769252326 cpu@end=543927227694 deltaMS=157.975368 thread 45 name=Notification Thread cpu@start=107809 cpu@end=107809 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7513198655983 cpu@end=7513198655983 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7514403456955 cpu@end=7514403456955 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7513806433046 cpu@end=7513806433046 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7508043368134 cpu@end=7508043368134 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7509301114704 cpu@end=7509301114704 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7513582722213 cpu@end=7513582722213 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7511757361757 cpu@end=7511757361757 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7514749738379 cpu@end=7514749738379 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7513065151585 cpu@end=7513065151585 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7512702007221 cpu@end=7512702007221 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7514765901049 cpu@end=7514765901049 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7515747800158 cpu@end=7515747800158 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7512910209253 cpu@end=7512910209253 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7511130381270 cpu@end=7511130381270 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7514050516566 cpu@end=7514050516566 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7517194189042 cpu@end=7517194189042 deltaMS=0.0 Average CPU cores used: 1.0464687349770996 completed 1000 searches in 3247 ms: 307 QPS CPU time=3397 ms checking results SUMMARY: 0.943 3.247 3.397 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5682 3298.55 2425.31 2951.90 1 32155.91 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=233, Fanout min=6, mean=16.30, max=32, meandelta=402817.91 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 19 21 23 32 Graph level=2 size=7599, Fanout min=7, mean=27.28, max=32, meandelta=267971.91 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=1 size=247152, Fanout min=1, mean=28.30, max=32, meandelta=258453.05 % 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=194623.88 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=233, connectedness=1.00 Graph level=2 size=7599, connectedness=1.00 Graph level=1 size=247152, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.29.12.00.19/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': 225,156,430.74 msec task-clock:u 857,626,086,741,336 cycles:u (36.36%) 82,822,461,970,345 instructions:u (36.36%) 13,296,809,201,505 cache-references:u (36.36%) 3,629,549,452,388 cache-misses:u (36.36%) 50,582,006,140,217 L1-dcache-loads:u (36.36%) 3,520,761,643,901 L1-dcache-load-misses:u (36.36%) 4,038,121,664,508 L1-icache-loads:u (36.36%) 41,939,036,581 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 45,869,237 faults:u 20,814,105 minor-faults:u 225 major-faults:u 10,627,685,802,248 branches:u (36.36%) 113,223,873,157 branch-misses:u (36.36%) 11,467,465,282,737 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7699.792375818 seconds time elapsed 223840.944986000 seconds user 1293.235517000 seconds sys took 2:08:19.817948 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='3c607cfb38828204c104fa616a77fed0b040bb99', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', 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.247, net_cpu_ms=3.397, 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=5682, index_time_sec=3298.55, index_docs_per_sec=2425.31, force_merge_time_sec=2951.9, index_num_segments=1, index_size_on_disk_mb=32155.91, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (233, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 19, 80: 21, 90: 23, 100: 32}), 2: (7599, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247152, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=7699, microseconds=817948)) Profiler summary for /l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-29 22:55:35 (UTC) Duration: 5014 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105786967 1876485478 jdk.FileWrite 7593998 183255898 jdk.FileRead 1153841 27173368 jdk.CPULoad 93307 1927650 jdk.BooleanFlag 82336 2649854 jdk.ObjectAllocationInNewTLAB 30302 610743 jdk.Checkpoint 13862 25754600 jdk.UnsignedIntFlag 7968 274660 jdk.IntFlag 7304 270502 jdk.StringFlag 5644 222176 jdk.Compilation 1058 29033 jdk.ObjectAllocationOutsideTLAB 999 18777 jdk.CPUInformation 166 249417 jdk.GCConfiguration 166 4401 jdk.JVMInformation 166 150813 jdk.Metadata 166 18347567 jdk.GarbageCollection 25 621 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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105786967 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.64% 49M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 39.76% 42M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 5.17% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.86% 1M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.42% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.31% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.70% 744461 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.60% 637504 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.45% 479642 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.23% 246749 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 218098 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.19% 199353 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 124194 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.11% 120910 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 120851 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.09% 98671 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.09% 94575 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.08% 85933 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.05% 51808 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 43849 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.04% 43574 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 38772 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.02% 25788 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 24980 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 22902 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22327 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21869 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] 0.02% 20976 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 20761 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 20471 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 19994 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 19003 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 16768 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 16476 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.02% 16266 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 15123 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 14016 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.01% 14012 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.01% 13580 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 13294 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 12962 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 12779 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 12167 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11975 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11952 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 11839 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 11374 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 11194 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 11179 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10632 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105786967 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.49% 46M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 39.33% 41M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 5.17% 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] 3.15% 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.58% 1M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 1.42% 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] 0.83% 874508 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.70% 744458 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.60% 637504 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.44% 460829 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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.41% 430716 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% 362624 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 281141 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.23% 246499 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.21% 217907 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.18% 191369 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 103374 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.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.10% 102073 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.09% 92209 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] 0.08% 88523 org.apache.lucene.util.hnsw.RandomVectorScorer#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.08% 81678 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% 56020 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% 54898 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.05% 51808 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% 43849 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% 43574 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% 35213 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% 32209 org.apache.lucene.util.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% 31389 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.03% 29631 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 26238 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 25280 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% 24980 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% 24890 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 21869 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 19715 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.02% 19617 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% 18268 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% 16476 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.02% 16014 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.01% 14170 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] 0.01% 13868 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% 13599 java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.01% 13387 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.01% 13294 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 13090 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.01% 12860 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 12425 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 [JIT compiled code] 0.01% 12167 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 12135 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105786967 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.53% 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] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#call() [Inlined code] 23.15% 24M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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] 12.78% 13M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.51% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 2.65% 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.0x00000000231a0880#call() [Inlined code] 1.53% 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.0x00000000231a0880#call() [Inlined code] 1.41% 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.29% 1M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 1.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 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 1.01% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.82% 872669 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.69% 733191 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.67% 707455 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.43% 457307 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.0x00000000231a0880#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.41% 432641 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.0x00000000231a0880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.41% 430611 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.41% 429671 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.40% 425254 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.38% 397654 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.32% 339143 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 337298 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.30% 316719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.26% 270946 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.23% 247947 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 229599 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.20% 211781 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.20% 210476 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.0x000000002307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 199910 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.18% 190714 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.0x00000000231a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 166519 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.15% 154082 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.0x00000000231a0880#call() [Inlined code] 0.14% 148213 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1625 [Inlined code] 0.14% 145810 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.12% 121831 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.0x00000000231a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 117255 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.10% 103374 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.08% 85255 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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] 0.08% 82221 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.0x00000000231a0880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.08% 81678 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [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.07% 78457 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.07% 78456 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.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.06% 68484 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.06% 62983 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 61609 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.06% 61314 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 60132 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.06% 58812 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.05% 55462 org.apache.lucene.util.hnsw.RandomVectorScorer#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.0x00000000231a0880#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.05% 55024 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.05% 53153 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31291 events (total: 224174M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.28% 63388M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.60% 61874M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 27.02% 60563M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.44% 7713M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.65% 5937M java.util.Arrays#copyOf():3478 [Inlined code] 2.25% 5050M java.lang.Integer#valueOf():1006 [Inlined code] 2.02% 4534M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.74% 1654M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.72% 1619M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.71% 1589M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.58% 1301M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.52% 1156M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.38% 850M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.38% 845M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 771M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.19% 422M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.18% 409M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 380M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.16% 359M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.08% 186M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 182M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.08% 177M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 169M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.07% 164M java.util.ArrayList#grow():240 [Inlined code] 0.07% 162M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 158M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] 0.06% 143M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 141M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.06% 136M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.06% 130M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 118M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.05% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 108M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 106M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 101M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 93M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.04% 89M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 78M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.03% 72M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 71M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 66M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 64M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 57M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.03% 56M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.02% 49M knn.IndexerThread#_run():86 [JIT compiled code] 0.02% 45M java.util.List#of():935 [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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31291 events (total: 224174M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.87% 51258M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.34% 50071M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.36% 38916M 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.92% 24471M 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.70% 10533M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.68% 10491M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.44% 7713M 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.63% 5897M 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.24% 5032M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 2.02% 4534M 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.71% 1589M 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.58% 1301M 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.50% 1126M 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.41% 916M 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% 845M 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.37% 839M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.34% 752M 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.29% 661M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 659M 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.17% 370M 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% 319M 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.14% 306M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 302M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 200M 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.09% 198M 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.08% 186M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 185M 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.08% 182M 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% 177M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 169M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.07% 164M 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.07% 158M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():150 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.07% 155M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [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 [Inlined code] 0.06% 141M 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% 140M 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% 136M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.06% 130M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [Interpreted code] 0.05% 118M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.05% 118M 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% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.05% 106M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.05% 101M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.04% 99M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 93M 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.04% 89M 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.0x0000000023182000#concat() [Inlined code] 0.04% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.29.12.00.19/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.29.12.00.19/bench-knn-q32-fmTrue.jfr is 2038.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31291 events (total: 224174M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.33% 38852M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 9.22% 20673M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000231a0880#call() [Inlined code] 8.82% 19772M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000231a0880#call() [Inlined code] 7.28% 16321M 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.20% 13894M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000231a0880#call() [Interpreted code] 5.88% 13178M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000231a0880#call() [Interpreted code] 3.66% 8195M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#call() [JIT compiled code] 3.64% 8155M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#call() [JIT compiled code] 3.64% 8150M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.63% 5897M 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.24% 5032M 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.02% 4534M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.70% 3800M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.66% 3714M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.65% 3696M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 1.63% 3647M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.48% 3315M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.31% 2937M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.10% 2469M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.04% 2337M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.02% 2291M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.97% 2178M 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.0x00000000231a0880#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.96% 2158M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.77% 1729M 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.0x00000000231a0880#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.69% 1540M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.68% 1531M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.62% 1378M 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.0x00000000231a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.58% 1297M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.50% 1126M 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.0x00000000231a0880#call() [Inlined code] 0.41% 915M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.38% 858M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.34% 758M 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.0x00000000231a0880#call() [Interpreted code] 0.33% 731M 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.32% 722M 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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.31% 693M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.26% 580M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.22% 501M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#call() [JIT compiled code] 0.21% 464M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.19% 422M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.18% 408M 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.0x00000000231a0880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 394M 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.0x00000000231a0880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 320M 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.0x00000000231a0880#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% 302M 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.0x00000000231a0880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.13% 288M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.13% 282M 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.0x00000000231a0880#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.12% 280M 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.0x00000000231a0880#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% 265M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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.10% 229M 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.0x00000000231a0880#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.10% 224M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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.0x00000000231a0880#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.0x00000000231a0dd8#run() [JIT compiled code] 0.10% 216M 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000231a0880#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] 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 929.11 8610.43 1102.61 1 36185.72 0.882 2.341 2.445 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 936.94 8538.48 0.00 16 36041.32 0.897 13.397 14.025 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1467.31 5452.17 1136.73 1 40090.84 0.929 2.503 2.615 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1477.98 5412.79 0.00 21 39936.72 0.954 15.643 16.367 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3247.35 2463.55 0.00 16 32012.04 0.975 12.315 12.903 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3298.55 2425.31 2951.90 1 32155.91 0.943 3.247 3.397 1.046 saving all results to /l/logs.nightly/2026.05.29.12.00.19/knn_results.pk done! took 26983.2 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-29 20:46:10.592209] now generate KNN nightly charts [2026-05-29 20:46:13.934968] 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=2354059 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-30 00:46:14 (UTC) Duration: 134 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3987489 83259354 jdk.CPUTimeSample 3923453 69072547 jdk.FileRead 796369 18919086 jdk.ObjectAllocationInNewTLAB 162556 3020524 jdk.ObjectAllocationOutsideTLAB 49970 842252 jdk.BooleanFlag 11072 350892 jdk.Compilation 6199 159996 jdk.CPULoad 2403 47453 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 862 26757272 jdk.StringFlag 720 26887 jdk.GarbageCollection 45 1069 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3923453 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.33% 248452 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 5.57% 218343 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.22% 204723 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.73% 185738 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 4.25% 166896 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.44% 135155 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.22% 126228 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.75% 107783 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.52% 98736 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.28% 89467 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.68% 65725 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.59% 62486 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.56% 61020 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.46% 57402 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.34% 52719 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.30% 51168 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.19% 46575 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 1.18% 46165 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.10% 43255 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.03% 40438 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.95% 37120 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.95% 37088 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.94% 36836 java.lang.Character#toChars():9872 [Inlined code] 0.92% 36215 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.79% 31054 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.78% 30650 java.lang.Character#codePointAt():9662 [Inlined code] 0.74% 29170 java.lang.ThreadLocal#get():171 [Inlined code] 0.73% 28767 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.73% 28608 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.70% 27325 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.69% 26954 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.53% 20653 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.51% 19989 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.50% 19489 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.47% 18503 java.lang.Character#codePointAt():9665 [Inlined code] 0.47% 18433 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.44% 17332 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.42% 16587 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.41% 16104 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.39% 15470 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.39% 15374 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.38% 15007 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.38% 14928 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.37% 14526 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.36% 14137 java.lang.Character#toLowerCase():11251 [Inlined code] 0.36% 14080 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.35% 13797 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.35% 13744 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.34% 13268 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.34% 13247 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3923453 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.57% 218343 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.73% 185737 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.25% 166771 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.44% 135154 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.22% 126228 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.21% 126139 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 3.12% 122313 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.73% 107066 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% 98736 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.27% 89047 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.68% 65725 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.59% 62465 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.56% 61017 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.46% 57401 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.46% 57239 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.35% 52820 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.34% 52719 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.30% 51168 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.25% 48903 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.19% 46575 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 1.18% 46164 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.17% 45761 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.10% 43255 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.94% 36836 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.93% 36647 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.92% 36215 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.79% 31035 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.73% 28826 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.73% 28766 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.70% 27307 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.69% 26946 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.65% 25685 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.53% 20653 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.52% 20499 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.51% 19989 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.51% 19911 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.48% 18931 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.46% 17888 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.42% 16581 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 15619 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.39% 15312 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.39% 15271 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.39% 15129 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.38% 15006 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.38% 14928 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.37% 14489 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.36% 14006 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.35% 13881 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.35% 13797 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.35% 13735 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [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.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3923453 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.43% 213238 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.73% 185737 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] 4.25% 166743 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.33% 130470 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():1918 [JIT compiled code] 3.20% 125444 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.09% 121127 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.98% 117095 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.51% 98502 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.19% 85930 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.68% 65725 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.59% 62463 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.46% 57186 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():1918 [JIT compiled code] 1.40% 54951 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.34% 52717 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.31% 51563 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.30% 51168 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.24% 48561 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.19% 46572 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.18% 46164 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():1830 [JIT compiled code] 1.13% 44205 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.06% 41545 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.05% 41352 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.94% 36836 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.93% 36647 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():1918 [JIT compiled code] 0.92% 36215 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():1830 [JIT compiled code] 0.79% 30910 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.76% 30012 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.73% 28766 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():1918 [JIT compiled code] 0.73% 28725 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% 27668 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.70% 27307 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():1918 [JIT compiled code] 0.69% 26946 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.65% 25464 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.55% 21679 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.53% 20652 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.52% 20319 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.51% 19989 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.45% 17669 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% 16580 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.40% 15618 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.39% 15357 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.39% 15312 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.39% 15269 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.38% 15006 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():1918 [JIT compiled code] 0.38% 15002 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.36% 14006 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.35% 13797 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.35% 13734 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():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% 13533 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.34% 13436 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3923453 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.08% 120933 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.98% 116917 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.75% 107877 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.74% 107556 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.69% 105682 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 2.37% 93032 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.34% 91641 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.19% 85930 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():1830 [JIT compiled code] 2.02% 79275 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.01% 78808 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.95% 76363 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.64% 64367 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.55% 60794 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 1.31% 51563 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.0x00000000311d8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.24% 48532 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.13% 44186 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.07% 41905 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.06% 41494 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.05% 41335 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.79% 30957 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.78% 30631 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.76% 29986 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.73% 28767 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.73% 28725 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% 27984 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.71% 27782 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.69% 26941 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.69% 26933 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.67% 26423 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.66% 25730 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.65% 25632 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.65% 25392 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.62% 24248 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.59% 22955 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.57% 22317 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 21867 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.55% 21533 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.51% 20005 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 18260 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.46% 18169 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.44% 17221 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.43% 16954 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.43% 16677 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.42% 16546 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.42% 16457 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.39% 15326 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.39% 15311 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.35% 13542 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.34% 13524 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.34% 13368 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3923453 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.08% 120933 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.98% 116917 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.74% 107676 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.59% 101714 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.54% 99705 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.37% 93018 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.34% 91630 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.02% 79128 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.00% 78640 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.94% 76244 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.54% 60469 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 57128 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.31% 51563 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.0x00000000311d8000#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.14% 44685 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 41822 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.04% 40956 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.03% 40369 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.03% 40255 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.97% 37918 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.96% 37798 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.79% 30895 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.78% 30575 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.76% 29943 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.73% 28758 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.73% 28725 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% 27776 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.69% 26941 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.0x00000000311d8000#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.67% 26382 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.65% 25626 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.65% 25585 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 25335 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.63% 24866 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.62% 24238 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.60% 23688 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 22278 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.56% 21838 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.55% 21528 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.51% 19968 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.47% 18251 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.44% 17187 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.43% 16917 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.42% 16645 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.42% 16496 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.42% 16477 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.42% 16426 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 15288 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.34% 13315 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 13301 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [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.32% 12658 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.32% 12551 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 212493 events (total: 314000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53841M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.35% 29361M java.lang.StringUTF16#compress():212 [Inlined code] 8.64% 27115M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.15% 22453M perf.LineFileDocs#readDocs():176 [JIT compiled code] 7.14% 22421M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.57% 14347M java.lang.StringUTF16#compress():216 [Inlined code] 3.49% 10967M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.34% 10481M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.20% 10058M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.61% 8199M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.25% 7077M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.97% 6182M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.89% 5928M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.86% 5824M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.81% 5686M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.77% 5562M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.76% 5513M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.60% 5018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.56% 4912M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.41% 4434M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.33% 4166M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.27% 3993M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.22% 3821M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.87% 2740M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.63% 1985M java.nio.HeapByteBuffer#():75 [Inlined code] 0.60% 1878M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.55% 1726M java.util.ArrayList#grow():240 [Inlined code] 0.54% 1705M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1554M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.46% 1457M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.45% 1406M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.44% 1396M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.33% 1030M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.32% 993M java.util.ArrayDeque#():179 [Inlined code] 0.31% 964M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.31% 961M perf.LineFileDocs#intToID():299 [Inlined code] 0.30% 947M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.29% 906M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.28% 888M java.util.List#of():935 [Inlined code] 0.27% 858M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.26% 821M perf.LineFileDocs#intToID():305 [Inlined code] 0.20% 616M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.18% 555M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 509M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.16% 502M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.16% 493M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.13% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.11% 360M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 353M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 212493 events (total: 314000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 53798M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.35% 29361M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.63% 27109M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.15% 22453M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.14% 22421M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.57% 14347M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.49% 10967M org.apache.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.16% 9911M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.60% 8166M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.58% 8095M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.25% 7077M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.97% 6182M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.89% 5928M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.86% 5824M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.81% 5686M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.76% 5513M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.71% 5377M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.60% 5018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.56% 4912M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.41% 4434M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.33% 4166M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 3990M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.22% 3821M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.76% 2386M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 1985M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.60% 1878M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.55% 1726M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.54% 1689M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.50% 1554M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1457M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.44% 1394M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.34% 1053M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.33% 1030M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 988M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.31% 976M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.31% 964M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.31% 961M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 953M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 947M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 906M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 858M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 845M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.26% 821M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 811M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.18% 555M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 509M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 502M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.16% 493M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.12% 376M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 212493 events (total: 314000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 53798M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.53% 26777M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.48% 26616M 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.15% 22453M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.59% 17538M org.apache.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.55% 14275M 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.14% 9862M 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.57% 8084M 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% 8034M 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.25% 7077M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.97% 6182M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.86% 5855M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 1.86% 5824M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.81% 5686M 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.76% 5513M 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.60% 5021M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 5018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.56% 4912M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.52% 4773M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.41% 4434M 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.33% 4166M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 3990M 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% 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():1918 [JIT compiled code] 1.00% 3150M 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.91% 2849M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.76% 2386M 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.61% 1905M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003113cb30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.55% 1726M 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.53% 1678M 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.51% 1609M org.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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1378M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1334M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.42% 1316M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.38% 1193M 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.34% 1058M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.34% 1053M 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.33% 1033M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.33% 1030M 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% 990M 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.31% 986M 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% 976M 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% 961M 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% 961M 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.30% 953M 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.30% 947M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 906M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 887M 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.27% 858M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 845M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 212493 events (total: 314000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 53798M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.48% 26616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22453M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.55% 14275M 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.69% 11597M 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.38% 7457M 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():364 [Interpreted code] 2.25% 7077M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.86% 5833M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.76% 5522M org.apache.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.76% 5513M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.65% 5168M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.60% 5015M 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():364 [JIT compiled code] 1.57% 4938M 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.56% 4912M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.56% 4909M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.56% 4907M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.52% 4773M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000311d8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.42% 4445M 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.0x00000000311d8000#merge() [Interpreted code] 1.36% 4255M 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():1918 [JIT compiled code] 1.33% 4166M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 3818M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.07% 3345M 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.0x00000000311d8000#merge() [Interpreted code] 1.04% 3258M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.01% 3178M 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():1918 [JIT compiled code] 1.00% 3150M 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.88% 2772M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.87% 2726M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.86% 2697M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.85% 2658M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.80% 2510M 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():364 [JIT compiled code] 0.77% 2431M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.77% 2422M org.apache.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.72% 2263M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.71% 2233M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.61% 1930M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.55% 1726M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003113cb30#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.54% 1692M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.53% 1678M 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.51% 1614M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.50% 1582M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.50% 1558M 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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1413M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1334M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1293M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.38% 1193M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1191M org.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.36% 1125M org.apache.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.33% 1033M 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.33% 1030M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 212493 events (total: 314000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 53798M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.48% 26616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22453M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.55% 14275M 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.69% 11597M 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.0x00000000311d8000#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.25% 7077M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.16% 6784M 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():364 [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.86% 5833M 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.0x00000000311d8000#merge() [Interpreted code] 1.58% 4971M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.57% 4938M 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.0x00000000311d8000#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.55% 4873M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.54% 4835M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.52% 4773M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000311d8000#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.49% 4665M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.46% 4586M 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():364 [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.42% 4467M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.42% 4445M 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.0x00000000311d8000#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.33% 4166M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.32% 4143M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.27% 3977M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.07% 3345M 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.0x00000000311d8000#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.04% 3258M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.00% 3150M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.94% 2940M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.87% 2726M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.86% 2686M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.85% 2658M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.78% 2442M 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():364 [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.77% 2431M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.73% 2298M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.72% 2263M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.65% 2051M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [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% 1930M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 1689M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003113cb30#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.53% 1678M 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.0x00000000311d8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.50% 1574M 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():364 [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.50% 1558M 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.0x00000000311d8000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.50% 1558M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1531M 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():364 [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.47% 1484M 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():364 [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.46% 1446M 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():364 [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.44% 1378M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.43% 1334M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1293M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.38% 1193M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1125M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.35% 1098M 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():364 [Interpreted code] 0.34% 1062M org.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 1033M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocs.top.log [2026-05-29 20:50:18.911349] took 108.0 sec [2026-05-29 20:50:18.915403] medIndexAtClose None [2026-05-29 20:50:18.916627] 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=2357483 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 63 Start: 2026-05-30 04:25:59 (UTC) Duration: 1533 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 95479590 1909553330 jdk.FileWrite 4131573 112978427 jdk.ObjectAllocationInNewTLAB 114455 2469904 jdk.FileRead 65533 1870189 jdk.BooleanFlag 43596 1438857 jdk.CPULoad 8428 176988 jdk.ObjectAllocationOutsideTLAB 7026 138753 jdk.UnsignedIntFlag 3906 140049 jdk.IntFlag 3528 131229 jdk.StringFlag 2835 110880 jdk.Checkpoint 1904 57339361 jdk.Compilation 84 2387 jdk.CPUInformation 63 94689 jdk.GCConfiguration 63 1701 jdk.JVMInformation 63 76041 jdk.Metadata 63 6963264 jdk.GarbageCollection 14 367 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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95479590 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.21% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.83% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.75% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.41% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.01% 962637 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.92% 879093 java.util.ArrayList#elementData():412 [Inlined code] 0.89% 847664 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.54% 511101 java.util.Arrays#fill():3144 [Inlined code] 0.53% 506360 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.39% 371596 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.35% 332551 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.33% 313107 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.25% 235627 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.25% 235223 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.23% 223662 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.22% 210274 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.17% 164794 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.15% 139415 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.14% 136663 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.14% 133932 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.14% 129231 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.12% 118121 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 115982 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.10% 96579 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 94486 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 91701 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 87285 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 82679 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.08% 79459 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.08% 79243 java.util.Arrays#fill():3143 [Inlined code] 0.08% 72764 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 72216 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.07% 69648 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 69416 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.07% 68413 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.07% 67507 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.07% 67437 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 67376 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.07% 65171 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 63903 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.07% 63093 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 61686 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 59259 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 57200 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 56754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.05% 52322 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 51621 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.05% 51524 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] 0.05% 50654 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.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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95479590 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.21% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.83% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.62% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.41% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.01% 962637 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.92% 878809 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.89% 847664 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.54% 511101 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.53% 506360 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.35% 332551 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.31% 300274 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% 235627 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.23% 223662 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.22% 210274 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.17% 164794 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.16% 154967 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.16% 151419 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 139415 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.14% 133932 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.14% 129188 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 125394 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.13% 125273 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.12% 115982 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.12% 110930 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.10% 97717 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 94486 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 87285 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 83804 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.08% 79459 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 79243 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.08% 72764 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.07% 71302 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.07% 70166 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.07% 70112 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.07% 67433 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 67119 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 64032 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 63896 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% 62162 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 62045 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 58297 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% 57200 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 56754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 55524 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 53118 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.05% 52322 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 51524 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.05% 50654 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.05% 48182 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95479590 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.21% 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] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.19% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.54% 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.41% 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.19% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.88% 841138 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.84% 802664 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.64% 608268 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.54% 511101 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% 478663 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.44% 417971 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.35% 331530 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.30% 287223 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% 235627 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 200821 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [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] 0.19% 181816 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.19% 180608 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.16% 154967 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 154675 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined 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] 0.16% 149090 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% 139415 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.13% 126733 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.13% 120223 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 118155 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined 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.12% 112381 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.12% 110930 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% 98044 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.10% 97058 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% 94486 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 83804 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 79243 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.08% 75421 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.07% 70112 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 68174 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.07% 68077 org.apache.lucene.util.FixedBitSet#getAndSet():330 [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% 68001 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.07% 66052 org.apache.lucene.util.hnsw.RandomVectorScorer#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.06% 61435 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% 59747 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.06% 58381 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 57282 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.06% 56754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.06% 56695 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% 53540 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():1918 [JIT compiled code] 0.06% 52751 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 52322 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.05% 50654 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] 0.05% 50565 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.05% 50471 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95479590 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 14.07% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 13.69% 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():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.95% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.40% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.91% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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] 3.98% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.18% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.94% 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.50% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.78% 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.77% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.50% 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [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():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] 0.98% 933641 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.88% 841138 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.81% 773505 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% 719173 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.72% 690100 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.67% 643443 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.64% 608268 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.63% 601872 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.53% 508541 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.50% 478663 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.48% 459177 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.39% 374087 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.39% 369127 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.35% 331530 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.30% 287223 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 221646 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 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.21% 200821 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 195251 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.19% 181816 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.16% 154675 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined 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 [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.16% 148569 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.15% 146198 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.15% 143987 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% 139415 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.13% 120223 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.12% 118155 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined 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 [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% 111697 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.12% 111584 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 108327 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.11% 102740 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 97872 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.10% 94101 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 89820 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 [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.09% 87439 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 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 75405 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.07% 70112 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 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.07% 68174 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95479590 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.72% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.63% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 10.18% 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] 9.99% 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.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] 8.18% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.08% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.73% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 2.03% 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] 2.01% 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.87% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.60% 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.58% 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.50% 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.42% 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.34% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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.22% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.85% 816155 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.83% 789318 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.82% 787672 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.0x00000000122154d0#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.75% 716011 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.72% 689471 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.67% 643443 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.66% 626976 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.63% 601741 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [JIT compiled code] 0.57% 546431 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.52% 498433 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.50% 478663 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.49% 469220 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.49% 465470 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.48% 459177 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.0x00000000122154d0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.47% 450652 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.47% 447463 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.45% 433347 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.45% 429523 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.41% 390928 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.37% 356702 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.37% 356378 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.36% 341106 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 337354 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 332599 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% 324656 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.33% 313672 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 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.32% 305773 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.30% 284404 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 [JIT compiled code] 0.28% 271817 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.0x00000000122154d0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.23% 221646 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 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 195251 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.20% 194238 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 188687 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#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% 179654 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121480 events (total: 113448M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 25.16% 28538M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 25.05% 28421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.21% 7042M java.nio.HeapByteBuffer#():75 [Inlined code] 6.17% 7004M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.35% 6066M perf.LineFileDocs#readVector():212 [Inlined code] 3.12% 3536M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 3.11% 3522M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.62% 2976M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.31% 2616M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.48% 1681M java.lang.StringUTF16#compress():212 [Inlined code] 1.48% 1681M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.28% 1450M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.24% 1403M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.18% 1333M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.08% 1229M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.96% 1086M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.87% 983M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.78% 881M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.77% 871M java.lang.StringUTF16#compress():216 [Inlined code] 0.66% 752M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 737M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.47% 534M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.44% 500M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.41% 466M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.38% 436M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.38% 433M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.34% 387M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 362M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.32% 358M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 334M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.29% 326M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.25% 287M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 275M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.22% 251M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.21% 242M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.16% 184M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 178M java.util.ArrayList#grow():240 [Inlined code] 0.15% 172M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 152M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.13% 145M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.12% 141M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.12% 137M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.12% 137M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.12% 135M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.11% 130M java.util.ArrayDeque#():179 [Inlined code] 0.11% 126M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 117M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.09% 105M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 99M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.09% 98M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121480 events (total: 113448M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 25.16% 28538M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 24.92% 28265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.21% 7042M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 6.17% 7004M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 5.35% 6066M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.12% 3536M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 3.11% 3522M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.62% 2976M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.31% 2616M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.48% 1681M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.48% 1681M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 1450M org.apache.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.24% 1403M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.15% 1309M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.08% 1229M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.87% 983M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.79% 894M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.78% 881M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.77% 871M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.47% 534M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 493M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.42% 477M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.41% 466M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 433M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.37% 414M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.34% 387M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 362M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 329M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 326M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.28% 318M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.27% 309M 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% 287M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 275M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.24% 274M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.22% 244M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 242M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.17% 197M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.17% 192M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.16% 178M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.14% 155M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.13% 152M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.13% 144M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 137M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.12% 135M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.12% 131M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 130M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.11% 127M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.11% 126M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.11% 126M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 0.10% 117M perf.LineFileDocs#nextDoc():642 [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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121480 events (total: 113448M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.95% 26033M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.68% 25733M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.17% 7004M 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] 5.98% 6781M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.35% 6066M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.12% 3536M 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.62% 2976M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.30% 2607M 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.23% 2532M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.21% 2505M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.82% 2063M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.48% 1681M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.31% 1480M 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.15% 1309M 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.08% 1229M 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.88% 1003M org.apache.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.87% 983M 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.81% 914M 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.79% 894M 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.76% 860M 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.74% 834M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.59% 668M 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.54% 615M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.49% 552M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.47% 534M 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% 466M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.38% 433M 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.34% 389M 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.34% 387M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.32% 366M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 362M 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.29% 326M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.28% 321M 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.27% 309M 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.25% 287M 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% 284M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.24% 275M 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.22% 247M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000012186a30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.20% 229M 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():1918 [JIT compiled code] 0.19% 213M 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.17% 192M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.17% 188M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.16% 186M 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.16% 185M 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% 178M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.15% 170M 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.15% 166M 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% 152M 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.13% 144M 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 [JIT compiled code] 0.12% 137M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121480 events (total: 113448M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.42% 17489M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 15.31% 17369M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 6.17% 7004M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 5.98% 6781M 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.35% 6066M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.14% 5835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 4.95% 5613M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 2.62% 2976M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.30% 2607M 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.82% 2063M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.81% 2058M 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.77% 2011M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.75% 1989M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.48% 1681M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.35% 1532M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 1.31% 1480M 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.30% 1477M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 1.28% 1454M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.87% 983M 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.79% 901M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.76% 860M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.74% 834M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000121ffce0#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.64% 724M 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.0x00000000121ffce0#merge() [Interpreted code] 0.62% 701M 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.59% 668M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 655M 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.0x00000000121ffce0#merge() [Interpreted code] 0.52% 586M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.52% 585M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.51% 574M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.49% 557M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 552M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 0.49% 552M 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 [JIT compiled code] 0.46% 520M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.43% 493M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.42% 478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.41% 464M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.38% 433M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.36% 406M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.34% 389M 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.34% 387M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.34% 383M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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% 367M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.32% 366M 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.28% 321M 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#call() [JIT compiled code] 0.27% 309M 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.0x00000000122154d0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 307M 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():1918 [JIT compiled code] 0.24% 275M 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% 267M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.23% 260M 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():1918 [JIT compiled code] 0.21% 233M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000012186a30#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1996.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 121480 events (total: 113448M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.42% 17489M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000122154d0#call() [JIT compiled code] 15.31% 17369M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000122154d0#call() [JIT compiled code] 6.17% 7004M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] 5.98% 6781M 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.35% 6066M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.14% 5835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.95% 5613M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.62% 2976M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.14% 2423M 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.0x00000000122154d0#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.82% 2063M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#call() [JIT compiled code] 1.81% 2058M 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.0x00000000121ffce0#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.77% 2011M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.75% 1989M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.48% 1681M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.35% 1532M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.31% 1480M 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.28% 1454M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.87% 983M 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.0x00000000121ffce0#merge() [Interpreted code] 0.82% 927M 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():364 [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.79% 901M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.76% 860M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.74% 834M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000121ffce0#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.64% 724M 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.0x00000000121ffce0#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.62% 701M 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.0x00000000121ffce0#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.58% 655M 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.0x00000000121ffce0#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.55% 624M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#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.51% 582M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 552M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.48% 546M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.48% 541M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 512M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.43% 493M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.42% 478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.41% 464M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 433M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 406M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 387M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 383M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.32% 367M 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.0x00000000122154d0#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.30% 343M 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.0x00000000122154d0#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.30% 339M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.29% 334M 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():364 [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% 307M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 305M 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.0x00000000122154d0#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.0x0000000012215a28#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.26% 294M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.26% 290M 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000122154d0#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.0x0000000012215a28#run() [JIT compiled code] 0.24% 275M 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.0x00000000121ffce0#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% 274M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.24% 267M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 260M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] move log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectors.top.log [2026-05-30 01:31:48.860655] took 13917.0 sec [2026-05-30 01:31:49.671720] medIndexVectorsAtClose None [2026-05-30 01:31:49.678708] 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=2528610 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 161 Start: 2026-05-30 07:06:09 (UTC) Duration: 1371 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83341331 1666734502 jdk.FileWrite 11007991 300010026 jdk.ObjectAllocationInNewTLAB 350206 7184754 jdk.FileRead 204994 5993533 jdk.BooleanFlag 111412 3677079 jdk.ObjectAllocationOutsideTLAB 53344 987407 jdk.CPULoad 20143 423003 jdk.UnsignedIntFlag 9982 357903 jdk.IntFlag 9016 335363 jdk.StringFlag 7245 285775 jdk.Checkpoint 6063 134298041 jdk.CPUInformation 161 241983 jdk.GCConfiguration 161 4347 jdk.JVMInformation 161 200606 jdk.Metadata 161 17795008 jdk.Compilation 140 3913 jdk.GarbageCollection 43 1124 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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83341330 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.39% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 35.37% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 6.28% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.48% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.23% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.67% 556546 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.63% 522667 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.58% 486311 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.51% 428106 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.49% 408358 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.36% 300469 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 261658 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 239132 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 216782 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.26% 213285 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.25% 204365 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 193071 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.21% 171522 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 157010 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 151308 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 143992 java.util.Arrays#fill():3144 [Inlined code] 0.17% 143944 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 129712 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.15% 121773 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 115556 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 106282 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.12% 103801 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 102239 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 100233 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 97108 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 92354 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.10% 82753 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 73953 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 67645 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 64993 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 58065 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 57854 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 57417 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 56411 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 54707 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 53624 java.util.Arrays#fill():3143 [Inlined code] 0.06% 51115 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 48817 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 43834 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 43761 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 42353 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 41456 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 41357 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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83341330 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.37% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.78% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 6.28% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.23% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.21% 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.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.67% 556546 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.58% 486311 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.56% 466810 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.51% 428105 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.49% 408358 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 317638 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 300469 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 239132 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 226461 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% 216782 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.26% 213285 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.25% 204365 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 201802 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.23% 193071 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.20% 167712 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.19% 160769 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.19% 157010 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.18% 151308 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% 143992 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 129712 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115556 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.13% 106282 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 100233 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% 97108 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 94171 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.11% 92354 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 87683 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 73953 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 67975 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 64993 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 59856 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57854 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 57417 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.07% 56411 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 55942 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% 54707 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% 53624 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 50027 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 49705 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 48817 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% 47890 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 43834 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.05% 43757 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83341330 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.37% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.96% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 6.28% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.23% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.05% 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.66% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.25% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.15% 960659 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.67% 554922 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.58% 486311 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.56% 466810 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.55% 461528 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.51% 427470 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.49% 406880 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.45% 376262 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% 317638 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.36% 300466 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.29% 238544 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.25% 205991 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.23% 195435 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.23% 193071 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 157528 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.19% 157010 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% 152543 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.18% 152215 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 143992 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% 129817 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.16% 129712 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% 116895 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 115556 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.13% 111836 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 109642 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 109339 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% 96002 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% 92354 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.11% 90105 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():1918 [JIT compiled code] 0.10% 87435 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 77518 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% 73952 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% 71985 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% 69435 org.apache.lucene.util.FixedBitSet#getAndSet():330 [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.08% 65162 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% 65072 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 57223 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% 55145 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.07% 54761 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.07% 54482 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.06% 53973 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.06% 53624 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% 46527 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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83341330 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.96% 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.17% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 6.28% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.79% 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] 2.98% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#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():1625 [JIT compiled code] 2.51% 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.80% 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.66% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.40% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.25% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.03% 860910 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.90% 751586 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.67% 554922 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% 466810 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.55% 461528 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.55% 458001 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.51% 427464 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.49% 406880 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.45% 376262 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% 305978 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():1625 [JIT compiled code] 0.36% 300466 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.29% 238544 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.25% 205287 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.23% 195435 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 182234 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.19% 157528 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 157010 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.18% 152543 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.18% 152215 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000007c202828#call() [JIT compiled code] 0.16% 129589 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% 124349 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 121244 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% 116895 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.13% 111836 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.13% 109065 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.12% 96002 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.10% 86134 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.10% 85889 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.10% 80964 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% 77518 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% 71985 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.09% 71774 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.0x000000007c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.08% 69435 org.apache.lucene.util.FixedBitSet#getAndSet():330 [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% 65162 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.07% 62317 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.07% 59633 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.07% 58413 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% 57223 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% 55145 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.07% 54482 org.apache.lucene.util.hnsw.RandomVectorScorer#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83341330 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.96% 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.77% 21M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.43% 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.90% 3M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.98% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.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.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.79% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 1.65% 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.55% 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 [Inlined code] 1.40% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 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] 1.25% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007c202828#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% 860474 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.75% 625325 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.69% 576195 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.67% 554922 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.60% 498221 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.56% 466810 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 461528 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x000000007c202828#call() [JIT compiled code] 0.47% 392445 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.46% 381293 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.42% 349695 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 [Inlined code] 0.41% 345448 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.37% 305978 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 227086 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.27% 225448 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% 205287 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.24% 199502 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.23% 193321 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 182234 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.22% 182208 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.0x000000007c202828#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% 162486 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [Inlined code] 0.19% 157010 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.18% 152543 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.0x000000007c202828#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.18% 147736 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 147527 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.0x000000007c202828#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% 142474 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000007c202828#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.0x000000007c202d80#run() [JIT compiled code] 0.16% 129589 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000007c1fad48#merge() [Interpreted code] 0.15% 124349 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 121244 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 116885 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] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.14% 112751 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [Inlined code] 0.13% 109065 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.13% 107062 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 104651 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 [Inlined code] 0.12% 96687 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [Inlined code] 0.12% 96002 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():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000007c1fad48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.10% 86134 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 85889 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 81084 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 [Inlined code] 0.10% 80964 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 403548 events (total: 342655M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.28% 72904M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.09% 58563M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.83% 57657M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.27% 21492M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.24% 21378M java.nio.HeapByteBuffer#():75 [Inlined code] 5.76% 19733M perf.LineFileDocs#readVector():212 [JIT compiled code] 2.83% 9689M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.66% 9120M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.44% 8366M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.49% 5101M java.lang.StringUTF16#compress():212 [Inlined code] 1.47% 5046M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.31% 4477M perf.LineFileDocs#readDocs():176 [JIT compiled code] 0.99% 3385M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.90% 3088M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.90% 3085M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.85% 2912M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.72% 2484M java.lang.StringUTF16#compress():216 [Inlined code] 0.61% 2092M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.60% 2058M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.52% 1786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.46% 1561M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1547M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 1504M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.44% 1491M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.41% 1406M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 1367M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.39% 1327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.35% 1189M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.34% 1170M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 993M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 860M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 829M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.23% 784M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.19% 655M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 538M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 528M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 509M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 486M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.11% 362M java.util.ArrayList#grow():240 [Inlined code] 0.10% 357M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 352M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 346M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 344M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.10% 327M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 291M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.08% 276M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.08% 272M java.util.ArrayDeque#():179 [Inlined code] 0.08% 258M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 252M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 403548 events (total: 342655M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.28% 72904M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 16.98% 58181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.83% 57657M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.27% 21492M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.24% 21378M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.49% 18817M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.83% 9689M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.66% 9120M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.44% 8366M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.49% 5101M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.47% 5046M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.31% 4477M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.99% 3385M org.apache.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.90% 3085M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 3050M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.85% 2912M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.72% 2484M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.61% 2092M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.52% 1786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.49% 1674M 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% 1561M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1546M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 1406M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 1367M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.39% 1327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.34% 1170M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.31% 1069M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.30% 1030M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.29% 993M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.28% 962M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.27% 915M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.25% 860M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 829M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.19% 655M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.15% 498M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 467M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 439M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 407M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 383M 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% 382M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.11% 362M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.10% 355M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.10% 352M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.10% 344M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.10% 327M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 305M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 291M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.08% 286M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 271M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 403548 events (total: 342655M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.42% 52821M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.31% 52457M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.95% 37533M 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.75% 29978M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.27% 21492M 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.73% 19624M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.49% 18817M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.66% 9120M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.44% 8366M 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.67% 5739M 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.56% 5359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.52% 5199M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.32% 4528M 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.31% 4477M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 4294M 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.15% 3949M 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.01% 3446M 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% 3050M 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.85% 2912M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.72% 2467M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.64% 2187M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.61% 2092M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.51% 1742M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.49% 1674M 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.48% 1643M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1599M 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% 1561M 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% 1546M 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.41% 1406M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.40% 1367M 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.39% 1327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.34% 1170M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.34% 1151M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 1081M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.30% 1021M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.27% 915M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.26% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.25% 860M 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% 667M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.19% 655M 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.19% 648M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 635M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 620M 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.18% 620M 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.18% 616M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007c13d000#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 534M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 498M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.12% 409M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.11% 383M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 403548 events (total: 342655M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.95% 37533M 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.80% 30169M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.78% 30071M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.75% 29978M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 6.27% 21492M 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():1625 [JIT compiled code] 5.73% 19624M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.49% 18817M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.90% 16803M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.90% 16788M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.66% 9120M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.67% 5739M 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.32% 4528M 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.31% 4477M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 4294M 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.25% 4283M 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.19% 4082M 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():364 [JIT compiled code] 1.13% 3869M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.02% 3511M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.01% 3446M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.00% 3433M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.81% 2761M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 2600M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.72% 2467M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.61% 2092M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1796M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.51% 1732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.48% 1643M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000007c1efc10#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.48% 1635M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 0.48% 1631M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 1595M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.46% 1572M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.45% 1555M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.44% 1495M 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.0x000000007c1efc10#merge() [Interpreted code] 0.41% 1406M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.41% 1394M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 1340M 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.0x000000007c1efc10#merge() [Interpreted code] 0.39% 1327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.38% 1317M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.35% 1205M 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.35% 1194M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.34% 1151M 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.32% 1081M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.31% 1064M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.30% 1021M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 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.0x000000007c202828#call() [JIT compiled code] 0.28% 966M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.28% 964M 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():1918 [JIT compiled code] 0.27% 915M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.26% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.25% 866M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.23% 781M org.apache.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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2039.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 403548 events (total: 342655M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.95% 37533M 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.80% 30169M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000007c202828#call() [JIT compiled code] 8.78% 30071M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000007c202828#call() [JIT compiled code] 8.75% 29978M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.27% 21492M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.73% 19624M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.49% 18817M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.90% 16803M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.90% 16788M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.66% 9120M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.56% 5330M 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.0x000000007c202828#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.32% 4528M 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.31% 4477M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 4294M 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.0x000000007c202828#call() [JIT compiled code] 1.25% 4283M 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.0x000000007c1efc10#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.13% 3869M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 3511M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.01% 3446M 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.0x000000007c202828#call() [JIT compiled code] 1.00% 3433M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.81% 2761M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 2600M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.75% 2586M 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():364 [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.72% 2467M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.61% 2092M 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.0x000000007c1efc10#merge() [Interpreted code] 0.52% 1769M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 1678M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.48% 1643M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000007c1efc10#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.47% 1608M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 1608M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.47% 1595M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.44% 1495M 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.0x000000007c1efc10#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% 1406M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.41% 1394M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 1340M 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.0x000000007c1efc10#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.39% 1327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 1317M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 1232M 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():364 [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.35% 1205M 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.0x000000007c1efc10#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.35% 1194M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.32% 1084M 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.0x000000007c202828#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% 1081M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.31% 1064M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.30% 1011M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 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.0x000000007c202828#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.0x000000007c202d80#run() [JIT compiled code] 0.28% 966M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.28% 965M 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():364 [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% 964M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 944M 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():364 [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% 915M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.26% 900M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.25% 866M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] move log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-30 04:03:34.044183] took 6934.0 sec [2026-05-30 04:03:34.048284] medIndexVectorsAtClose None [2026-05-30 04:03:34.058447] 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=2621153 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-30 08:03:34 (UTC) Duration: 151 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4663022 111547057 jdk.CPUTimeSample 3634057 63851378 jdk.FileRead 796637 18896220 jdk.ObjectAllocationInNewTLAB 361546 6434761 jdk.ObjectAllocationOutsideTLAB 96094 1558571 jdk.BooleanFlag 12456 395186 jdk.Compilation 7167 185592 jdk.CPULoad 2686 53120 jdk.UnsignedIntFlag 1116 38588 jdk.IntFlag 1008 36206 jdk.Checkpoint 930 32244567 jdk.StringFlag 810 30453 jdk.GarbageCollection 48 1138 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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3634057 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.15% 223654 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.94% 179572 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 4.66% 169433 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.59% 166955 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.03% 146341 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.44% 125012 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.96% 107568 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.26% 82282 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.22% 80660 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.83% 66444 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.70% 61676 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.65% 60066 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.38% 50315 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.36% 49447 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.28% 46555 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.24% 45146 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.16% 42254 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.07% 38966 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.06% 38679 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.96% 34917 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.88% 32022 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.82% 29689 java.lang.Character#toChars():9872 [Inlined code] 0.77% 28055 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.77% 27992 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.77% 27957 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.76% 27740 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.72% 26185 java.lang.ThreadLocal#get():171 [Inlined code] 0.71% 25830 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.64% 23320 java.lang.Character#codePointAt():9662 [Inlined code] 0.59% 21449 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.56% 20413 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.55% 20144 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.54% 19567 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 18036 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 17460 java.lang.Character#codePointAt():9665 [Inlined code] 0.48% 17319 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.46% 16735 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.46% 16587 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 16146 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.42% 15411 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.42% 15127 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.40% 14368 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.39% 14206 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.39% 14114 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.38% 13977 java.lang.Character#toLowerCase():11251 [Inlined code] 0.38% 13949 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.38% 13690 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.37% 13619 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.37% 13574 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.37% 13445 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3634057 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.66% 169433 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.59% 166790 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.03% 146340 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.43% 124563 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.96% 107568 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.50% 90727 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.44% 88845 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 2.26% 82281 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.21% 80226 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.83% 66444 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.72% 62578 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.70% 61676 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.65% 60051 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.56% 56561 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.45% 52764 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.42% 51751 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.38% 50315 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.36% 49447 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.28% 46555 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.24% 45146 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.06% 38422 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.96% 34917 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.82% 29689 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.77% 28054 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.77% 27955 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.76% 27740 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.76% 27491 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.72% 26155 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.71% 25830 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.60% 21906 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.59% 21449 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.56% 20197 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.55% 20144 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.55% 19860 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.49% 17977 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 17341 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.48% 17318 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.47% 17116 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.46% 16542 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.45% 16203 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.44% 15902 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 15823 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.42% 15324 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% 15124 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.40% 14367 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.39% 14114 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.38% 13949 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.38% 13807 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.38% 13676 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.37% 13619 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3634057 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.59% 166755 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 4.54% 164973 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.86% 140244 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():1918 [JIT compiled code] 2.95% 107119 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.50% 90671 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.44% 88845 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.24% 81421 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 2.13% 77554 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.96% 71187 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.83% 66444 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.69% 61254 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():1918 [JIT compiled code] 1.65% 60050 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.44% 52340 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.42% 51544 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.38% 50315 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.36% 49447 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.35% 49103 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.29% 46997 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.28% 46555 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():1830 [JIT compiled code] 1.24% 45121 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.96% 34917 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():1830 [JIT compiled code] 0.82% 29689 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.77% 28054 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():1918 [JIT compiled code] 0.77% 27955 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():1918 [JIT compiled code] 0.76% 27491 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():1918 [JIT compiled code] 0.75% 27256 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.72% 26031 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% 25737 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.59% 21449 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.59% 21341 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.55% 20144 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.53% 19388 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.53% 19149 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.52% 19013 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.49% 17977 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% 17318 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():1918 [JIT compiled code] 0.47% 17115 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.46% 16867 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.46% 16541 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.44% 15902 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% 15814 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.43% 15673 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.42% 15261 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% 14367 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():1918 [JIT compiled code] 0.38% 13934 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():1918 [JIT compiled code] 0.38% 13807 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.38% 13676 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.37% 13619 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% 13445 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.37% 13322 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3634057 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.49% 126796 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.58% 93781 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.42% 87917 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 2.32% 84260 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.27% 82478 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.13% 77554 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():1830 [JIT compiled code] 2.12% 77056 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.03% 73692 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.00% 72525 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.96% 71187 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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.44% 52340 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.38% 50027 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.35% 49103 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.29% 46996 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.24% 45121 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.19% 43325 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.04% 37783 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.94% 33998 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.89% 32443 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.89% 32234 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.79% 28670 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.77% 27946 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.77% 27812 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.75% 27210 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.72% 26087 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.72% 26031 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% 25737 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 24818 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.68% 24628 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.67% 24476 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.64% 23084 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.63% 22874 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.61% 22073 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.52% 19051 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.49% 17977 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.49% 17739 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.49% 17655 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 17257 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 16951 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.46% 16541 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.43% 15758 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.43% 15673 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.42% 15118 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.40% 14690 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.40% 14570 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.40% 14506 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.40% 14379 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.40% 14365 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.39% 14073 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.38% 13978 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3634057 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.23% 117206 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.41% 87673 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.39% 86950 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.13% 77234 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.11% 76831 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.08% 75409 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.03% 73692 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.00% 72525 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.96% 71187 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.0x00000000081ecb18#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.35% 48963 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.34% 48696 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.27% 46285 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.24% 44996 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.20% 43553 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.09% 39486 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.06% 38540 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.05% 38064 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.93% 33704 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.86% 31379 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.82% 29889 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.82% 29701 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 26031 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% 25737 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.70% 25433 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 25423 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.69% 25046 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():364 [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.69% 24948 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 22817 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.63% 22725 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.62% 22552 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 21103 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 20311 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.50% 18066 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():364 [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.48% 17483 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.47% 16983 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.47% 16951 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.46% 16541 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.45% 16303 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 15883 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.40% 14497 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.40% 14490 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.39% 14287 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.38% 13882 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 13518 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.37% 13323 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 13236 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.36% 12994 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 12882 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 12631 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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.35% 12559 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 457604 events (total: 338923M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.68% 53146M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.75% 29663M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.73% 29600M java.lang.StringUTF16#compress():212 [Inlined code] 6.59% 22347M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.55% 22213M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.21% 14254M java.lang.StringUTF16#compress():216 [Inlined code] 3.46% 11740M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.16% 10707M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.12% 10567M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.86% 9698M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.65% 8981M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.28% 7718M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.95% 6607M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.87% 6346M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.85% 6270M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.71% 5810M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.69% 5715M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.55% 5252M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.54% 5207M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.38% 4690M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.21% 4111M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.19% 4016M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.14% 3858M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.79% 2684M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.63% 2141M java.nio.HeapByteBuffer#():75 [Inlined code] 0.60% 2037M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.59% 1992M java.util.ArrayList#grow():240 [Inlined code] 0.58% 1959M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.54% 1838M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.53% 1787M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.45% 1524M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.45% 1522M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.41% 1383M java.lang.Long#valueOf():1000 [Inlined code] 0.38% 1288M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.37% 1242M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1192M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.31% 1058M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.30% 1030M java.util.ArrayDeque#():179 [Inlined code] 0.30% 1014M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.29% 976M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.28% 948M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 946M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.28% 933M perf.LineFileDocs#intToID():299 [Inlined code] 0.27% 920M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.27% 904M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 892M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.25% 835M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.23% 784M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.23% 777M java.util.List#of():935 [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.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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 457604 events (total: 338923M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 52975M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.75% 29663M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.73% 29600M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.59% 22347M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.55% 22213M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.21% 14254M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.46% 11740M org.apache.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.03% 10258M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.78% 9429M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.57% 8720M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.51% 8521M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.28% 7718M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.95% 6607M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.87% 6346M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.85% 6270M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.71% 5810M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.69% 5715M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.55% 5252M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.54% 5207M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.38% 4690M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.21% 4111M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4016M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.14% 3858M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.74% 2508M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.64% 2185M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 2141M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.60% 2037M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.59% 1992M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.53% 1787M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1524M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1522M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.41% 1383M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.38% 1288M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.35% 1192M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 1058M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.31% 1058M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] 0.30% 1027M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 1014M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] 0.29% 976M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 948M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 946M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 933M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 933M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.27% 920M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] 0.27% 904M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 904M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 900M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.27% 898M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.26% 892M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue():88 [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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 457604 events (total: 338923M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 52975M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.45% 28654M 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.86% 26638M 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.59% 22347M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.04% 17092M org.apache.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.17% 14143M 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.03% 10258M 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.56% 8659M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.46% 8328M 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.28% 7718M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.95% 6607M 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.87% 6346M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 1.85% 6270M 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% 5810M 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.71% 5793M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.71% 5779M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.69% 5715M 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.55% 5252M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.54% 5207M 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.38% 4690M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.21% 4111M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3858M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.05% 3567M 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():1918 [JIT compiled code] 1.04% 3533M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.94% 3191M 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% 3049M 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.73% 2469M org.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.62% 2114M 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.60% 2034M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000008184cb8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.59% 1992M 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.52% 1771M 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.47% 1586M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1522M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.44% 1507M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.44% 1487M 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% 1192M 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% 1183M 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% 1088M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.31% 1058M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1058M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.30% 1028M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.30% 1011M 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.30% 1009M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.30% 1008M 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.29% 976M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 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.28% 946M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 933M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 933M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 457604 events (total: 338923M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 52975M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.83% 26552M 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.59% 22347M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.17% 14143M 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.09% 13871M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.40% 8139M 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():364 [JIT compiled code] 2.28% 7718M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.86% 6298M 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.76% 5972M 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():364 [Interpreted code] 1.71% 5779M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.69% 5715M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.65% 5598M org.apache.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.65% 5592M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.60% 5414M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.58% 5363M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.54% 5207M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.48% 5015M 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():1918 [JIT compiled code] 1.44% 4884M 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.0x00000000081ecb18#merge() [Interpreted code] 1.30% 4413M 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():1918 [JIT compiled code] 1.21% 4111M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3854M 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.0x00000000081ecb18#merge() [Interpreted code] 1.11% 3750M 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.05% 3567M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.95% 3226M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.94% 3191M 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.93% 3163M 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():1918 [JIT compiled code] 0.90% 3049M 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.83% 2813M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.77% 2620M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.77% 2618M org.apache.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.77% 2618M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.75% 2552M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.72% 2425M org.apache.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.67% 2280M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.67% 2254M org.apache.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.62% 2109M org.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] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 2023M org.apache.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.58% 1956M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.55% 1861M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000008184cb8#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.52% 1771M 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.47% 1603M 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.45% 1514M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.44% 1487M 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% 1361M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.40% 1339M 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():364 [Interpreted code] 0.38% 1302M 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.35% 1192M 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% 1183M 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.34% 1143M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 226.32 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 457604 events (total: 338923M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 52975M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.83% 26552M 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.59% 22347M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.17% 14143M 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.09% 13871M 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.0x00000000081ecb18#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.28% 7718M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.10% 7124M 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():364 [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.86% 6298M 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.0x00000000081ecb18#merge() [Interpreted code] 1.71% 5779M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000081ecb18#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.68% 5702M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.65% 5584M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.60% 5407M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 5363M 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.0x00000000081ecb18#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.53% 5198M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.48% 5015M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.44% 4884M 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.0x00000000081ecb18#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.34% 4526M 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():364 [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.30% 4413M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.25% 4245M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.21% 4111M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3854M 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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.02% 3471M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 3191M 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.93% 3163M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.90% 3049M 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.84% 2858M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.77% 2618M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.77% 2618M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.69% 2355M 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():364 [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.67% 2266M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.67% 2254M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.64% 2169M 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():364 [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.62% 2109M org.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] at org.apache.lucene.index.IndexingChain#processField():1315 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.60% 2023M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.55% 1849M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000008184cb8#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.53% 1795M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.52% 1771M 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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.49% 1643M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [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.47% 1609M 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% 1487M 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.44% 1487M 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():364 [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.40% 1353M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 1318M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [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.38% 1302M 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.0x00000000081ecb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.36% 1232M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 1207M 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():364 [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.35% 1192M 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% 1183M 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.34% 1143M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] move log to /l/logs.nightly/2026.05.29.12.00.19/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/nrtIndexMediumDocs.top.log [2026-05-30 04:08:04.530968] took 151.0 sec [2026-05-30 04:08:04.535310] run CheckIndex [2026-05-30 04:08:04.535383] 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.29.12.00.19/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-30 04:15:38.480564] took 453.9 sec [2026-05-30 04:15:38.482206] nrtMedIndexAtClose 29 segments: segments_2: _78(11.0.0):C7033340 _1a(11.0.0):C448114 _1k(11.0.0):C569111 _1v(11.0.0):C706426 _5g(11.0.0):C6841824 _26(11.0.0):C895461 _6k(11.0.0):C879719 _6b(11.0.0):C925880 _70(11.0.0):C908561 _6t(11.0.0):C878351 _7g(11.0.0):C920871 _85(11.0.0):C932637 _7p(11.0.0):C890682 _8j(11.0.0):C809556 _7w(11.0.0):C892978 _8d(11.0.0):C898413 _8h(11.0.0):C907234 _74(11.0.0):C117415 _7h(11.0.0):C118206 _8i(11.0.0):c117191 _83(11.0.0):C44052 _8k(11.0.0):C586948 _87(11.0.0):C29000 _82(11.0.0):C44162 _80(11.0.0):C53449 _86(11.0.0):C30398 _7z(11.0.0):C56565 _81(11.0.0):C51609 _84(11.0.0):C36885 [2026-05-30 04:15:38.482348] 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.29.12.00.19/nrt.log 2>&1 [2026-05-30 04:45:39.748612] took 1801.3 sec [2026-05-30 04:45:39.753054] drop: 498.4 499.9 510.3 512.2 525.3 525.4 526.7 526.7 527.1 528.3 529.7 530.3 530.6 530.7 531.1 531.2 531.5 531.7 531.8 531.9 532.0 533.1 533.5 533.6 533.6 533.7 533.8 534.0 534.2 534.2 534.3 534.3 534.4 534.5 536.4 [2026-05-30 04:45:39.753425] times: 21.2 21.5 21.7 21.9 21.9 22.1 22.2 22.2 22.3 22.3 22.4 22.4 22.6 22.6 22.7 22.7 22.9 22.9 23.0 23.0 23.0 23.0 23.0 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.7 23.8 23.8 23.8 23.8 23.8 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.2 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.5 24.5 24.6 24.6 24.6 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.8 26.8 26.9 26.9 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.1 27.1 27.1 27.1 27.2 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.9 27.9 28.0 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 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.7 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.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.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.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.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.8 33.8 33.8 33.8 33.8 33.8 33.8 33.9 33.9 33.9 33.9 34.0 34.0 34.1 34.1 34.1 34.1 34.1 34.2 34.2 34.2 34.3 34.3 34.4 34.5 34.5 34.5 34.6 34.7 34.8 34.9 35.5 35.5 35.7 35.8 36.2 36.2 36.3 36.4 37.0 37.1 37.2 37.4 37.7 37.8 38.1 38.5 38.8 38.9 39.5 39.6 40.0 40.1 40.2 42.0 146.2 148.5 153.2 156.2 159.9 163.1 164.3 165.7 182.9 198.5 212.5 212.9 214.7 216.8 217.0 217.0 217.8 217.9 217.9 218.1 218.8 219.0 219.1 219.2 219.2 219.3 219.4 219.6 219.9 220.2 220.3 220.5 220.5 220.9 221.1 222.1 222.8 224.1 224.2 225.9 228.4 233.7 240.0 241.8 242.0 242.4 243.9 246.9 246.9 247.6 250.5 255.5 267.1 267.3 267.4 268.8 275.4 277.7 279.6 281.8 283.9 284.4 289.9 291.6 296.4 305.0 305.0 306.6 306.6 310.4 312.6 319.9 320.6 320.7 320.8 322.1 330.0 332.4 332.7 332.8 337.8 338.1 340.9 341.8 342.0 342.4 343.7 343.7 344.2 345.0 346.7 347.1 347.3 348.1 348.4 348.4 348.5 348.6 348.9 349.0 349.2 349.2 349.3 349.5 349.7 349.8 350.2 350.5 350.9 351.2 351.6 352.1 353.1 353.2 353.6 357.7 361.0 361.3 361.4 372.4 375.3 378.5 384.1 384.6 387.1 387.6 391.1 391.4 406.5 419.1 422.1 423.3 424.9 426.2 427.6 429.6 430.3 434.5 440.7 440.8 443.6 444.6 445.7 451.9 454.7 455.0 455.5 456.0 456.7 457.4 457.7 457.9 459.5 459.7 459.7 460.0 460.3 460.6 460.8 461.8 462.0 462.1 462.2 462.2 462.3 462.5 463.2 463.2 463.4 463.8 464.0 464.0 464.2 466.2 466.5 469.3 471.1 471.2 471.3 471.5 471.9 472.8 472.8 474.0 477.4 498.3 [2026-05-30 04:45:39.753566] NRT reopen time (msec) mean=63.0895 stdDev=100.0382 [2026-05-30 04:45:39.753572] run CheckIndex [2026-05-30 04:45:39.753641] 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.29.12.00.19/checkIndex.nrt.log 2>&1 [2026-05-30 04:53:04.473671] took 444.7 sec [2026-05-30 04:53:05.639522] 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=2652059 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-30 08:53:05 (UTC) Duration: 111 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3965183 82497304 jdk.CPUTimeSample 2996680 52472063 jdk.ObjectAllocationInNewTLAB 786100 13646856 jdk.FileRead 624187 14674829 jdk.ObjectAllocationOutsideTLAB 205283 3236709 jdk.BooleanFlag 10380 328053 jdk.Compilation 5812 149341 jdk.CPULoad 1988 39158 jdk.UnsignedIntFlag 930 32043 jdk.IntFlag 840 30069 jdk.Checkpoint 748 24984101 jdk.StringFlag 675 25110 jdk.GarbageCollection 41 970 jdk.CPUInformation 15 22524 jdk.GCConfiguration 15 384 jdk.JVMInformation 15 15639 jdk.Metadata 15 1657900 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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2996672 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.56% 166654 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.86% 145643 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.65% 139461 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 4.37% 130844 java.lang.Integer#rotateLeft():1650 [Inlined code] 4.34% 129978 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.81% 114227 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.48% 104334 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.43% 102855 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.86% 85689 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.21% 66343 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.84% 55039 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.73% 51959 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.65% 49483 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.60% 48002 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.57% 47124 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.47% 44006 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 1.36% 40840 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.34% 40305 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.33% 39719 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.24% 37173 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.20% 35923 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.90% 26920 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.81% 24354 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.77% 23043 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.64% 19202 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.59% 17570 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.58% 17263 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.51% 15283 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.51% 15221 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.51% 15205 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.50% 14996 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 14369 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.48% 14328 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] 0.46% 13795 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.46% 13768 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.46% 13678 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.44% 13068 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.43% 13012 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.39% 11809 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.39% 11767 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.38% 11536 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.37% 11096 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.36% 10731 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.35% 10613 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.35% 10600 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.35% 10511 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.35% 10377 java.lang.Character#toLowerCase():11251 [Inlined code] 0.35% 10366 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.33% 9868 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.32% 9684 org.apache.lucene.util.StringHelper#murmurhash3_x86_32():204 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2996672 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.86% 145524 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.37% 130843 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.34% 129978 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.81% 114226 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.48% 104323 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.43% 102788 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.86% 85689 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.42% 72591 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.33% 69916 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 2.32% 69434 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.21% 66341 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.83% 54966 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.73% 51959 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.65% 49482 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.60% 47992 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.57% 47124 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.46% 43627 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.36% 40840 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.34% 40304 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.32% 39468 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.24% 37166 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.19% 35698 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.12% 33605 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.90% 26916 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.83% 24760 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.60% 17961 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.59% 17569 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.57% 17192 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.56% 16895 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.54% 16317 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.53% 16015 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.51% 15274 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.51% 15221 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.50% 14990 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.50% 14968 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 14368 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.48% 14322 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.46% 13677 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.44% 13062 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.42% 12448 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.39% 11807 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] 0.39% 11758 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.38% 11536 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.37% 11086 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.37% 11032 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.36% 10906 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.35% 10601 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.35% 10487 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.35% 10365 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.34% 10306 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2996672 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.85% 145364 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 4.35% 130255 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 4.21% 126103 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.76% 112709 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():1918 [JIT compiled code] 3.43% 102733 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.86% 85688 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.21% 66335 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.14% 64069 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.13% 63792 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.85% 55496 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.76% 52863 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.65% 49467 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():1918 [JIT compiled code] 1.63% 48762 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.60% 47992 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():1830 [JIT compiled code] 1.46% 43627 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():1918 [JIT compiled code] 1.36% 40830 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.24% 37166 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.14% 34185 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.12% 33624 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.10% 33060 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.99% 29543 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.93% 27996 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.92% 27690 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.90% 27072 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.90% 26916 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():1918 [JIT compiled code] 0.89% 26654 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.84% 25302 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.65% 19413 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.64% 19118 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.60% 17961 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.59% 17569 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():1918 [JIT compiled code] 0.54% 16316 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% 16066 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.53% 16015 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.51% 15274 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.51% 15218 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.50% 14968 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.49% 14768 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.48% 14368 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():1830 [JIT compiled code] 0.48% 14321 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.46% 13676 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.44% 13236 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.44% 13056 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.39% 11745 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.39% 11564 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] at org.apache.lucene.codecs.lucene104.PForUtil#encode():102 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.37% 11166 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.37% 11165 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.37% 10969 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.35% 10619 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% 10486 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2996672 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.02% 90446 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.52% 75413 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.21% 66212 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 2.21% 66097 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.16% 64674 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 2.15% 64298 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.13% 63922 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 2.06% 61748 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.95% 58366 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.94% 58153 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.76% 52778 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.63% 48762 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.0x00000000661c7a18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.60% 47933 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.59% 47673 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.15% 34467 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.14% 34121 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.12% 33618 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():1830 [JIT compiled code] 1.10% 33048 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.08% 32482 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.08% 32300 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.05% 31470 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.94% 28193 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.85% 25431 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 24914 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.82% 24624 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.81% 24312 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.80% 23970 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.78% 23272 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.72% 21586 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.71% 21299 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.68% 20289 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.66% 19903 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.65% 19465 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.64% 19321 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.62% 18645 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.62% 18512 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.61% 18270 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 16750 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.55% 16537 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.55% 16486 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.54% 16066 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.51% 15274 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.50% 14968 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.49% 14639 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.47% 14162 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.44% 13193 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.43% 13012 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.42% 12720 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 11149 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.36% 10718 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2996672 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.53% 75930 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] 2.16% 64785 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.05% 61303 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.97% 59159 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.95% 58366 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.94% 58153 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.89% 56782 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.86% 55612 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.81% 54299 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.80% 53889 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.63% 48762 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.0x00000000661c7a18#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.61% 48362 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.40% 41924 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.39% 41558 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.04% 31046 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 30371 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.97% 28997 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.91% 27316 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.89% 26802 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.78% 23507 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.77% 22985 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.73% 21984 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.69% 20737 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.69% 20726 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.67% 20013 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.65% 19383 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.62% 18465 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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% 17571 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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% 17086 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.57% 16956 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.57% 16943 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.56% 16896 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.54% 16066 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.51% 15274 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.0x00000000661c7a18#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% 15187 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.50% 14955 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.49% 14815 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():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.46% 13753 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.46% 13733 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.45% 13571 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.45% 13539 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.44% 13205 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 13017 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.43% 12783 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.38% 11279 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 11086 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.36% 10916 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.36% 10757 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.35% 10630 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.33% 9926 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 991354 events (total: 288797M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.10% 43596M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.36% 35707M java.lang.StringUTF16#compress():216 [Inlined code] 9.05% 26148M java.lang.StringUTF16#compress():212 [Inlined code] 8.80% 25413M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 7.47% 21576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.01% 20248M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.12% 9004M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.04% 8782M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.91% 8393M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.80% 8082M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.85% 5331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.84% 5317M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.77% 5102M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.77% 5102M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.73% 4984M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.68% 4855M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.60% 4630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.60% 4628M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.38% 3999M perf.LineFileDocs#nextDoc():647 [Interpreted code] 1.26% 3635M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.21% 3485M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.09% 3157M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.00% 2897M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.58% 1671M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.54% 1562M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.51% 1463M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.49% 1427M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.47% 1350M java.nio.HeapByteBuffer#():75 [Inlined code] 0.43% 1244M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.34% 990M java.util.ArrayList#grow():240 [Inlined code] 0.24% 690M java.util.ArrayDeque#():179 [Inlined code] 0.22% 621M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.20% 568M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 506M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.16% 463M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.15% 428M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.15% 428M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 420M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 363M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.12% 338M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 328M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.10% 279M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.09% 249M perf.LineFileDocs#intToID():299 [Inlined code] 0.09% 248M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.09% 247M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.08% 240M perf.LineFileDocs#nextDoc():652 [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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 991354 events (total: 288797M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.14% 40831M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.36% 35707M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 9.05% 26148M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.80% 25413M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 7.47% 21576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.01% 20248M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.04% 8782M org.apache.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.86% 8264M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 7941M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.71% 7839M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.85% 5331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.84% 5317M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.77% 5102M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.77% 5102M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 4984M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.67% 4808M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.60% 4630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.59% 4584M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.37% 3943M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.23% 3548M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.09% 3157M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.03% 2975M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.00% 2897M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.96% 2765M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.58% 1671M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [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.48% 1377M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.47% 1354M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.47% 1350M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.43% 1244M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.42% 1211M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.40% 1164M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.34% 990M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.24% 690M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.20% 590M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.18% 509M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.16% 463M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.15% 428M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000661a1400#newInvokeSpecial() [Inlined code] 0.15% 420M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.14% 396M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 363M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 328M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 309M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 288M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.10% 284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.10% 279M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.09% 259M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.09% 249M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.09% 248M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 991354 events (total: 288797M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.14% 40831M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.16% 32220M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.09% 23352M 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.43% 21459M 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.01% 20248M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.94% 20033M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 2.86% 8258M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.74% 7920M 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.70% 7806M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.85% 5331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.84% 5317M 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.77% 5102M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 4984M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4853M 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.67% 4808M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.66% 4799M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 4630M 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.59% 4584M 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.37% 3943M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.34% 3865M org.apache.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.27% 3675M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.23% 3548M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.07% 3095M 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] 1.05% 3035M 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():1918 [JIT compiled code] 1.03% 2975M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.99% 2867M 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.96% 2765M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.70% 2023M 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.58% 1671M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1514M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.48% 1377M 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.47% 1354M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.45% 1298M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006613b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.43% 1244M 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.40% 1158M 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.34% 990M 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% 690M 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% 651M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.20% 590M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.18% 509M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.16% 463M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.15% 428M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000661a1400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 396M org.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% 387M 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.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% 363M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.11% 331M 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.11% 309M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.11% 307M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 991354 events (total: 288797M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.14% 40831M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.24% 29558M 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.47% 21572M 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.01% 20248M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8839M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 3.01% 8700M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 2.49% 7181M 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():364 [Interpreted code] 1.88% 5433M org.apache.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.77% 5099M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.73% 4984M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4978M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.71% 4952M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.68% 4853M 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.60% 4628M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.60% 4621M 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.59% 4586M 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():364 [JIT compiled code] 1.53% 4427M 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():1918 [JIT compiled code] 1.45% 4186M 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():1918 [JIT compiled code] 1.37% 3943M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.27% 3675M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000661c7a18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.25% 3596M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.14% 3282M 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.0x00000000661c7a18#merge() [Interpreted code] 1.11% 3204M 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():1918 [JIT compiled code] 1.07% 3103M 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.0x00000000661c7a18#merge() [Interpreted code] 1.07% 3095M 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] 1.03% 2978M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.03% 2975M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.96% 2765M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.93% 2683M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.92% 2663M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.92% 2661M 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.88% 2551M 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.70% 2023M 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.66% 1918M 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():364 [Interpreted code] 0.63% 1807M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.62% 1780M 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.61% 1755M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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% 1709M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.56% 1628M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.50% 1451M org.apache.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.48% 1377M 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.47% 1350M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.46% 1326M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.45% 1303M org.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.44% 1265M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [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.44% 1261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.41% 1177M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006613b480#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.38% 1089M 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():364 [JIT compiled code] 0.30% 880M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 184.84 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 991354 events (total: 288797M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.14% 40831M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.24% 29558M 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.47% 21572M 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.01% 20248M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8839M 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.0x00000000661c7a18#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.99% 5751M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.73% 4984M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4853M 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.0x00000000661c7a18#merge() [Interpreted code] 1.66% 4787M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.62% 4679M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.61% 4652M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.60% 4621M 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.0x00000000661c7a18#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.53% 4404M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.52% 4402M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.49% 4293M 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():364 [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.42% 4100M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.41% 4075M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.37% 3943M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.27% 3675M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000661c7a18#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% 3282M 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.0x00000000661c7a18#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.09% 3149M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.09% 3143M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.07% 3103M 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.0x00000000661c7a18#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.07% 3095M 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] 1.03% 2975M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.02% 2949M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.00% 2895M 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():364 [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.96% 2765M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.92% 2661M 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.90% 2597M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.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.82% 2377M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.70% 2023M 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.62% 1780M 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.56% 1614M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.55% 1593M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1519M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.50% 1451M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.50% 1444M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.48% 1377M 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.0x00000000661c7a18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.47% 1357M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.47% 1357M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.47% 1350M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.46% 1326M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.44% 1265M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.44% 1261M org.apache.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.41% 1177M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006613b480#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.39% 1120M 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():364 [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.38% 1088M 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():364 [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.36% 1043M org.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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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.29.12.00.19/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/fastIndexBigDocs.top.log [2026-05-30 04:56:53.419961] took 83.7 sec [2026-05-30 04:56:53.421044] bigIndexAtClose None [2026-05-30 04:56:53.422145] 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=2655631 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-30 17:23:51 (UTC) Duration: 12283 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 87663463 1665114291 jdk.FileWrite 14815295 340726690 jdk.FileRead 322459 8956952 jdk.CPULoad 231945 4870845 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 36093 96338183 jdk.ObjectAllocationInNewTLAB 34296 746691 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.CPUInformation 168 252504 jdk.Compilation 168 4683 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.ObjectAllocationOutsideTLAB 159 2804 jdk.GarbageCollection 67 1742 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87663463 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.43% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 34.25% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.94% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 3.14% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 0.95% 830688 java.util.Arrays#fill():3144 [Inlined code] 0.81% 707354 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.77% 677106 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.71% 622574 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.56% 495295 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.49% 425713 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.42% 370083 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.37% 321828 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.34% 301796 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.33% 286131 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.32% 279061 java.util.ArrayList#elementData():412 [Inlined code] 0.21% 185976 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.17% 148707 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.15% 135621 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 122117 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.14% 120360 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.14% 119824 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 117440 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.10% 88058 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.10% 88017 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 82241 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 72774 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.08% 70790 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] 0.08% 67716 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.08% 67696 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.06% 54840 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.06% 54775 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.05% 48209 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 47154 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 44286 java.util.Arrays#fill():3143 [Inlined code] 0.05% 43421 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.05% 43367 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 42018 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 40409 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 39517 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 38856 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 36063 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.04% 35807 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 35422 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.04% 34970 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 34927 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 34516 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.04% 33568 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] 0.04% 32517 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.04% 31736 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 31387 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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87663463 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.43% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.25% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.94% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 3.14% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.95% 830688 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.81% 707354 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.77% 677106 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.71% 622574 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.56% 495295 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.42% 370083 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.37% 321828 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.36% 311660 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.34% 301796 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.33% 286131 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.32% 279016 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.21% 185976 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 148707 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.15% 135621 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 119824 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% 117440 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.13% 117176 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.13% 116949 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% 85546 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.08% 72774 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.08% 67771 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 67716 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 67696 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.07% 61275 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 54840 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.05% 47154 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 44286 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 43916 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% 43367 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 42129 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.05% 42018 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 40510 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.05% 39517 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% 36768 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 36063 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.04% 35807 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 34927 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 34033 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 32700 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% 31666 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 31387 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 31326 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.03% 30109 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():250 [JIT compiled code] 0.03% 30022 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% 29845 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.03% 29182 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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87663463 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.43% 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] 33.46% 29M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 7.94% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.14% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.95% 830688 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.79% 694109 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.71% 622574 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.68% 598403 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.56% 495295 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.43% 379106 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.42% 369792 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.37% 321828 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.34% 296293 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.33% 288545 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.33% 287787 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.33% 286131 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.30% 265157 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.21% 182319 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.17% 145596 org.apache.lucene.util.FixedBitSet#getAndSet():330 [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% 135621 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 115030 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 113652 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% 108645 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.10% 85546 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% 78703 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% 77002 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.08% 69160 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% 67428 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% 58137 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 55020 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.06% 53574 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():1918 [JIT compiled code] 0.06% 52087 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 44286 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% 43367 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] 0.05% 42018 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 41629 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.05% 41621 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% 37692 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% 37219 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.04% 36301 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% 31387 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.03% 30477 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.03% 30454 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.03% 28766 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():250 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.03% 28460 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.03% 26743 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 26600 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.03% 26504 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [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.03% 26416 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.03% 26251 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87663463 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.39% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 12.19% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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.79% 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.65% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 6.29% 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] 3.14% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 2.55% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.01% 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.66% 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.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():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.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():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.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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] 0.89% 783810 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.85% 742534 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.80% 702390 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.77% 676292 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.69% 604946 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.68% 598403 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.67% 589219 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.65% 572596 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.62% 542915 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.61% 532753 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.56% 495295 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.0x000000002307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.42% 369792 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.40% 347272 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.34% 296293 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.33% 288545 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.31% 268073 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% 254730 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.23% 198512 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.19% 162295 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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% 142156 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% 131776 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.15% 127215 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% 125692 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% 115030 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002320b818#call() [JIT compiled code] 0.13% 113652 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% 108645 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.11% 96746 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 92515 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.10% 87693 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% 82803 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():1625 [JIT compiled code] 0.09% 80657 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% 79015 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.09% 78682 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():1625 [JIT compiled code] 0.09% 74640 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.08% 69160 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.07% 62107 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.06% 49838 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.06% 48960 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87663463 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.39% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.91% 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.34% 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.28% 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.32% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.22% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [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] 2.22% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():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.66% 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.60% 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.49% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.47% 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.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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.98% 861445 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.84% 740302 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.82% 721906 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.80% 702390 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.0x000000002320b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.76% 666343 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.71% 622671 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.68% 598403 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.0x000000002320b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.67% 588723 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.66% 582616 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.60% 524509 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.58% 505716 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.0x000000002320b818#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% 504223 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.56% 495295 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.0x000000002307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.52% 455734 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.44% 389355 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.42% 367730 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.40% 348625 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.34% 296293 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.0x000000002320b818#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.34% 295061 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 281138 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.31% 268825 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.0x000000002320b818#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.31% 268073 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.0x000000002320b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.29% 254718 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 241882 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 238726 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 214504 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.23% 198851 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.21% 186316 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 157675 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.18% 153507 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 150872 org.apache.lucene.util.FixedBitSet#getAndSet():329 [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.0x000000002320b818#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% 145022 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 141721 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% 141271 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 131776 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 128687 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 127215 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.0x000000002320b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 125692 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.0x000000002320b818#call() [JIT compiled 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/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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34451 events (total: 645150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 99355M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 15.24% 98341M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.11% 32968M java.nio.HeapByteBuffer#():75 [Inlined code] 4.79% 30877M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.75% 30620M perf.LineFileDocs#readVector():212 [Inlined code] 2.82% 18204M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.82% 18171M java.util.Arrays#copyOf():3478 [Inlined code] 2.40% 15454M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.33% 15045M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 1.93% 12455M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.87% 12075M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.59% 10231M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.52% 9802M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.40% 9002M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.36% 8779M java.util.Arrays#copyOf():3537 [Inlined code] 1.30% 8411M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.27% 8169M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.23% 7906M java.util.ArrayList#grow():240 [Inlined code] 1.08% 6947M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.08% 6944M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.05% 6792M java.lang.StringUTF16#compress():212 [Inlined code] 1.05% 6781M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 1.00% 6446M java.lang.StringBuilder#toString():478 [Inlined code] 0.88% 5661M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.85% 5498M org.apache.lucene.document.StringField#():61 [Inlined code] 0.78% 5032M java.util.HashMap#newNode():1910 [Inlined code] 0.76% 4910M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.73% 4692M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.59% 3786M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.59% 3781M java.lang.StringUTF16#compress():216 [Inlined code] 0.55% 3573M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.55% 3567M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.54% 3511M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.53% 3394M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.50% 3214M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.50% 3202M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.47% 3008M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.44% 2827M java.util.HashMap#resize():711 [JIT compiled code] 0.42% 2720M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.38% 2480M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.38% 2474M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.38% 2455M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.38% 2452M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.36% 2344M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.35% 2277M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.35% 2260M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] 0.32% 2036M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] 0.31% 1980M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():108 [Inlined code] 0.31% 1975M java.lang.Long#valueOf():1000 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34451 events (total: 645150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 99355M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.84% 95757M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 4.97% 32064M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 4.79% 30877M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 4.75% 30620M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.82% 18192M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.82% 18171M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.40% 15454M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.33% 15045M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 1.93% 12455M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.87% 12075M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.59% 10231M 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.52% 9802M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.40% 9002M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.36% 8779M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.30% 8411M 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.27% 8169M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.23% 7906M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.08% 6947M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.08% 6944M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.05% 6792M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.05% 6781M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 1.00% 6446M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.88% 5661M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.73% 4692M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.59% 3786M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.59% 3781M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.55% 3573M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.53% 3394M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.50% 3214M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.50% 3202M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.47% 3008M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.41% 2616M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.40% 2583M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.38% 2474M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.38% 2455M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 2452M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] 0.36% 2341M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.35% 2277M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.35% 2260M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.35% 2237M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.33% 2145M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] 0.32% 2089M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.32% 2088M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.32% 2036M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] 0.30% 1937M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1933M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34451 events (total: 645150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.01% 90361M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.55% 87445M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 4.97% 32064M 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.79% 30877M 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.75% 30620M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.82% 18171M 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.40% 15454M 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.33% 15045M 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] 1.93% 12455M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 1.87% 12075M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.52% 9802M 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.40% 9002M 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.39% 8994M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.35% 8738M 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.30% 8411M 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.29% 8312M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.23% 7906M 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.15% 7419M 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.08% 6947M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.00% 6439M 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.0x000000002304c400#concat() [Inlined code] 0.98% 6304M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.90% 5798M org.apache.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.88% 5661M 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.76% 4878M 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.73% 4719M 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.73% 4692M 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.56% 3638M 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.53% 3394M 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.51% 3271M 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.50% 3214M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.50% 3202M 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.47% 3008M 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.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.44% 2811M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 0.42% 2722M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.41% 2653M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.41% 2616M 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.38% 2474M 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.38% 2455M 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% 2452M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.35% 2277M 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.35% 2260M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.34% 2218M 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% 2088M 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.32% 2053M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.32% 2041M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 2002M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [JIT compiled code] 0.30% 1937M 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% 1933M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34451 events (total: 645150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.22% 53026M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 8.19% 52808M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 4.97% 32064M 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.79% 30877M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 4.75% 30620M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.25% 27423M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 3.95% 25455M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.33% 15045M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.93% 12455M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.46% 9401M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.43% 9251M 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.40% 9032M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.38% 8922M 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.30% 8411M 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.15% 7419M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 1.08% 6947M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.03% 6668M 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] 1.00% 6439M 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.0x000000002304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.98% 6304M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.96% 6202M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.88% 5661M 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.84% 5426M 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.84% 5407M 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():364 [JIT compiled code] 0.73% 4692M 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.70% 4542M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.66% 4279M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.56% 3638M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.55% 3576M 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.54% 3458M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.53% 3394M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 3202M 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.46% 2970M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.44% 2811M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.42% 2722M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.42% 2713M 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.42% 2682M 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.41% 2662M 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.38% 2474M 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.38% 2466M 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.38% 2452M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.38% 2441M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.35% 2260M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.34% 2198M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.34% 2164M 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.33% 2111M 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.32% 2088M 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 [JIT compiled code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.32% 2053M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.32% 2043M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34451 events (total: 645150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.22% 53026M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000002320b818#call() [JIT compiled code] 8.19% 52808M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000002320b818#call() [JIT compiled code] 4.97% 32064M 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.79% 30877M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.75% 30620M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.25% 27423M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.95% 25455M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.33% 15045M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.93% 12455M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.38% 8922M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.30% 8411M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.16% 7466M 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.0x000000002320b818#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.15% 7419M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 1.08% 6947M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.05% 6804M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.03% 6668M 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.0x00000000231db950#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.98% 6304M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.96% 6202M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.92% 5932M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.88% 5661M 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.84% 5426M 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.0x000000002320b818#call() [JIT compiled code] 0.83% 5383M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.73% 4692M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.70% 4542M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 4297M 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.0x000000002304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.66% 4279M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.56% 3638M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.55% 3576M 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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.54% 3458M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.53% 3394M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000231db950#merge() [JIT compiled code] 0.50% 3202M 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.48% 3100M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.46% 2970M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.44% 2811M 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.42% 2722M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2713M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.42% 2682M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.41% 2662M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.40% 2597M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.38% 2474M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 2466M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.38% 2452M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 2441M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#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] 0.35% 2260M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.34% 2198M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.34% 2164M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.33% 2142M 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.0x000000002304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader():87 [JIT compiled code] 0.33% 2111M 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.32% 2088M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.29.12.00.19/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.29.12.00.19/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.29.12.00.19/fixedIndex.top.log [2026-05-30 17:25:17.913461] took 42699.9 sec [2026-05-30 17:25:17.916795] run CheckIndex [2026-05-30 17:25:17.916886] 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.29.12.00.19/checkIndex.fixedIndex.log 2>&1 [2026-05-30 17:31:26.218280] took 368.3 sec [2026-05-30 17:31:26.219239] 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-30 17:31:26.219357] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.29.12.00.19/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.29.12.00.19/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.29.12.00.19/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 418.1 s 54.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.3 s 56.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 406.5 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.8 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.7 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 404.1 s 56.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 413.4 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.9 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.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 413.0 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.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.7 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.9 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 425.8 s 53.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 402.5 s 56.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 405.5 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.2 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.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 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.16 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-16.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7070456 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.16 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 416.6 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 410.4 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.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.1 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.6 s 55.6 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=3123818 [2026-05-30 19:49:08.779693] done search (2:17:42.560312) 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.636 1.584 -3.2% 4.934 4.921 -0.3% 5.229 5.184 -0.9% 5.303 5.322 0.4% 5.532 5.375 -2.8% ('And3Terms', None) 1.611 1.612 0.1% 3.223 3.181 -1.3% 3.535 3.487 -1.4% 3.650 3.670 0.5% 3.765 3.799 0.9% ('AndHighHigh', None) 4.928 4.934 0.1% 6.872 6.818 -0.8% 7.209 6.979 -3.2% 17.606 7.101 -59.7% 21.246 16.198 -23.8% ('AndHighHighDayTaxoFacets', None) 62.980 64.034 1.7% 115.990 115.825 -0.1% 119.473 119.146 -0.3% 121.003 120.859 -0.1% 161.981 140.631 -13.2% ('AndHighMed', None) 2.170 2.161 -0.4% 3.004 3.032 0.9% 3.225 3.187 -1.2% 3.252 3.378 3.9% 3.415 3.379 -1.1% ('AndHighMedDayTaxoFacets', None) 7.723 7.803 1.0% 21.411 21.216 -0.9% 22.452 22.200 -1.1% 22.734 23.113 1.7% 22.941 24.949 8.8% ('AndHighOrMedMed', None) 6.566 6.184 -5.8% 11.789 11.227 -4.8% 12.319 11.466 -6.9% 12.674 12.514 -1.3% 25.974 23.557 -9.3% ('AndMedOrHighHigh', None) 4.348 4.312 -0.8% 11.544 11.559 0.1% 11.906 11.791 -1.0% 12.666 11.984 -5.4% 74.992 74.425 -0.8% ('AndMissingHigh', 'Title') 0.158 0.152 -3.6% 0.261 0.262 0.2% 0.424 0.398 -6.2% 0.478 0.624 30.5% 0.547 0.764 39.6% ('AndStopWords', None) 5.911 5.731 -3.0% 18.704 18.670 -0.2% 19.354 19.136 -1.1% 19.354 19.136 -1.1% 20.366 20.440 0.4% ('BrowseDateSSDVFacets', None) 656.811 655.919 -0.1% 663.176 662.925 -0.0% 673.257 672.328 -0.1% 673.257 672.328 -0.1% 708.763 749.864 5.8% ('BrowseDateTaxoFacets', None) 138.624 138.930 0.2% 140.454 141.988 1.1% 153.466 153.446 -0.0% 153.466 153.446 -0.0% 153.606 154.006 0.3% ('BrowseDayOfYearSSDVFacets', None) 173.613 173.728 0.1% 175.720 175.472 -0.1% 182.727 181.379 -0.7% 182.727 181.379 -0.7% 186.428 184.356 -1.1% ('BrowseDayOfYearTaxoFacets', None) 138.184 137.842 -0.2% 143.798 140.077 -2.6% 153.332 152.811 -0.3% 153.332 152.811 -0.3% 153.334 152.904 -0.3% ('BrowseMonthSSDVFacets', None) 161.991 161.898 -0.1% 165.012 164.370 -0.4% 172.837 171.470 -0.8% 172.837 171.470 -0.8% 175.339 176.805 0.8% ('BrowseMonthTaxoFacets', None) 148.197 148.118 -0.1% 151.763 150.293 -1.0% 159.775 159.519 -0.2% 159.775 159.519 -0.2% 331.987 210.101 -36.7% ('BrowseRandomLabelSSDVFacets', None) 210.817 211.752 0.4% 220.466 218.879 -0.7% 236.777 225.242 -4.9% 236.777 225.242 -4.9% 243.425 240.979 -1.0% ('BrowseRandomLabelTaxoFacets', None) 157.047 157.127 0.1% 163.546 163.986 0.3% 169.284 175.446 3.6% 169.284 175.446 3.6% 169.390 178.432 5.3% ('CombinedAndHighHigh', None) 19.105 18.109 -5.2% 20.264 19.223 -5.1% 20.884 21.247 1.7% 22.089 21.837 -1.1% 36.181 43.709 20.8% ('CombinedAndHighMed', None) 3.226 3.200 -0.8% 9.758 9.226 -5.4% 10.191 10.139 -0.5% 10.315 10.406 0.9% 131.251 133.390 1.6% ('CombinedOrHighHigh', None) 19.228 18.114 -5.8% 20.471 19.419 -5.1% 21.036 20.090 -4.5% 22.188 21.171 -4.6% 24.977 21.246 -14.9% ('CombinedOrHighMed', None) 3.336 3.281 -1.7% 9.793 9.302 -5.0% 10.224 10.018 -2.0% 11.136 10.507 -5.6% 24.092 30.622 27.1% ('CombinedTerm', None) 7.001 6.567 -6.2% 13.620 12.825 -5.8% 14.020 13.184 -6.0% 14.285 14.662 2.6% 53.369 28.634 -46.3% ('CountAndHighHigh', None) 1.829 1.802 -1.5% 2.022 2.014 -0.4% 2.260 2.197 -2.8% 2.356 2.330 -1.1% 2.385 2.508 5.1% ('CountAndHighMed', None) 1.702 1.729 1.6% 1.957 1.955 -0.1% 2.227 2.242 0.6% 53.469 57.395 7.3% 85.197 90.911 6.7% ('CountFilteredIntNRQ', None) 6.746 6.690 -0.8% 7.651 7.546 -1.4% 8.080 9.333 15.5% 38.179 30.952 -18.9% 44.799 37.466 -16.4% ('CountFilteredOrHighHigh', None) 4.858 4.859 0.0% 5.167 5.104 -1.2% 5.485 5.276 -3.8% 5.736 7.148 24.6% 21.011 25.009 19.0% ('CountFilteredOrHighMed', None) 4.371 4.365 -0.1% 4.785 4.771 -0.3% 4.982 4.976 -0.1% 4.995 4.989 -0.1% 5.020 7.554 50.5% ('CountFilteredOrMany', None) 17.511 17.159 -2.0% 20.758 20.146 -2.9% 21.480 21.051 -2.0% 23.414 22.045 -5.8% 112.615 81.864 -27.3% ('CountFilteredPhrase', None) 11.774 11.626 -1.3% 16.681 16.887 1.2% 17.521 17.401 -0.7% 23.921 19.383 -19.0% 70.549 71.721 1.7% ('CountOrHighHigh', None) 1.743 1.752 0.5% 1.984 2.035 2.6% 2.335 2.437 4.4% 2.350 2.544 8.3% 2.516 5.221 107.5% ('CountOrHighMed', None) 1.677 1.682 0.3% 1.971 2.010 2.0% 2.261 2.440 7.9% 3.803 3.038 -20.1% 16.314 14.410 -11.7% ('CountOrMany', None) 15.617 15.805 1.2% 19.410 19.656 1.3% 19.947 20.469 2.6% 24.382 20.907 -14.3% 24.389 23.929 -1.9% ('CountPhrase', None) 40.010 39.936 -0.2% 81.878 80.772 -1.4% 92.618 89.830 -3.0% 92.869 91.833 -1.1% 93.053 93.227 0.2% ('CountTerm', None) 0.107 0.100 -6.2% 0.152 0.154 1.2% 0.264 0.363 37.9% 0.357 0.382 7.2% 0.394 0.568 44.2% ('DismaxOrHighHigh', None) 2.877 2.731 -5.1% 7.247 6.908 -4.7% 7.608 7.400 -2.7% 12.491 14.837 18.8% 12.957 16.094 24.2% ('DismaxOrHighMed', None) 2.607 2.455 -5.8% 3.248 3.120 -3.9% 3.545 3.510 -1.0% 3.667 4.333 18.2% 5.291 5.783 9.3% ('DismaxTerm', None) 0.686 0.676 -1.6% 0.933 0.910 -2.5% 2.375 2.458 3.5% 4.184 3.068 -26.7% 4.354 4.014 -7.8% ('FilteredAnd2Terms2StopWords', None) 0.981 1.007 2.7% 6.216 6.178 -0.6% 6.462 6.425 -0.6% 6.518 6.567 0.7% 6.616 6.614 -0.0% ('FilteredAnd3Terms', None) 1.447 1.508 4.2% 2.507 2.509 0.1% 2.729 2.805 2.8% 2.968 3.473 17.0% 2.982 6.029 102.2% ('FilteredAndHighHigh', None) 7.379 7.336 -0.6% 7.623 7.568 -0.7% 7.942 7.837 -1.3% 8.965 7.968 -11.1% 11.708 9.682 -17.3% ('FilteredAndHighMed', None) 2.237 2.231 -0.3% 5.652 5.631 -0.4% 5.795 5.808 0.2% 5.890 5.926 0.6% 5.932 5.945 0.2% ('FilteredAndStopWords', None) 9.745 8.689 -10.8% 10.228 10.238 0.1% 11.195 10.493 -6.3% 11.195 10.493 -6.3% 101.181 112.171 10.9% ('FilteredDismaxOrHighHigh', None) 10.404 10.364 -0.4% 11.027 11.006 -0.2% 11.527 11.688 1.4% 25.905 25.172 -2.8% 31.144 30.029 -3.6% ('FilteredDismaxOrHighMed', None) 3.212 3.223 0.4% 7.510 7.520 0.1% 7.848 7.906 0.7% 8.126 8.645 6.4% 97.206 83.248 -14.4% ('FilteredDismaxTerm', None) 3.644 3.539 -2.9% 4.889 4.784 -2.1% 5.285 5.048 -4.5% 5.770 5.382 -6.7% 6.338 6.558 3.5% ('FilteredIntNRQ', None) 3.314 3.281 -1.0% 4.229 4.127 -2.4% 4.567 4.507 -1.3% 4.670 4.891 4.7% 53.173 55.099 3.6% ('FilteredOr2Terms2StopWords', None) 3.375 3.381 0.2% 7.321 7.207 -1.6% 7.643 7.686 0.6% 7.649 7.785 1.8% 82.513 89.622 8.6% ('FilteredOr3Terms', None) 4.612 4.632 0.4% 6.118 6.096 -0.4% 6.619 6.337 -4.3% 6.729 6.417 -4.6% 18.532 7.887 -57.4% ('FilteredOrHighHigh', None) 7.841 7.620 -2.8% 8.198 7.929 -3.3% 8.382 8.301 -1.0% 9.904 8.850 -10.6% 57.817 59.036 2.1% ('FilteredOrHighMed', None) 2.242 2.232 -0.4% 5.662 5.517 -2.6% 7.073 5.775 -18.4% 8.812 5.906 -33.0% 25.032 26.326 5.2% ('FilteredOrMany', None) 31.504 31.101 -1.3% 34.403 34.059 -1.0% 36.188 35.132 -2.9% 36.220 35.988 -0.6% 36.267 36.305 0.1% ('FilteredOrStopWords', None) 11.867 11.492 -3.2% 12.333 11.956 -3.1% 12.603 23.766 88.6% 12.603 23.766 88.6% 136.670 143.499 5.0% ('FilteredPhrase', None) 10.925 11.015 0.8% 16.786 16.742 -0.3% 18.861 18.933 0.4% 22.801 27.857 22.2% 31.255 29.182 -6.6% ('FilteredPrefix3', None) 1.765 1.779 0.8% 3.966 3.892 -1.9% 4.444 4.382 -1.4% 4.615 4.726 2.4% 6.494 6.120 -5.8% ('FilteredTerm', None) 3.265 3.154 -3.4% 4.635 4.554 -1.8% 4.875 5.131 5.3% 4.967 5.560 11.9% 31.088 30.676 -1.3% ('Fuzzy1', None) 9.172 8.904 -2.9% 11.131 10.915 -1.9% 11.988 11.899 -0.7% 14.799 13.735 -7.2% 34.489 23.747 -31.1% ('Fuzzy2', None) 10.130 9.902 -2.2% 12.158 11.821 -2.8% 12.937 12.735 -1.6% 13.331 13.950 4.6% 14.007 14.845 6.0% ('IntNRQ', None) 3.290 3.137 -4.6% 4.187 4.031 -3.7% 4.477 4.389 -2.0% 4.564 4.448 -2.5% 6.961 15.421 121.5% ('IntSet', None) 1.183 1.175 -0.6% 1.350 1.367 1.3% 3.336 3.343 0.2% 17.149 18.357 7.0% 26.309 26.636 1.2% ('IntervalsOrdered', None) 34.759 34.829 0.2% 92.258 92.419 0.2% 93.475 94.941 1.6% 93.618 96.993 3.6% 107.825 99.671 -7.6% ('MedTermDayTaxoFacets', None) 22.745 23.084 1.5% 26.322 27.368 4.0% 26.847 27.999 4.3% 27.049 28.154 4.1% 35.294 31.082 -11.9% ('Or2Terms2StopWords', None) 1.776 1.680 -5.4% 4.996 4.985 -0.2% 5.327 5.512 3.5% 5.419 9.858 81.9% 34.150 37.250 9.1% ('Or3Terms', None) 2.120 2.122 0.1% 3.615 3.545 -1.9% 3.974 3.977 0.1% 4.482 4.539 1.3% 279.821 264.170 -5.6% ('OrHighHigh', None) 5.318 5.100 -4.1% 5.939 5.711 -3.8% 6.211 5.928 -4.6% 7.389 7.491 1.4% 16.568 16.940 2.2% ('OrHighMed', None) 1.694 1.701 0.4% 2.943 2.973 1.0% 3.201 3.243 1.3% 6.956 8.634 24.1% 8.068 8.870 9.9% ('OrHighMedDayTaxoFacets', None) 76.208 75.460 -1.0% 245.512 244.114 -0.6% 249.734 247.586 -0.9% 251.363 248.906 -1.0% 286.802 250.327 -12.7% ('OrHighRare', None) 3.305 2.806 -15.1% 3.554 3.061 -13.9% 3.678 3.436 -6.6% 3.712 3.469 -6.5% 3.712 3.904 5.2% ('OrMany', None) 25.017 24.766 -1.0% 27.580 27.562 -0.1% 29.846 29.808 -0.1% 31.298 30.027 -4.1% 57.967 33.862 -41.6% ('OrStopWords', None) 7.123 6.014 -15.6% 15.673 15.383 -1.9% 16.041 15.626 -2.6% 16.041 15.626 -2.6% 16.109 15.635 -2.9% ('PKLookup',) 2.719 2.722 0.1% 2.884 2.882 -0.1% 3.994 3.691 -7.6% 5.876 5.683 -3.3% 7.577 7.998 5.6% ('Phrase', None) 14.716 14.719 0.0% 39.777 39.897 0.3% 42.415 42.458 0.1% 43.170 42.964 -0.5% 60.839 63.365 4.2% ('PostFilteredVectorSearch', None) 1.842 1.943 5.5% 2.147 2.248 4.7% 5.054 5.224 3.4% 6.611 6.189 -6.4% 6.734 7.014 4.2% ('PreFilteredVectorSearch', None) 5.731 5.775 0.8% 6.345 6.315 -0.5% 21.854 9.995 -54.3% 72.327 63.756 -11.9% 338.154 306.621 -9.3% ('Prefix3', None) 1.092 1.072 -1.9% 3.517 3.437 -2.3% 4.154 4.138 -0.4% 14.779 8.978 -39.3% 86.429 87.464 1.2% ('Respell',) 14.808 14.516 -2.0% 17.342 16.913 -2.5% 19.690 18.124 -8.0% 26.393 25.940 -1.7% 32.722 32.751 0.1% ('SloppyPhrase', None) 80.715 79.190 -1.9% 213.946 210.770 -1.5% 216.021 213.784 -1.0% 217.671 214.189 -1.6% 327.795 293.595 -10.4% ('SpanNear', None) 34.293 34.810 1.5% 90.330 91.203 1.0% 91.602 93.494 2.1% 91.905 94.047 2.3% 203.998 216.845 6.3% ('Term', None) 0.833 0.836 0.4% 1.020 1.025 0.5% 1.172 1.246 6.3% 1.282 1.351 5.4% 22.051 19.227 -12.8% ('TermBGroup1M', None) 51.677 50.667 -2.0% 84.078 82.003 -2.5% 85.288 82.960 -2.7% 86.341 83.479 -3.3% 87.471 84.371 -3.5% ('TermBGroup1M1P', None) 25.714 25.082 -2.5% 45.770 44.693 -2.4% 46.513 45.238 -2.7% 47.323 47.404 0.2% 52.782 50.793 -3.8% ('TermDateFacets', None) 29.276 30.113 2.9% 49.972 52.085 4.2% 50.612 53.085 4.9% 67.209 65.393 -2.7% 142.125 136.786 -3.8% ('TermDateTimeSort', 'DateTime') 4.051 3.962 -2.2% 5.823 5.710 -2.0% 6.089 5.919 -2.8% 31.751 22.532 -29.0% 50.552 65.341 29.3% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.369 6.392 0.4% 10.125 10.203 0.8% 10.558 10.512 -0.4% 12.533 10.647 -15.1% 38.274 38.010 -0.7% ('TermDayOfYearSort', 'DayOfYear') 2.351 2.124 -9.6% 3.306 3.171 -4.1% 3.751 3.829 2.1% 5.782 5.358 -7.3% 23.824 24.453 2.6% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.246 6.226 -0.3% 10.884 10.845 -0.4% 11.138 11.131 -0.1% 11.362 11.194 -1.5% 12.021 11.390 -5.3% ('TermGroup100', None) 58.176 55.295 -5.0% 110.313 105.507 -4.4% 111.582 107.226 -3.9% 112.034 108.016 -3.6% 112.254 110.359 -1.7% ('TermGroup10K', None) 63.807 62.531 -2.0% 109.861 107.823 -1.9% 111.223 109.456 -1.6% 113.736 111.006 -2.4% 156.843 160.260 2.2% ('TermGroup1M', None) 64.541 63.547 -1.5% 113.980 112.168 -1.6% 116.054 114.759 -1.1% 116.506 116.382 -0.1% 118.047 117.441 -0.5% ('TermMonthSort', 'Month') 0.898 0.882 -1.8% 1.025 1.039 1.4% 1.549 1.237 -20.1% 1.869 1.875 0.3% 2.270 2.534 11.6% ('TermMonthSortSkipper', 'Month (skipper)') 5.142 5.239 1.9% 8.987 9.148 1.8% 9.187 9.487 3.3% 9.303 9.701 4.3% 59.569 91.918 54.3% ('TermTitleSort', 'Title') 7.799 7.278 -6.7% 10.254 9.115 -11.1% 14.016 20.951 49.5% 76.469 89.457 17.0% 120.622 117.814 -2.3% ('TermTitleSortSkipper', 'Title (skipper)') 6.495 6.519 0.4% 10.106 10.337 2.3% 10.585 10.572 -0.1% 11.102 11.417 2.8% 72.287 59.900 -17.1% ('VectorSearch', None) 2.020 2.279 12.8% 2.265 2.425 7.1% 6.123 6.354 3.8% 6.821 6.890 1.0% 8.347 8.344 -0.0% ('Wildcard', None) 23.176 23.899 3.1% 36.794 38.846 5.6% 44.722 47.133 5.4% 51.742 50.690 -2.0% 79.797 76.241 -4.5% generate vmstat pretties /l/reports.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.29.12.00.19/search-tasks /l/reports.nightly/2026.05.29.12.00.19/fastIndexBigDocs /l/reports.nightly/2026.05.29.12.00.19/fixedIndex /l/reports.nightly/2026.05.29.12.00.19/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.29.12.00.19/nrtIndexMediumDocs /l/reports.nightly/2026.05.29.12.00.19/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.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=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 62.02 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.91 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=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 161.91 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=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 225.02 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 17.23 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 15.75 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.80 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=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.28 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.19 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.74.114, 52.92.4.64, 3.5.75.111, 52.92.3.192, 52.92.33.216, 3.5.64.231, 3.5.75.24, 3.5.67.215 * Trying 3.5.74.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.74.114 port 443) from 10.17.4.7 port 34536 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/6097f494-2aae-4cfd-8310-62024631f00d.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCWV1LXdlc3QtMSJHMEUCIHpKcSjALsglkNyZIv8cb7O2l9EGhyVEo%2FzG2w3sxd66AiEAgZ%2BuhDfcPG0LlCPdFVlyYqmi%2F9enWAjJd89aEj8gQcAqwwUI6P%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDKFFY3uPCuClglNctyqXBU1BU5ke9ZFn0P6sfh4SmW6vPJ3XK8i4Le3n6gXC1ODmBCVW2yaecC6%2BvBtFWVjBlcWj5MB7ydLOM%2BJcjaRYhMiHi0qSGGZ39hpg3n9d3eF1gcxgt9sJidQqhjVcic%2BaUlf9STazxdb%2BN8V8MGN61eo3xVPA4q8XjakB%2B1t4MEpqjze2U3cZ%2Fh0QIDlU0aWt%2BkItwgjijy%2FcxmOJzI8HKjFempC1%2B7X9dfJbsxi0Cpf6z%2F4eCDYqmISm0C6YPEAB4fmBdBp%2BEnXiB%2BPkTW%2FOJmP4N33q%2FKpc73vUKq74juob2nicueFLfQ3geZOaP%2BgI1%2BEcBiHvzyFK3IoPTBi7EEVQSSdyZP0%2B%2BV5Nz4GoILD6UHlQJnIQZsH0X8BKcGFiXUzN2LV7Y7x1cX7NwGOV1XztbyORTE%2FgjjLKmLx8TFySeAy4JbX%2B3%2F%2BHgwWwUVPn1r0sNoWbwUjIjS94ggd6No2W6%2BAlf9oT2tc3s6eD9QVCBv%2B3qjVYV9sK7PA%2Fe4n9qvwKeaRFPqvteKJKlFko4svUzvGk7WwZg48q%2FgyARKT%2FdhIDaeiwqubqag55Bosz1s4VTYOpO1GOFG7cq5Ptj8BuJSpnpWmFKD%2FienvUnv3o0BcLRtVqZYAjY3Sguj2qwwxJBrdnmMKSfFpWSE4EsYng2HuNqPbh4jVUkWDWja6P%2BjnIkLvsIZOzuzTOTiqwt4L8sJXuCo0aENThXtu92B7%2FzHYX%2BaXhl7buDrawaLLCL320cmvdGL3c2oR%2F84QQ4NumUPDIQvaTHsaArlyw9AiJfEzSgg%2BiZiJRc%2BiO3GaheMcGyb3UdLJvEPhPyTisgZV5O1kSEL1Dlvgb1GjIROtB88In52W6osx0HXg3jr0qrJpUEEc0ezCh0O3QBjqxAd1b3qVUh880PshOwK1bVJLXaiW2rJTNOBSWjvLhtD9Bwj%2B2QttoI92zyRmD%2FaI9RCaMOzFnyGehMkH0H0qsk93zhtWNhKhijRylRvx4Gnn2ULTaTLPRmILVE5uU4BrKqUj4YuT%2F58VRZfrjr950JSFIVKfsODiRdpKSVqzmgWnBklXVYGRbnqSyRWeviKqY%2Fk2Og%2FzVU0XC9dp0fx1qhlCYsy6omEnbNQtMXT2ik1Gm4g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260531T000210Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD2YMV4MQ%2F20260531%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=3ab80a07f494a3bdec45588411bef3df29bd1f75f10f3b08416e2eb496394e90 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429171564 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.2M 0 0 0 3.37M 0 3.36M 02:01 00:01 02:00 3.36M 1 409.2M 0 0 1 7.93M 0 3.95M 01:43 00:02 01:41 3.95M 2 409.2M 0 0 2 11.75M 0 3.89M 01:44 00:03 01:41 3.90M 3 409.2M 0 0 3 14.93M 0 3.71M 01:50 00:04 01:46 3.71M 4 409.2M 0 0 4 18.12M 0 3.59M 01:53 00:05 01:48 3.59M 5 409.2M 0 0 5 21.50M 0 3.55M 01:55 00:06 01:49 3.59M 6 409.2M 0 0 6 24.87M 0 3.52M 01:56 00:07 01:49 3.35M 6 409.2M 0 0 6 27.87M 0 3.45M 01:58 00:08 01:50 3.18M 7 409.2M 0 0 7 30.68M 0 3.38M 02:01 00:09 01:52 3.11M 8 409.2M 0 0 8 33.75M 0 3.34M 02:02 00:10 01:52 3.10M 9 409.2M 0 0 9 37.06M 0 3.34M 02:02 00:11 01:51 3.08M 9 409.2M 0 0 9 40.12M 0 3.31M 02:03 00:12 01:51 3.02M 10 409.2M 0 0 10 42.68M 0 3.25M 02:05 00:13 01:52 2.94M 11 409.2M 0 0 11 45.50M 0 3.22M 02:06 00:14 01:52 2.94M 11 409.2M 0 0 11 48.37M 0 3.19M 02:07 00:15 01:52 2.89M 12 409.2M 0 0 12 51.00M 0 3.15M 02:09 00:16 01:53 2.75M 13 409.2M 0 0 13 53.31M 0 3.10M 02:11 00:17 01:54 2.59M 13 409.2M 0 0 13 54.75M 0 3.00M 02:16 00:18 01:58 2.36M 13 409.2M 0 0 13 56.18M 0 2.91M 02:20 00:19 02:01 2.07M 14 409.2M 0 0 14 57.62M 0 2.84M 02:23 00:20 02:03 1.79M 14 409.2M 0 0 14 59.12M 0 2.77M 02:27 00:21 02:06 1.57M 14 409.2M 0 0 14 60.68M 0 2.72M 02:30 00:22 02:08 1.43M 15 409.2M 0 0 15 62.43M 0 2.67M 02:33 00:23 02:10 1.49M 15 409.2M 0 0 15 64.12M 0 2.63M 02:35 00:24 02:11 1.55M 16 409.2M 0 0 16 65.56M 0 2.58M 02:38 00:25 02:13 1.54M 16 409.2M 0 0 16 67.25M 0 2.54M 02:40 00:26 02:14 1.58M 16 409.2M 0 0 16 69.06M 0 2.51M 02:42 00:27 02:15 1.63M 17 409.2M 0 0 17 70.81M 0 2.49M 02:44 00:28 02:16 1.64M 17 409.2M 0 0 17 72.68M 0 2.46M 02:45 00:29 02:16 1.68M 18 409.2M 0 0 18 74.43M 0 2.44M 02:47 00:30 02:17 1.75M 18 409.2M 0 0 18 76.31M 0 2.42M 02:48 00:31 02:17 1.79M 19 409.2M 0 0 19 78.37M 0 2.41M 02:49 00:32 02:17 1.84M 19 409.2M 0 0 19 80.62M 0 2.40M 02:50 00:33 02:17 1.93M 20 409.2M 0 0 20 83.25M 0 2.41M 02:49 00:34 02:15 2.08M 21 409.2M 0 0 21 86.50M 0 2.43M 02:47 00:35 02:12 2.38M 22 409.2M 0 0 22 90.56M 0 2.48M 02:44 00:36 02:08 2.82M 23 409.2M 0 0 23 95.75M 0 2.55M 02:40 00:37 02:03 3.46M 25 409.2M 0 0 25 102.7M 0 2.66M 02:33 00:38 01:55 4.41M 26 409.2M 0 0 26 110.0M 0 2.78M 02:27 00:39 01:48 5.32M 28 409.2M 0 0 28 116.6M 0 2.87M 02:22 00:40 01:42 6.00M 30 409.2M 0 0 30 124.0M 0 2.98M 02:17 00:41 01:36 6.66M 32 409.2M 0 0 32 131.9M 0 3.10M 02:11 00:42 01:29 7.19M 34 409.2M 0 0 34 139.8M 0 3.20M 02:07 00:43 01:24 7.36M 35 409.2M 0 0 35 145.8M 0 3.27M 02:04 00:44 01:20 7.14M 36 409.2M 0 0 36 151.0M 0 3.31M 02:03 00:45 01:18 6.82M 37 409.2M 0 0 37 155.3M 0 3.33M 02:02 00:46 01:16 6.22M 38 409.2M 0 0 38 159.2M 0 3.34M 02:02 00:47 01:15 5.42M 39 409.2M 0 0 39 163.3M 0 3.36M 02:01 00:48 01:13 4.67M 40 409.2M 0 0 40 167.5M 0 3.37M 02:01 00:49 01:12 4.30M 41 409.2M 0 0 41 170.9M 0 3.37M 02:01 00:50 01:11 3.94M 42 409.2M 0 0 42 173.6M 0 3.36M 02:01 00:51 01:10 3.60M 43 409.2M 0 0 43 176.3M 0 3.34M 02:02 00:52 01:10 3.37M 43 409.2M 0 0 43 179.1M 0 3.33M 02:02 00:53 01:09 3.11M 44 409.2M 0 0 44 182.0M 0 3.33M 02:02 00:54 01:08 2.84M 45 409.2M 0 0 45 184.3M 0 3.31M 02:03 00:55 01:08 2.64M 45 409.2M 0 0 45 186.8M 0 3.29M 02:04 00:56 01:08 2.60M 46 409.2M 0 0 46 189.4M 0 3.28M 02:04 00:57 01:07 2.58M 46 409.2M 0 0 46 191.6M 0 3.26M 02:05 00:58 01:07 2.47M 47 409.2M 0 0 47 193.9M 0 3.24M 02:06 00:59 01:07 2.34M 47 409.2M 0 0 47 196.1M 0 3.22M 02:06 01:00 01:06 2.31M 48 409.2M 0 0 48 197.5M 0 3.19M 02:07 01:01 01:06 2.10M 48 409.2M 0 0 48 198.8M 0 3.16M 02:09 01:02 01:07 1.85M 48 409.2M 0 0 48 200.3M 0 3.14M 02:10 01:03 01:07 1.70M 49 409.2M 0 0 49 201.8M 0 3.11M 02:11 01:04 01:07 1.56M 49 409.2M 0 0 49 203.5M 0 3.09M 02:12 01:05 01:07 1.45M 50 409.2M 0 0 50 205.1M 0 3.06M 02:13 01:06 01:07 1.49M 50 409.2M 0 0 50 206.7M 0 3.04M 02:14 01:07 01:07 1.51M 50 409.2M 0 0 50 208.3M 0 3.02M 02:15 01:08 01:07 1.54M 51 409.2M 0 0 51 210.0M 0 3.00M 02:16 01:09 01:07 1.58M 51 409.2M 0 0 51 211.8M 0 2.98M 02:17 01:10 01:07 1.61M 52 409.2M 0 0 52 213.5M 0 2.96M 02:17 01:11 01:06 1.65M 52 409.2M 0 0 52 215.3M 0 2.94M 02:18 01:12 01:06 1.70M 52 409.2M 0 0 52 216.7M 0 2.92M 02:19 01:14 01:05 1.66M 53 409.2M 0 0 53 218.3M 0 2.91M 02:20 01:15 01:05 1.63M 53 409.2M 0 0 53 220.1M 0 2.89M 02:21 01:16 01:05 1.63M 54 409.2M 0 0 54 222.0M 0 2.87M 02:22 01:17 01:05 1.64M 54 409.2M 0 0 54 223.8M 0 2.86M 02:22 01:18 01:04 1.65M 55 409.2M 0 0 55 225.6M 0 2.84M 02:23 01:19 01:04 1.71M 55 409.2M 0 0 55 227.5M 0 2.83M 02:24 01:20 01:04 1.77M 56 409.2M 0 0 56 229.4M 0 2.82M 02:24 01:21 01:03 1.81M 56 409.2M 0 0 56 231.6M 0 2.81M 02:25 01:22 01:03 1.89M 57 409.2M 0 0 57 233.3M 0 2.80M 02:25 01:23 01:02 1.88M 57 409.2M 0 0 57 234.7M 0 2.78M 02:26 01:24 01:02 1.79M 57 409.2M 0 0 57 236.2M 0 2.76M 02:27 01:25 01:02 1.71M 58 409.2M 0 0 58 237.7M 0 2.75M 02:28 01:26 01:02 1.62M 58 409.2M 0 0 58 239.3M 0 2.74M 02:29 01:27 01:02 1.51M 58 409.2M 0 0 58 241.0M 0 2.72M 02:30 01:28 01:02 1.49M 59 409.2M 0 0 59 242.4M 0 2.71M 02:30 01:29 01:01 1.50M 59 409.2M 0 0 59 244.0M 0 2.70M 02:31 01:30 01:01 1.52M 60 409.2M 0 0 60 245.6M 0 2.68M 02:32 01:31 01:01 1.54M 60 409.2M 0 0 60 247.0M 0 2.67M 02:33 01:32 01:01 1.50M 60 409.2M 0 0 60 248.5M 0 2.65M 02:33 01:33 01:00 1.47M 61 409.2M 0 0 61 249.9M 0 2.64M 02:34 01:34 01:00 1.47M 61 409.2M 0 0 61 251.3M 0 2.63M 02:35 01:35 01:00 1.45M 61 409.2M 0 0 61 252.3M 0 2.61M 02:36 01:36 01:00 1.32M 61 409.2M 0 0 61 253.2M 0 2.59M 02:37 01:37 01:00 1.22M 62 409.2M 0 0 62 254.2M 0 2.57M 02:38 01:38 01:00 1.12M 62 409.2M 0 0 62 255.3M 0 2.56M 02:39 01:39 01:00 1.04M 62 409.2M 0 0 62 256.5M 0 2.54M 02:40 01:40 01:00 0.99M 63 409.2M 0 0 63 257.8M 0 2.53M 02:41 01:41 01:00 1.05M 63 409.2M 0 0 63 259.2M 0 2.52M 02:42 01:42 01:00 1.15M 63 409.2M 0 0 63 260.7M 0 2.51M 02:42 01:43 00:59 1.25M 64 409.2M 0 0 64 262.8M 0 2.50M 02:43 01:44 00:59 1.43M 64 409.2M 0 0 64 265.5M 0 2.50M 02:43 01:45 00:58 1.73M 65 409.2M 0 0 65 269.1M 0 2.52M 02:42 01:46 00:56 2.21M 66 409.2M 0 0 66 274.1M 0 2.54M 02:40 01:47 00:53 2.91M 68 409.2M 0 0 68 278.8M 0 2.56M 02:39 01:48 00:51 3.58M 69 409.2M 0 0 69 283.8M 0 2.58M 02:38 01:49 00:49 4.16M 70 409.2M 0 0 70 287.8M 0 2.59M 02:37 01:50 00:47 4.42M 71 409.2M 0 0 71 292.0M 0 2.61M 02:36 01:51 00:45 4.51M 72 409.2M 0 0 72 295.3M 0 2.61M 02:36 01:52 00:44 4.19M 72 409.2M 0 0 72 298.7M 0 2.62M 02:35 01:53 00:42 3.94M 73 409.2M 0 0 73 302.3M 0 2.63M 02:35 01:54 00:41 3.67M 74 409.2M 0 0 74 305.9M 0 2.64M 02:34 01:55 00:39 3.60M 75 409.2M 0 0 75 308.8M 0 2.64M 02:34 01:56 00:38 3.36M 76 409.2M 0 0 76 311.9M 0 2.64M 02:34 01:57 00:37 3.31M 77 409.2M 0 0 77 315.3M 0 2.65M 02:34 01:58 00:36 3.29M 77 409.2M 0 0 77 318.8M 0 2.65M 02:33 01:59 00:34 3.28M 78 409.2M 0 0 78 322.4M 0 2.66M 02:33 02:00 00:33 3.28M 79 409.2M 0 0 79 326.1M 0 2.67M 02:32 02:01 00:31 3.43M 80 409.2M 0 0 80 329.7M 0 2.68M 02:32 02:02 00:30 3.54M 81 409.2M 0 0 81 333.5M 0 2.69M 02:32 02:03 00:29 3.60M 82 409.2M 0 0 82 337.2M 0 2.69M 02:31 02:04 00:27 3.65M 83 409.2M 0 0 83 341.1M 0 2.70M 02:31 02:05 00:26 3.71M 84 409.2M 0 0 84 345.3M 0 2.72M 02:30 02:06 00:24 3.81M 85 409.2M 0 0 85 350.1M 0 2.73M 02:29 02:07 00:22 4.03M 86 409.2M 0 0 86 355.5M 0 2.75M 02:28 02:08 00:20 4.38M 88 409.2M 0 0 88 361.7M 0 2.78M 02:27 02:09 00:18 4.87M 90 409.2M 0 0 90 369.3M 0 2.82M 02:25 02:10 00:15 5.60M 91 409.2M 0 0 91 376.0M 0 2.84M 02:23 02:11 00:12 6.05M 93 409.2M 0 0 93 381.3M 0 2.86M 02:22 02:12 00:10 6.18M 94 409.2M 0 0 94 386.6M 0 2.88M 02:21 02:13 00:08 6.17M 95 409.2M 0 0 95 392.1M 0 2.90M 02:20 02:14 00:06 6.02M 97 409.2M 0 0 97 397.8M 0 2.92M 02:19 02:15 00:04 5.63M 98 409.2M 0 0 98 403.3M 0 2.94M 02:19 02:17 00:02 5.44M 99 409.2M 0 0 99 407.6M 0 2.95M 02:18 02:18 5.24M* upload completely sent off: 429171564 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: GsBcoMYBbGCHAYdD/Qq9c5FFjOJtFmSUjDL/4DILaC/k1TEq0kXQZLzDZUgMips4JMWvmSeC3gs9Sf8YIOa4/pNptkdXNFNM < x-amz-request-id: XGG0AFXE025D0SBW < Date: Sun, 31 May 2026 00:02:43 GMT < x-amz-server-side-encryption: AES256 < ETag: "450cfd395e88d7408d7838e4b88e2612" < x-amz-checksum-crc64nvme: 48VYA14VviU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 409.2M 0 0 100 409.2M 0 2.94M 02:18 02:18 5.24M 100 409.2M 0 0 100 409.2M 0 2.94M 02:18 02:18 5.24M 100 409.2M 0 0 100 409.2M 0 2.94M 02:18 02:18 5.24M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 170.45 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.38, 52.92.32.16, 3.5.69.53, 52.92.36.112, 3.5.66.53, 3.5.75.1, 3.5.71.108, 3.5.75.121 * Trying 3.5.73.38: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.38 port 443) from 10.17.4.7 port 54712 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/5afb3028-1b9c-4e2e-8493-86cea9123ce7.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCWV1LXdlc3QtMSJHMEUCIHpKcSjALsglkNyZIv8cb7O2l9EGhyVEo%2FzG2w3sxd66AiEAgZ%2BuhDfcPG0LlCPdFVlyYqmi%2F9enWAjJd89aEj8gQcAqwwUI6P%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDKFFY3uPCuClglNctyqXBU1BU5ke9ZFn0P6sfh4SmW6vPJ3XK8i4Le3n6gXC1ODmBCVW2yaecC6%2BvBtFWVjBlcWj5MB7ydLOM%2BJcjaRYhMiHi0qSGGZ39hpg3n9d3eF1gcxgt9sJidQqhjVcic%2BaUlf9STazxdb%2BN8V8MGN61eo3xVPA4q8XjakB%2B1t4MEpqjze2U3cZ%2Fh0QIDlU0aWt%2BkItwgjijy%2FcxmOJzI8HKjFempC1%2B7X9dfJbsxi0Cpf6z%2F4eCDYqmISm0C6YPEAB4fmBdBp%2BEnXiB%2BPkTW%2FOJmP4N33q%2FKpc73vUKq74juob2nicueFLfQ3geZOaP%2BgI1%2BEcBiHvzyFK3IoPTBi7EEVQSSdyZP0%2B%2BV5Nz4GoILD6UHlQJnIQZsH0X8BKcGFiXUzN2LV7Y7x1cX7NwGOV1XztbyORTE%2FgjjLKmLx8TFySeAy4JbX%2B3%2F%2BHgwWwUVPn1r0sNoWbwUjIjS94ggd6No2W6%2BAlf9oT2tc3s6eD9QVCBv%2B3qjVYV9sK7PA%2Fe4n9qvwKeaRFPqvteKJKlFko4svUzvGk7WwZg48q%2FgyARKT%2FdhIDaeiwqubqag55Bosz1s4VTYOpO1GOFG7cq5Ptj8BuJSpnpWmFKD%2FienvUnv3o0BcLRtVqZYAjY3Sguj2qwwxJBrdnmMKSfFpWSE4EsYng2HuNqPbh4jVUkWDWja6P%2BjnIkLvsIZOzuzTOTiqwt4L8sJXuCo0aENThXtu92B7%2FzHYX%2BaXhl7buDrawaLLCL320cmvdGL3c2oR%2F84QQ4NumUPDIQvaTHsaArlyw9AiJfEzSgg%2BiZiJRc%2BiO3GaheMcGyb3UdLJvEPhPyTisgZV5O1kSEL1Dlvgb1GjIROtB88In52W6osx0HXg3jr0qrJpUEEc0ezCh0O3QBjqxAd1b3qVUh880PshOwK1bVJLXaiW2rJTNOBSWjvLhtD9Bwj%2B2QttoI92zyRmD%2FaI9RCaMOzFnyGehMkH0H0qsk93zhtWNhKhijRylRvx4Gnn2ULTaTLPRmILVE5uU4BrKqUj4YuT%2F58VRZfrjr950JSFIVKfsODiRdpKSVqzmgWnBklXVYGRbnqSyRWeviKqY%2Fk2Og%2FzVU0XC9dp0fx1qhlCYsy6omEnbNQtMXT2ik1Gm4g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260531T000501Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD2YMV4MQ%2F20260531%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=899ce28bc14902c3ed9c012ee9949455c8263b15ce5a0e5b36b37cb1d7cb29ea HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71129886 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 3 67.83M 0 0 3 2.18M 0 2.18M 00:31 00:01 00:30 2.18M 13 67.83M 0 0 13 9.06M 0 4.52M 00:14 00:02 00:12 4.52M 22 67.83M 0 0 22 15.00M 0 4.99M 00:13 00:03 00:10 4.99M 30 67.83M 0 0 30 20.43M 0 5.10M 00:13 00:04 00:09 5.10M 38 67.83M 0 0 38 26.25M 0 5.23M 00:12 00:05 00:07 5.24M 47 67.83M 0 0 47 32.18M 0 5.35M 00:12 00:06 00:06 5.98M 55 67.83M 0 0 55 37.50M 0 5.34M 00:12 00:07 00:05 5.67M 62 67.83M 0 0 62 42.06M 0 5.24M 00:12 00:08 00:04 5.40M 68 67.83M 0 0 68 46.56M 0 5.14M 00:13 00:09 00:04 5.18M 74 67.83M 0 0 74 50.31M 0 5.00M 00:13 00:10 00:03 4.77M 79 67.83M 0 0 79 54.25M 0 4.90M 00:13 00:11 00:02 4.37M 86 67.83M 0 0 86 58.37M 0 4.84M 00:14 00:12 00:02 4.13M 92 67.83M 0 0 92 62.56M 0 4.79M 00:14 00:13 00:01 4.06M 97 67.83M 0 0 97 66.25M 0 4.70M 00:14 00:14 3.91M* upload completely sent off: 71129886 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: MS4KIbeEKn+chbnOOkcukHohoMtmygK/A8CSZxHfWAfwcGlRVy2+xV8McuV84hTJQInnx7ftBMPduFYvmcaPAQClG6fvKwCd < x-amz-request-id: 3EP7QQ1GHPWRS8TQ < Date: Sun, 31 May 2026 00:05:08 GMT < x-amz-server-side-encryption: AES256 < ETag: "b699dee40857e589bce1cca06af9168c" < x-amz-checksum-crc64nvme: 98ZQVCZjiFM= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 67.83M 0 0 100 67.83M 0 4.39M 00:15 00:15 3.25M 100 67.83M 0 0 100 67.83M 0 4.39M 00:15 00:15 3.25M 100 67.83M 0 0 100 67.83M 0 4.39M 00:15 00:15 3.25M 100 67.83M 0 0 100 67.83M 0 4.39M 00:15 00:15 3.25M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 21.15 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.64.195, 52.92.0.112, 3.5.75.50, 3.5.74.26, 3.5.73.48, 3.5.72.75, 52.92.19.0, 3.5.66.1 * Trying 3.5.64.195:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.64.195 port 443) from 10.17.4.7 port 57116 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/a246fbeb-9d08-47f7-987e-e31271cfff54.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCWV1LXdlc3QtMSJHMEUCIHpKcSjALsglkNyZIv8cb7O2l9EGhyVEo%2FzG2w3sxd66AiEAgZ%2BuhDfcPG0LlCPdFVlyYqmi%2F9enWAjJd89aEj8gQcAqwwUI6P%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDKFFY3uPCuClglNctyqXBU1BU5ke9ZFn0P6sfh4SmW6vPJ3XK8i4Le3n6gXC1ODmBCVW2yaecC6%2BvBtFWVjBlcWj5MB7ydLOM%2BJcjaRYhMiHi0qSGGZ39hpg3n9d3eF1gcxgt9sJidQqhjVcic%2BaUlf9STazxdb%2BN8V8MGN61eo3xVPA4q8XjakB%2B1t4MEpqjze2U3cZ%2Fh0QIDlU0aWt%2BkItwgjijy%2FcxmOJzI8HKjFempC1%2B7X9dfJbsxi0Cpf6z%2F4eCDYqmISm0C6YPEAB4fmBdBp%2BEnXiB%2BPkTW%2FOJmP4N33q%2FKpc73vUKq74juob2nicueFLfQ3geZOaP%2BgI1%2BEcBiHvzyFK3IoPTBi7EEVQSSdyZP0%2B%2BV5Nz4GoILD6UHlQJnIQZsH0X8BKcGFiXUzN2LV7Y7x1cX7NwGOV1XztbyORTE%2FgjjLKmLx8TFySeAy4JbX%2B3%2F%2BHgwWwUVPn1r0sNoWbwUjIjS94ggd6No2W6%2BAlf9oT2tc3s6eD9QVCBv%2B3qjVYV9sK7PA%2Fe4n9qvwKeaRFPqvteKJKlFko4svUzvGk7WwZg48q%2FgyARKT%2FdhIDaeiwqubqag55Bosz1s4VTYOpO1GOFG7cq5Ptj8BuJSpnpWmFKD%2FienvUnv3o0BcLRtVqZYAjY3Sguj2qwwxJBrdnmMKSfFpWSE4EsYng2HuNqPbh4jVUkWDWja6P%2BjnIkLvsIZOzuzTOTiqwt4L8sJXuCo0aENThXtu92B7%2FzHYX%2BaXhl7buDrawaLLCL320cmvdGL3c2oR%2F84QQ4NumUPDIQvaTHsaArlyw9AiJfEzSgg%2BiZiJRc%2BiO3GaheMcGyb3UdLJvEPhPyTisgZV5O1kSEL1Dlvgb1GjIROtB88In52W6osx0HXg3jr0qrJpUEEc0ezCh0O3QBjqxAd1b3qVUh880PshOwK1bVJLXaiW2rJTNOBSWjvLhtD9Bwj%2B2QttoI92zyRmD%2FaI9RCaMOzFnyGehMkH0H0qsk93zhtWNhKhijRylRvx4Gnn2ULTaTLPRmILVE5uU4BrKqUj4YuT%2F58VRZfrjr950JSFIVKfsODiRdpKSVqzmgWnBklXVYGRbnqSyRWeviKqY%2Fk2Og%2FzVU0XC9dp0fx1qhlCYsy6omEnbNQtMXT2ik1Gm4g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260531T000523Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD2YMV4MQ%2F20260531%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=a82a38a60e1d76bfce5197e6d4bf57e004cf93122dfbe002144373c00345d74f HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 628854919 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 599.7M 0 0 0 3.43M 0 3.19M 03:07 00:01 03:06 3.19M 1 599.7M 0 0 1 8.87M 0 4.26M 02:20 00:02 02:18 4.26M 2 599.7M 0 0 2 13.62M 0 4.41M 02:15 00:03 02:12 4.41M 2 599.7M 0 0 2 17.50M 0 4.27M 02:20 00:04 02:16 4.27M 3 599.7M 0 0 3 21.68M 0 4.23M 02:21 00:05 02:16 4.23M 4 599.7M 0 0 4 26.00M 0 4.24M 02:21 00:06 02:15 4.47M 5 599.7M 0 0 5 30.37M 0 4.25M 02:20 00:07 02:13 4.25M 5 599.7M 0 0 5 34.75M 0 4.27M 02:20 00:08 02:12 4.18M 6 599.7M 0 0 6 39.06M 0 4.27M 02:20 00:09 02:11 4.27M 7 599.7M 0 0 7 43.43M 0 4.28M 02:20 00:10 02:10 4.33M 7 599.7M 0 0 7 47.68M 0 4.26M 02:20 00:11 02:09 4.29M 8 599.7M 0 0 8 51.56M 0 4.23M 02:21 00:12 02:09 4.19M 9 599.7M 0 0 9 55.50M 0 4.20M 02:22 00:13 02:09 4.10M 9 599.7M 0 0 9 58.50M 0 4.12M 02:25 00:14 02:11 3.84M 10 599.7M 0 0 10 61.75M 0 4.06M 02:27 00:15 02:12 3.62M 10 599.7M 0 0 10 64.43M 0 3.97M 02:30 00:16 02:14 3.32M 11 599.7M 0 0 11 66.68M 0 3.86M 02:35 00:17 02:18 2.98M 11 599.7M 0 0 11 68.81M 0 3.76M 02:39 00:18 02:21 2.62M 11 599.7M 0 0 11 71.06M 0 3.68M 02:42 00:19 02:23 2.47M 12 599.7M 0 0 12 73.31M 0 3.61M 02:45 00:20 02:25 2.28M 12 599.7M 0 0 12 75.56M 0 3.55M 02:48 00:21 02:27 2.20M 12 599.7M 0 0 12 77.93M 0 3.49M 02:51 00:22 02:29 2.23M 13 599.7M 0 0 13 80.37M 0 3.45M 02:53 00:23 02:30 2.29M 13 599.7M 0 0 13 82.50M 0 3.39M 02:56 00:24 02:32 2.26M 14 599.7M 0 0 14 84.62M 0 3.33M 02:59 00:25 02:34 2.22M 14 599.7M 0 0 14 87.00M 0 3.30M 03:01 00:26 02:35 2.24M 14 599.7M 0 0 14 89.50M 0 3.26M 03:03 00:27 02:36 2.26M 15 599.7M 0 0 15 91.75M 0 3.23M 03:05 00:28 02:37 2.22M 15 599.7M 0 0 15 93.81M 0 3.18M 03:08 00:29 02:39 2.21M 16 599.7M 0 0 16 96.12M 0 3.16M 03:09 00:30 02:39 2.26M 16 599.7M 0 0 16 98.56M 0 3.13M 03:11 00:31 02:40 2.27M 16 599.7M 0 0 16 100.8M 0 3.10M 03:13 00:32 02:41 2.21M 17 599.7M 0 0 17 102.8M 0 3.07M 03:15 00:33 02:42 2.18M 17 599.7M 0 0 17 105.1M 0 3.04M 03:16 00:34 02:42 2.23M 17 599.7M 0 0 17 107.6M 0 3.03M 03:17 00:35 02:42 2.25M 18 599.7M 0 0 18 110.1M 0 3.01M 03:18 00:36 02:42 2.27M 18 599.7M 0 0 18 112.6M 0 3.00M 03:19 00:37 02:42 2.34M 19 599.7M 0 0 19 115.0M 0 2.98M 03:21 00:38 02:43 2.39M 19 599.7M 0 0 19 117.1M 0 2.95M 03:22 00:39 02:43 2.35M 19 599.7M 0 0 19 119.4M 0 2.94M 03:23 00:40 02:43 2.31M 20 599.7M 0 0 20 121.8M 0 2.92M 03:24 00:41 02:43 2.31M 20 599.7M 0 0 20 124.3M 0 2.91M 03:25 00:42 02:43 2.29M 21 599.7M 0 0 21 126.9M 0 2.90M 03:26 00:43 02:43 2.33M 21 599.7M 0 0 21 129.5M 0 2.89M 03:26 00:44 02:42 2.41M 22 599.7M 0 0 22 132.0M 0 2.88M 03:27 00:45 02:42 2.47M 22 599.7M 0 0 22 134.6M 0 2.88M 03:28 00:46 02:42 2.50M 22 599.7M 0 0 22 136.6M 0 2.86M 03:29 00:47 02:42 2.40M 23 599.7M 0 0 23 138.3M 0 2.83M 03:31 00:48 02:43 2.22M 23 599.7M 0 0 23 140.2M 0 2.81M 03:32 00:49 02:43 2.09M 23 599.7M 0 0 23 141.6M 0 2.78M 03:35 00:50 02:45 1.87M 23 599.7M 0 0 23 143.1M 0 2.76M 03:37 00:51 02:46 1.66M 24 599.7M 0 0 24 144.7M 0 2.73M 03:38 00:52 02:46 1.58M 24 599.7M 0 0 24 146.0M 0 2.70M 03:41 00:53 02:48 1.49M 24 599.7M 0 0 24 147.4M 0 2.68M 03:43 00:54 02:49 1.41M 24 599.7M 0 0 24 148.6M 0 2.65M 03:45 00:55 02:50 1.37M 25 599.7M 0 0 25 149.9M 0 2.63M 03:47 00:56 02:51 1.32M 25 599.7M 0 0 25 150.9M 0 2.60M 03:50 00:57 02:53 1.20M 25 599.7M 0 0 25 151.9M 0 2.57M 03:52 00:59 02:53 1.15M 25 599.7M 0 0 25 152.8M 0 2.54M 03:55 01:00 02:55 1.05M 25 599.7M 0 0 25 153.8M 0 2.51M 03:57 01:01 02:56 1.00M 25 599.7M 0 0 25 154.7M 0 2.49M 04:00 01:02 02:58 949.7k 25 599.7M 0 0 25 155.6M 0 2.46M 04:03 01:03 03:00 931.1k 26 599.7M 0 0 26 156.6M 0 2.44M 04:05 01:04 03:01 931.8k 26 599.7M 0 0 26 157.6M 0 2.41M 04:08 01:05 03:03 948.7k 26 599.7M 0 0 26 158.5M 0 2.39M 04:10 01:06 03:04 924.3k 26 599.7M 0 0 26 159.4M 0 2.37M 04:13 01:07 03:06 932.5k 26 599.7M 0 0 26 160.3M 0 2.34M 04:15 01:08 03:07 920.9k 26 599.7M 0 0 26 161.1M 0 2.32M 04:18 01:09 03:09 892.9k 27 599.7M 0 0 27 162.0M 0 2.29M 04:20 01:10 03:10 844.5k 27 599.7M 0 0 27 162.8M 0 2.27M 04:23 01:11 03:12 842.4k 27 599.7M 0 0 27 163.8M 0 2.25M 04:25 01:12 03:13 850.0k 27 599.7M 0 0 27 164.6M 0 2.23M 04:27 01:13 03:14 857.2k 27 599.7M 0 0 27 165.5M 0 2.21M 04:30 01:14 03:16 860.7k 27 599.7M 0 0 27 166.5M 0 2.20M 04:32 01:15 03:17 894.0k 27 599.7M 0 0 27 167.5M 0 2.18M 04:34 01:16 03:18 919.4k 28 599.7M 0 0 28 168.5M 0 2.16M 04:36 01:17 03:19 940.0k 28 599.7M 0 0 28 169.6M 0 2.15M 04:38 01:18 03:20 987.3k 28 599.7M 0 0 28 170.8M 0 2.14M 04:39 01:19 03:20 1.03M 28 599.7M 0 0 28 172.1M 0 2.13M 04:41 01:20 03:21 1.10M 28 599.7M 0 0 28 173.5M 0 2.12M 04:42 01:21 03:21 1.19M 29 599.7M 0 0 29 175.4M 0 2.11M 04:42 01:22 03:20 1.35M 29 599.7M 0 0 29 177.8M 0 2.12M 04:42 01:23 03:19 1.62M 30 599.7M 0 0 30 181.1M 0 2.13M 04:40 01:24 03:16 2.04M 30 599.7M 0 0 30 184.5M 0 2.15M 04:38 01:25 03:13 2.45M 31 599.7M 0 0 31 186.9M 0 2.15M 04:38 01:26 03:12 2.64M 31 599.7M 0 0 31 189.5M 0 2.15M 04:37 01:27 03:10 2.79M 32 599.7M 0 0 32 192.3M 0 2.16M 04:37 01:28 03:09 2.83M 32 599.7M 0 0 32 195.0M 0 2.16M 04:36 01:29 03:07 2.73M 32 599.7M 0 0 32 197.7M 0 2.17M 04:35 01:30 03:05 2.60M 33 599.7M 0 0 33 199.9M 0 2.17M 04:35 01:31 03:04 2.55M 33 599.7M 0 0 33 202.3M 0 2.17M 04:35 01:32 03:03 2.50M 34 599.7M 0 0 34 204.8M 0 2.18M 04:34 01:33 03:01 2.48M 34 599.7M 0 0 34 207.5M 0 2.18M 04:34 01:34 03:00 2.48M 35 599.7M 0 0 35 210.3M 0 2.19M 04:33 01:35 02:58 2.48M 35 599.7M 0 0 35 213.0M 0 2.19M 04:32 01:36 02:56 2.58M 35 599.7M 0 0 35 215.7M 0 2.20M 04:32 01:37 02:55 2.66M 36 599.7M 0 0 36 218.5M 0 2.20M 04:31 01:38 02:53 2.70M 36 599.7M 0 0 36 221.5M 0 2.21M 04:30 01:39 02:51 2.74M 37 599.7M 0 0 37 224.5M 0 2.22M 04:29 01:40 02:49 2.79M 37 599.7M 0 0 37 226.8M 0 2.22M 04:29 01:41 02:48 2.72M 38 599.7M 0 0 38 228.8M 0 2.22M 04:29 01:42 02:47 2.59M 38 599.7M 0 0 38 230.5M 0 2.21M 04:30 01:43 02:47 2.36M 38 599.7M 0 0 38 232.2M 0 2.21M 04:31 01:45 02:46 2.13M 39 599.7M 0 0 39 234.1M 0 2.20M 04:31 01:46 02:45 1.89M 39 599.7M 0 0 39 235.9M 0 2.20M 04:32 01:47 02:45 1.79M 39 599.7M 0 0 39 237.8M 0 2.20M 04:32 01:48 02:44 1.75M 39 599.7M 0 0 39 239.8M 0 2.19M 04:32 01:49 02:43 1.81M 40 599.7M 0 0 40 241.8M 0 2.19M 04:33 01:50 02:43 1.87M 40 599.7M 0 0 40 244.0M 0 2.19M 04:33 01:51 02:42 1.95M 41 599.7M 0 0 41 246.5M 0 2.19M 04:32 01:52 02:40 2.07M 41 599.7M 0 0 41 249.4M 0 2.20M 04:32 01:53 02:39 2.28M 42 599.7M 0 0 42 253.1M 0 2.21M 04:30 01:54 02:36 2.62M 42 599.7M 0 0 42 257.6M 0 2.23M 04:28 01:55 02:33 3.12M 43 599.7M 0 0 43 263.5M 0 2.26M 04:24 01:56 02:28 3.85M 44 599.7M 0 0 44 268.6M 0 2.29M 04:21 01:57 02:24 4.40M 45 599.7M 0 0 45 274.2M 0 2.31M 04:18 01:58 02:20 4.93M 46 599.7M 0 0 46 278.5M 0 2.33M 04:16 01:59 02:17 5.05M 47 599.7M 0 0 47 282.8M 0 2.35M 04:14 02:00 02:14 5.00M 47 599.7M 0 0 47 286.0M 0 2.35M 04:14 02:01 02:13 4.46M 48 599.7M 0 0 48 288.1M 0 2.35M 04:14 02:02 02:12 3.84M 48 599.7M 0 0 48 289.6M 0 2.34M 04:15 02:03 02:12 3.04M 48 599.7M 0 0 48 291.3M 0 2.34M 04:15 02:04 02:11 2.51M 48 599.7M 0 0 48 292.9M 0 2.33M 04:16 02:05 02:11 1.98M 49 599.7M 0 0 49 294.5M 0 2.33M 04:17 02:06 02:11 1.67M 49 599.7M 0 0 49 295.9M 0 2.32M 04:18 02:07 02:11 1.53M 49 599.7M 0 0 49 297.5M 0 2.31M 04:18 02:08 02:10 1.55M 49 599.7M 0 0 49 299.2M 0 2.31M 04:19 02:09 02:10 1.56M 50 599.7M 0 0 50 300.8M 0 2.30M 04:19 02:10 02:09 1.54M 50 599.7M 0 0 50 302.3M 0 2.29M 04:20 02:11 02:09 1.52M 50 599.7M 0 0 50 304.0M 0 2.29M 04:21 02:12 02:09 1.57M 50 599.7M 0 0 50 305.7M 0 2.29M 04:21 02:13 02:08 1.58M 51 599.7M 0 0 51 307.1M 0 2.28M 04:22 02:14 02:08 1.53M 51 599.7M 0 0 51 308.7M 0 2.27M 04:23 02:15 02:08 1.53M 51 599.7M 0 0 51 310.1M 0 2.27M 04:24 02:16 02:08 1.52M 51 599.7M 0 0 51 311.5M 0 2.26M 04:24 02:17 02:07 1.46M 52 599.7M 0 0 52 312.9M 0 2.25M 04:25 02:18 02:07 1.39M 52 599.7M 0 0 52 314.4M 0 2.25M 04:26 02:19 02:07 1.41M 52 599.7M 0 0 52 316.0M 0 2.24M 04:27 02:20 02:07 1.40M 52 599.7M 0 0 52 317.5M 0 2.23M 04:27 02:21 02:06 1.42M 53 599.7M 0 0 53 318.8M 0 2.23M 04:28 02:22 02:06 1.43M 53 599.7M 0 0 53 320.4M 0 2.22M 04:29 02:23 02:06 1.46M 53 599.7M 0 0 53 322.0M 0 2.22M 04:29 02:24 02:05 1.49M 53 599.7M 0 0 53 323.7M 0 2.21M 04:30 02:25 02:05 1.51M 54 599.7M 0 0 54 325.3M 0 2.21M 04:30 02:26 02:04 1.55M 54 599.7M 0 0 54 326.7M 0 2.20M 04:31 02:27 02:04 1.54M 54 599.7M 0 0 54 328.2M 0 2.20M 04:32 02:28 02:04 1.52M 55 599.7M 0 0 55 329.8M 0 2.20M 04:32 02:29 02:03 1.52M 55 599.7M 0 0 55 331.5M 0 2.19M 04:33 02:30 02:03 1.51M 55 599.7M 0 0 55 333.1M 0 2.19M 04:33 02:31 02:02 1.51M 55 599.7M 0 0 55 334.8M 0 2.18M 04:33 02:32 02:01 1.57M 56 599.7M 0 0 56 336.5M 0 2.18M 04:34 02:33 02:01 1.62M 56 599.7M 0 0 56 338.3M 0 2.18M 04:34 02:35 01:59 1.66M 56 599.7M 0 0 56 340.4M 0 2.18M 04:34 02:36 01:58 1.75M 57 599.7M 0 0 57 342.3M 0 2.17M 04:35 02:37 01:58 1.81M 57 599.7M 0 0 57 344.3M 0 2.17M 04:35 02:38 01:57 1.88M 57 599.7M 0 0 57 346.1M 0 2.17M 04:35 02:39 01:56 1.91M 58 599.7M 0 0 58 348.0M 0 2.17M 04:35 02:40 01:55 1.90M 58 599.7M 0 0 58 349.8M 0 2.17M 04:36 02:41 01:55 1.85M 58 599.7M 0 0 58 351.7M 0 2.16M 04:36 02:42 01:54 1.84M 58 599.7M 0 0 58 353.6M 0 2.16M 04:36 02:43 01:53 1.81M 59 599.7M 0 0 59 355.1M 0 2.16M 04:37 02:44 01:53 1.76M 59 599.7M 0 0 59 356.8M 0 2.16M 04:37 02:45 01:52 1.73M 59 599.7M 0 0 59 358.3M 0 2.15M 04:38 02:46 01:52 1.65M 60 599.7M 0 0 60 359.8M 0 2.15M 04:38 02:47 01:51 1.58M 60 599.7M 0 0 60 361.4M 0 2.14M 04:39 02:48 01:51 1.52M 60 599.7M 0 0 60 363.0M 0 2.14M 04:39 02:49 01:50 1.53M 60 599.7M 0 0 60 364.6M 0 2.14M 04:39 02:50 01:49 1.53M 61 599.7M 0 0 61 366.5M 0 2.13M 04:40 02:51 01:49 1.61M 61 599.7M 0 0 61 368.3M 0 2.13M 04:40 02:52 01:48 1.68M 61 599.7M 0 0 61 369.8M 0 2.13M 04:41 02:53 01:48 1.66M 61 599.7M 0 0 61 371.0M 0 2.12M 04:41 02:54 01:47 1.58M 62 599.7M 0 0 62 372.3M 0 2.12M 04:42 02:55 01:47 1.50M 62 599.7M 0 0 62 373.6M 0 2.11M 04:43 02:56 01:47 1.40M 62 599.7M 0 0 62 375.0M 0 2.11M 04:43 02:57 01:46 1.31M 62 599.7M 0 0 62 376.5M 0 2.11M 04:44 02:58 01:46 1.31M 63 599.7M 0 0 63 378.1M 0 2.10M 04:44 02:59 01:45 1.39M 63 599.7M 0 0 63 379.8M 0 2.10M 04:44 03:00 01:44 1.47M 63 599.7M 0 0 63 381.3M 0 2.10M 04:45 03:01 01:44 1.50M 63 599.7M 0 0 63 382.9M 0 2.09M 04:45 03:02 01:43 1.53M 64 599.7M 0 0 64 384.6M 0 2.09M 04:46 03:03 01:43 1.57M 64 599.7M 0 0 64 386.3M 0 2.09M 04:46 03:04 01:42 1.61M 64 599.7M 0 0 64 387.8M 0 2.08M 04:46 03:05 01:41 1.56M 64 599.7M 0 0 64 389.1M 0 2.08M 04:47 03:06 01:41 1.51M 65 599.7M 0 0 65 390.3M 0 2.08M 04:48 03:07 01:41 1.44M 65 599.7M 0 0 65 391.6M 0 2.07M 04:48 03:08 01:40 1.36M 65 599.7M 0 0 65 392.8M 0 2.07M 04:49 03:09 01:40 1.23M 65 599.7M 0 0 65 394.0M 0 2.06M 04:50 03:10 01:40 1.16M 65 599.7M 0 0 65 395.2M 0 2.06M 04:51 03:11 01:40 1.17M 66 599.7M 0 0 66 396.5M 0 2.05M 04:51 03:12 01:39 1.19M 66 599.7M 0 0 66 397.8M 0 2.05M 04:52 03:13 01:39 1.19M 66 599.7M 0 0 66 399.2M 0 2.04M 04:52 03:14 01:38 1.25M 66 599.7M 0 0 66 400.6M 0 2.04M 04:53 03:15 01:38 1.31M 67 599.7M 0 0 67 402.2M 0 2.04M 04:53 03:16 01:37 1.37M 67 599.7M 0 0 67 404.0M 0 2.04M 04:53 03:17 01:36 1.45M 67 599.7M 0 0 67 406.1M 0 2.04M 04:53 03:18 01:35 1.62M 68 599.7M 0 0 68 408.8M 0 2.04M 04:53 03:19 01:34 1.88M 68 599.7M 0 0 68 412.3M 0 2.05M 04:52 03:20 01:32 2.30M 69 599.7M 0 0 69 414.8M 0 2.05M 04:51 03:21 01:30 2.49M 69 599.7M 0 0 69 416.5M 0 2.05M 04:52 03:22 01:30 2.48M 69 599.7M 0 0 69 418.3M 0 2.05M 04:52 03:23 01:29 2.41M 70 599.7M 0 0 70 420.2M 0 2.04M 04:52 03:24 01:28 2.25M 70 599.7M 0 0 70 421.6M 0 2.04M 04:53 03:26 01:27 1.82M 70 599.7M 0 0 70 422.7M 0 2.04M 04:53 03:27 01:26 1.53M 70 599.7M 0 0 70 423.9M 0 2.03M 04:54 03:28 01:26 1.44M 70 599.7M 0 0 70 425.1M 0 2.03M 04:54 03:29 01:25 1.32M 71 599.7M 0 0 71 426.3M 0 2.02M 04:55 03:30 01:25 1.18M 71 599.7M 0 0 71 427.3M 0 2.02M 04:56 03:31 01:25 1.10M 71 599.7M 0 0 71 428.2M 0 2.01M 04:57 03:32 01:25 1.07M 71 599.7M 0 0 71 429.2M 0 2.01M 04:57 03:33 01:24 1.03M 71 599.7M 0 0 71 430.3M 0 2.00M 04:58 03:34 01:24 1.00M 71 599.7M 0 0 71 431.4M 0 2.00M 04:59 03:35 01:24 0.99M 72 599.7M 0 0 72 432.6M 0 2.00M 04:59 03:36 01:23 1.04M 72 599.7M 0 0 72 434.0M 0 1.99M 05:00 03:37 01:23 1.12M 72 599.7M 0 0 72 435.2M 0 1.99M 05:00 03:38 01:22 1.17M 72 599.7M 0 0 72 436.5M 0 1.98M 05:01 03:39 01:22 1.20M 73 599.7M 0 0 73 437.8M 0 1.98M 05:01 03:40 01:21 1.25M 73 599.7M 0 0 73 439.3M 0 1.98M 05:02 03:41 01:21 1.29M 73 599.7M 0 0 73 440.5M 0 1.98M 05:02 03:42 01:20 1.27M 73 599.7M 0 0 73 441.7M 0 1.97M 05:03 03:43 01:20 1.27M 73 599.7M 0 0 73 443.1M 0 1.97M 05:03 03:44 01:19 1.30M 74 599.7M 0 0 74 444.5M 0 1.97M 05:04 03:45 01:19 1.31M 74 599.7M 0 0 74 445.7M 0 1.96M 05:04 03:46 01:18 1.26M 74 599.7M 0 0 74 447.0M 0 1.96M 05:05 03:47 01:18 1.25M 74 599.7M 0 0 74 448.3M 0 1.96M 05:05 03:48 01:17 1.28M 74 599.7M 0 0 74 449.7M 0 1.95M 05:06 03:49 01:17 1.29M 75 599.7M 0 0 75 450.9M 0 1.95M 05:06 03:50 01:16 1.24M 75 599.7M 0 0 75 452.1M 0 1.95M 05:07 03:51 01:16 1.25M 75 599.7M 0 0 75 453.5M 0 1.94M 05:07 03:52 01:15 1.29M 75 599.7M 0 0 75 455.0M 0 1.94M 05:08 03:53 01:15 1.29M 76 599.7M 0 0 76 455.9M 0 1.94M 05:08 03:54 01:14 1.20M 76 599.7M 0 0 76 456.5M 0 1.93M 05:09 03:55 01:14 1.09M 76 599.7M 0 0 76 457.2M 0 1.93M 05:10 03:56 01:14 0.98M 76 599.7M 0 0 76 458.0M 0 1.92M 05:11 03:57 01:14 882.3k 76 599.7M 0 0 76 458.8M 0 1.92M 05:12 03:58 01:14 769.1k 76 599.7M 0 0 76 459.8M 0 1.91M 05:12 03:59 01:13 768.6k 76 599.7M 0 0 76 460.8M 0 1.91M 05:13 04:00 01:13 860.1k 77 599.7M 0 0 77 462.0M 0 1.90M 05:14 04:01 01:13 951.9k 77 599.7M 0 0 77 463.6M 0 1.90M 05:14 04:02 01:12 1.08M 77 599.7M 0 0 77 465.8M 0 1.90M 05:14 04:03 01:11 1.35M 78 599.7M 0 0 78 469.0M 0 1.91M 05:13 04:05 01:08 1.77M 78 599.7M 0 0 78 473.3M 0 1.92M 05:11 04:06 01:05 2.42M 79 599.7M 0 0 79 479.0M 0 1.93M 05:09 04:07 01:02 3.36M 81 599.7M 0 0 81 486.6M 0 1.96M 05:05 04:08 00:57 4.54M 82 599.7M 0 0 82 492.6M 0 1.97M 05:03 04:09 00:54 5.33M 82 599.7M 0 0 82 497.6M 0 1.99M 05:01 04:10 00:51 5.70M 83 599.7M 0 0 83 502.6M 0 2.00M 04:59 04:11 00:48 5.83M 84 599.7M 0 0 84 506.4M 0 2.00M 04:58 04:12 00:46 5.40M 85 599.7M 0 0 85 509.8M 0 2.01M 04:57 04:13 00:44 4.58M 85 599.7M 0 0 85 513.1M 0 2.01M 04:56 04:14 00:42 4.02M 86 599.7M 0 0 86 516.5M 0 2.02M 04:56 04:15 00:41 3.71M 86 599.7M 0 0 86 520.0M 0 2.03M 04:55 04:16 00:39 3.43M 87 599.7M 0 0 87 522.7M 0 2.03M 04:54 04:17 00:37 3.23M 87 599.7M 0 0 87 525.8M 0 2.03M 04:54 04:18 00:36 3.17M 88 599.7M 0 0 88 529.1M 0 2.04M 04:53 04:19 00:34 3.18M 88 599.7M 0 0 88 532.6M 0 2.04M 04:52 04:20 00:32 3.28M 88 599.7M 0 0 88 532.6M 0 2.04M 04:52 04:20 00:32 2.04M 89 599.7M 0 0 89 536.2M 0 2.05M 04:52 04:21 00:31 3.53M 89 599.7M 0 0 89 539.6M 0 2.05M 04:51 04:22 00:29 3.35M 90 599.7M 0 0 90 542.6M 0 2.06M 04:50 04:23 00:27 3.22M 91 599.7M 0 0 91 545.7M 0 2.06M 04:50 04:24 00:26 3.18M 91 599.7M 0 0 91 549.1M 0 2.06M 04:49 04:25 00:24 3.20M 91 599.7M 0 0 91 551.1M 0 2.06M 04:49 04:26 00:23 2.91M 92 599.7M 0 0 92 553.0M 0 2.06M 04:49 04:27 00:22 2.62M 92 599.7M 0 0 92 554.4M 0 2.06M 04:50 04:28 00:22 2.31M 92 599.7M 0 0 92 555.6M 0 2.06M 04:50 04:29 00:21 1.94M 92 599.7M 0 0 92 557.0M 0 2.05M 04:51 04:30 00:21 1.54M 93 599.7M 0 0 93 558.4M 0 2.05M 04:51 04:31 00:20 1.40M 93 599.7M 0 0 93 559.8M 0 2.05M 04:51 04:32 00:19 1.33M 93 599.7M 0 0 93 561.3M 0 2.05M 04:52 04:33 00:19 1.35M 93 599.7M 0 0 93 562.9M 0 2.05M 04:52 04:34 00:18 1.42M 94 599.7M 0 0 94 564.3M 0 2.04M 04:52 04:35 00:17 1.42M 94 599.7M 0 0 94 565.8M 0 2.04M 04:53 04:36 00:17 1.45M 94 599.7M 0 0 94 567.5M 0 2.04M 04:53 04:37 00:16 1.50M 94 599.7M 0 0 94 569.2M 0 2.04M 04:53 04:38 00:15 1.53M 95 599.7M 0 0 95 570.8M 0 2.04M 04:53 04:39 00:14 1.54M 95 599.7M 0 0 95 572.5M 0 2.04M 04:53 04:40 00:13 1.61M 95 599.7M 0 0 95 574.3M 0 2.03M 04:54 04:41 00:13 1.65M 96 599.7M 0 0 96 576.0M 0 2.03M 04:54 04:42 00:12 1.66M 96 599.7M 0 0 96 577.6M 0 2.03M 04:54 04:43 00:11 1.64M 96 599.7M 0 0 96 579.5M 0 2.03M 04:54 04:44 00:10 1.67M 96 599.7M 0 0 96 581.4M 0 2.03M 04:54 04:45 00:09 1.72M 97 599.7M 0 0 97 582.8M 0 2.03M 04:55 04:46 00:09 1.65M 97 599.7M 0 0 97 583.8M 0 2.02M 04:55 04:47 00:08 1.52M 97 599.7M 0 0 97 584.9M 0 2.02M 04:56 04:48 00:08 1.42M 97 599.7M 0 0 97 586.0M 0 2.02M 04:56 04:49 00:07 1.29M 97 599.7M 0 0 97 587.1M 0 2.01M 04:57 04:50 00:07 1.13M 98 599.7M 0 0 98 588.2M 0 2.01M 04:57 04:51 00:06 1.06M 98 599.7M 0 0 98 589.5M 0 2.01M 04:57 04:52 00:05 1.10M 98 599.7M 0 0 98 590.8M 0 2.00M 04:58 04:53 00:05 1.14M 98 599.7M 0 0 98 592.0M 0 2.00M 04:58 04:54 00:04 1.17M 98 599.7M 0 0 98 593.3M 0 2.00M 04:59 04:55 00:04 1.21M 99 599.7M 0 0 99 594.8M 0 2.00M 04:59 04:56 00:03 1.28M 99 599.7M 0 0 99 596.3M 0 2.00M 04:59 04:57 00:02 1.34M 99 599.7M 0 0 99 597.9M 0 1.99M 04:59 04:58 00:01 1.40M* upload completely sent off: 628854919 bytes 100 599.7M 0 0 100 599.7M 0 1.99M 05:00 05:00 1.28M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: pA/sib3PSl1vjWPcs2SwuXWu32BGoNSQwFNtnGmlvSsTp9V2mDdhF+zey3nW0XGo7qBcgzA9tfGuWYe5vbZJG1lorHj37YOl < x-amz-request-id: C870EKYW12ZGN9NP < Date: Sun, 31 May 2026 00:06:16 GMT < x-amz-server-side-encryption: AES256 < ETag: "0b5c9ac94d788acc3ad1196d78696106" < x-amz-checksum-crc64nvme: gkjnFt/5MZ4= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 599.7M 0 0 100 599.7M 0 1.99M 05:00 05:00 1.28M 100 599.7M 0 0 100 599.7M 0 1.99M 05:00 05:00 1.28M 100 599.7M 0 0 100 599.7M 0 1.99M 05:00 05:00 1.28M * shutting down connection #0 took: 353.38 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.66.40, 52.92.3.48, 3.5.72.125, 3.5.69.26, 3.5.73.94, 3.5.74.58, 3.5.72.121, 3.5.74.18 * Trying 3.5.66.40:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.66.40 port 443) from 10.17.4.7 port 44512 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/7b081393-788a-47e7-93b5-b526694705c9.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCWV1LXdlc3QtMSJHMEUCIHpKcSjALsglkNyZIv8cb7O2l9EGhyVEo%2FzG2w3sxd66AiEAgZ%2BuhDfcPG0LlCPdFVlyYqmi%2F9enWAjJd89aEj8gQcAqwwUI6P%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDKFFY3uPCuClglNctyqXBU1BU5ke9ZFn0P6sfh4SmW6vPJ3XK8i4Le3n6gXC1ODmBCVW2yaecC6%2BvBtFWVjBlcWj5MB7ydLOM%2BJcjaRYhMiHi0qSGGZ39hpg3n9d3eF1gcxgt9sJidQqhjVcic%2BaUlf9STazxdb%2BN8V8MGN61eo3xVPA4q8XjakB%2B1t4MEpqjze2U3cZ%2Fh0QIDlU0aWt%2BkItwgjijy%2FcxmOJzI8HKjFempC1%2B7X9dfJbsxi0Cpf6z%2F4eCDYqmISm0C6YPEAB4fmBdBp%2BEnXiB%2BPkTW%2FOJmP4N33q%2FKpc73vUKq74juob2nicueFLfQ3geZOaP%2BgI1%2BEcBiHvzyFK3IoPTBi7EEVQSSdyZP0%2B%2BV5Nz4GoILD6UHlQJnIQZsH0X8BKcGFiXUzN2LV7Y7x1cX7NwGOV1XztbyORTE%2FgjjLKmLx8TFySeAy4JbX%2B3%2F%2BHgwWwUVPn1r0sNoWbwUjIjS94ggd6No2W6%2BAlf9oT2tc3s6eD9QVCBv%2B3qjVYV9sK7PA%2Fe4n9qvwKeaRFPqvteKJKlFko4svUzvGk7WwZg48q%2FgyARKT%2FdhIDaeiwqubqag55Bosz1s4VTYOpO1GOFG7cq5Ptj8BuJSpnpWmFKD%2FienvUnv3o0BcLRtVqZYAjY3Sguj2qwwxJBrdnmMKSfFpWSE4EsYng2HuNqPbh4jVUkWDWja6P%2BjnIkLvsIZOzuzTOTiqwt4L8sJXuCo0aENThXtu92B7%2FzHYX%2BaXhl7buDrawaLLCL320cmvdGL3c2oR%2F84QQ4NumUPDIQvaTHsaArlyw9AiJfEzSgg%2BiZiJRc%2BiO3GaheMcGyb3UdLJvEPhPyTisgZV5O1kSEL1Dlvgb1GjIROtB88In52W6osx0HXg3jr0qrJpUEEc0ezCh0O3QBjqxAd1b3qVUh880PshOwK1bVJLXaiW2rJTNOBSWjvLhtD9Bwj%2B2QttoI92zyRmD%2FaI9RCaMOzFnyGehMkH0H0qsk93zhtWNhKhijRylRvx4Gnn2ULTaTLPRmILVE5uU4BrKqUj4YuT%2F58VRZfrjr950JSFIVKfsODiRdpKSVqzmgWnBklXVYGRbnqSyRWeviKqY%2Fk2Og%2FzVU0XC9dp0fx1qhlCYsy6omEnbNQtMXT2ik1Gm4g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260531T001117Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD2YMV4MQ%2F20260531%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=52feb13e7361cae275fac755b559d39a0bde12367fdf96ba76d620d264941b0b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 66185958 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 2 63.11M 0 0 2 1.62M 0 1.61M 00:39 00:01 00:38 1.61M 11 63.11M 0 0 11 7.37M 0 3.66M 00:17 00:02 00:15 3.67M 17 63.11M 0 0 17 11.00M 0 3.64M 00:17 00:03 00:14 3.65M 23 63.11M 0 0 23 14.81M 0 3.68M 00:17 00:04 00:13 3.68M 29 63.11M 0 0 29 18.75M 0 3.73M 00:16 00:05 00:11 3.73M 35 63.11M 0 0 35 22.68M 0 3.76M 00:16 00:06 00:10 4.20M 42 63.11M 0 0 42 26.68M 0 3.79M 00:16 00:07 00:09 3.84M 48 63.11M 0 0 48 30.68M 0 3.81M 00:16 00:08 00:08 3.91M 55 63.11M 0 0 55 34.75M 0 3.83M 00:16 00:09 00:07 3.96M 61 63.11M 0 0 61 38.93M 0 3.87M 00:16 00:10 00:06 4.00M 68 63.11M 0 0 68 43.31M 0 3.91M 00:16 00:11 00:05 4.08M 75 63.11M 0 0 75 47.68M 0 3.95M 00:15 00:12 00:03 4.17M 79 63.11M 0 0 79 50.43M 0 3.85M 00:16 00:13 00:03 3.93M 84 63.11M 0 0 84 53.31M 0 3.78M 00:16 00:14 00:02 3.68M 89 63.11M 0 0 89 56.25M 0 3.72M 00:16 00:15 00:01 3.44M 93 63.11M 0 0 93 59.25M 0 3.68M 00:17 00:16 00:01 3.17M 98 63.11M 0 0 98 62.25M 0 3.64M 00:17 00:17 2.89M* upload completely sent off: 66185958 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: kxQokMne8Y0TQv0iCmwigSMzj7Y5QXG24cPxsmhv7ABsvGdxugn5Agxm16wYzfcSP18PvszTA2cFKBibGgpgYjICiBq5oe+W < x-amz-request-id: XPGJNHPDA4SH9JHN < Date: Sun, 31 May 2026 00:11:23 GMT < x-amz-server-side-encryption: AES256 < ETag: "b118239181861b625621b69121c5659e" < x-amz-checksum-crc64nvme: 4Vr3WfM9ZUE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 63.11M 0 0 100 63.11M 0 3.45M 00:18 00:18 2.43M 100 63.11M 0 0 100 63.11M 0 3.45M 00:18 00:18 2.43M 100 63.11M 0 0 100 63.11M 0 3.45M 00:18 00:18 2.43M 100 63.11M 0 0 100 63.11M 0 3.45M 00:18 00:18 2.43M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 23.57 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.71.101, 3.5.66.61, 3.5.75.34, 3.5.74.61, 3.5.73.38, 3.5.66.53, 3.5.73.49, 3.5.74.57 * Trying 3.5.71.101: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.71.101 port 443) from 10.17.4.7 port 55748 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/9a1386ce-a434-4d5a-83df-ed3139682060.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEB8aCWV1LXdlc3QtMSJHMEUCIHpKcSjALsglkNyZIv8cb7O2l9EGhyVEo%2FzG2w3sxd66AiEAgZ%2BuhDfcPG0LlCPdFVlyYqmi%2F9enWAjJd89aEj8gQcAqwwUI6P%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDKFFY3uPCuClglNctyqXBU1BU5ke9ZFn0P6sfh4SmW6vPJ3XK8i4Le3n6gXC1ODmBCVW2yaecC6%2BvBtFWVjBlcWj5MB7ydLOM%2BJcjaRYhMiHi0qSGGZ39hpg3n9d3eF1gcxgt9sJidQqhjVcic%2BaUlf9STazxdb%2BN8V8MGN61eo3xVPA4q8XjakB%2B1t4MEpqjze2U3cZ%2Fh0QIDlU0aWt%2BkItwgjijy%2FcxmOJzI8HKjFempC1%2B7X9dfJbsxi0Cpf6z%2F4eCDYqmISm0C6YPEAB4fmBdBp%2BEnXiB%2BPkTW%2FOJmP4N33q%2FKpc73vUKq74juob2nicueFLfQ3geZOaP%2BgI1%2BEcBiHvzyFK3IoPTBi7EEVQSSdyZP0%2B%2BV5Nz4GoILD6UHlQJnIQZsH0X8BKcGFiXUzN2LV7Y7x1cX7NwGOV1XztbyORTE%2FgjjLKmLx8TFySeAy4JbX%2B3%2F%2BHgwWwUVPn1r0sNoWbwUjIjS94ggd6No2W6%2BAlf9oT2tc3s6eD9QVCBv%2B3qjVYV9sK7PA%2Fe4n9qvwKeaRFPqvteKJKlFko4svUzvGk7WwZg48q%2FgyARKT%2FdhIDaeiwqubqag55Bosz1s4VTYOpO1GOFG7cq5Ptj8BuJSpnpWmFKD%2FienvUnv3o0BcLRtVqZYAjY3Sguj2qwwxJBrdnmMKSfFpWSE4EsYng2HuNqPbh4jVUkWDWja6P%2BjnIkLvsIZOzuzTOTiqwt4L8sJXuCo0aENThXtu92B7%2FzHYX%2BaXhl7buDrawaLLCL320cmvdGL3c2oR%2F84QQ4NumUPDIQvaTHsaArlyw9AiJfEzSgg%2BiZiJRc%2BiO3GaheMcGyb3UdLJvEPhPyTisgZV5O1kSEL1Dlvgb1GjIROtB88In52W6osx0HXg3jr0qrJpUEEc0ezCh0O3QBjqxAd1b3qVUh880PshOwK1bVJLXaiW2rJTNOBSWjvLhtD9Bwj%2B2QttoI92zyRmD%2FaI9RCaMOzFnyGehMkH0H0qsk93zhtWNhKhijRylRvx4Gnn2ULTaTLPRmILVE5uU4BrKqUj4YuT%2F58VRZfrjr950JSFIVKfsODiRdpKSVqzmgWnBklXVYGRbnqSyRWeviKqY%2Fk2Og%2FzVU0XC9dp0fx1qhlCYsy6omEnbNQtMXT2ik1Gm4g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260531T001141Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD2YMV4MQ%2F20260531%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=19e08a627aad6b97c16fc64fce7582aa62492d5e857c96027e93d3003d75335e HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 586071301 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 558.9M 0 0 0 3.68M 0 3.65M 02:32 00:01 02:31 3.65M 1 558.9M 0 0 1 10.50M 0 5.20M 01:47 00:02 01:45 5.20M 3 558.9M 0 0 3 17.06M 0 5.65M 01:38 00:03 01:35 5.65M 4 558.9M 0 0 4 23.12M 0 5.73M 01:37 00:04 01:33 5.73M 4 558.9M 0 0 4 27.25M 0 5.39M 01:43 00:05 01:38 5.39M 5 558.9M 0 0 5 31.37M 0 5.17M 01:48 00:06 01:42 5.47M 6 558.9M 0 0 6 34.93M 0 4.94M 01:53 00:07 01:46 4.84M 6 558.9M 0 0 6 38.18M 0 4.72M 01:58 00:08 01:50 4.17M 7 558.9M 0 0 7 41.06M 0 4.51M 02:03 00:09 01:54 3.54M 7 558.9M 0 0 7 43.75M 0 4.33M 02:08 00:10 01:58 3.26M 8 558.9M 0 0 8 46.62M 0 4.19M 02:13 00:11 02:02 3.02M 8 558.9M 0 0 8 49.62M 0 4.08M 02:16 00:12 02:04 2.89M 9 558.9M 0 0 9 52.62M 0 3.99M 02:19 00:13 02:06 2.83M 9 558.9M 0 0 9 55.56M 0 3.91M 02:22 00:14 02:08 2.85M 10 558.9M 0 0 10 58.50M 0 3.85M 02:24 00:15 02:09 2.90M 11 558.9M 0 0 11 61.56M 0 3.80M 02:27 00:16 02:11 2.93M 11 558.9M 0 0 11 64.12M 0 3.72M 02:29 00:17 02:12 2.86M 11 558.9M 0 0 11 66.81M 0 3.67M 02:32 00:18 02:14 2.81M 12 558.9M 0 0 12 69.75M 0 3.63M 02:33 00:19 02:14 2.81M 13 558.9M 0 0 13 72.81M 0 3.60M 02:35 00:20 02:15 2.83M 13 558.9M 0 0 13 75.18M 0 3.54M 02:37 00:21 02:16 2.70M 13 558.9M 0 0 13 77.75M 0 3.49M 02:39 00:22 02:17 2.70M 14 558.9M 0 0 14 79.87M 0 3.43M 02:42 00:23 02:19 2.59M 14 558.9M 0 0 14 81.93M 0 3.37M 02:45 00:24 02:21 2.41M 15 558.9M 0 0 15 84.18M 0 3.33M 02:47 00:25 02:22 2.25M 15 558.9M 0 0 15 86.43M 0 3.28M 02:49 00:26 02:23 2.22M 15 558.9M 0 0 15 88.68M 0 3.25M 02:51 00:27 02:24 2.16M 16 558.9M 0 0 16 90.93M 0 3.21M 02:53 00:28 02:25 2.18M 16 558.9M 0 0 16 92.81M 0 3.16M 02:56 00:29 02:27 2.14M 16 558.9M 0 0 16 94.81M 0 3.12M 02:58 00:30 02:28 2.10M 17 558.9M 0 0 17 97.00M 0 3.09M 03:00 00:31 02:29 2.09M 17 558.9M 0 0 17 99.31M 0 3.07M 03:02 00:32 02:30 2.10M 18 558.9M 0 0 18 101.6M 0 3.04M 03:03 00:33 02:30 2.11M 18 558.9M 0 0 18 103.5M 0 3.00M 03:05 00:34 02:31 2.10M 18 558.9M 0 0 18 105.3M 0 2.97M 03:07 00:35 02:32 2.07M 19 558.9M 0 0 19 107.0M 0 2.93M 03:10 00:36 02:34 1.97M 19 558.9M 0 0 19 108.8M 0 2.90M 03:12 00:37 02:35 1.86M 19 558.9M 0 0 19 110.6M 0 2.87M 03:14 00:38 02:36 1.77M 20 558.9M 0 0 20 112.4M 0 2.85M 03:16 00:39 02:37 1.77M 20 558.9M 0 0 20 114.3M 0 2.82M 03:17 00:40 02:37 1.77M 20 558.9M 0 0 20 116.3M 0 2.80M 03:19 00:41 02:38 1.83M 21 558.9M 0 0 21 118.3M 0 2.78M 03:20 00:42 02:38 1.89M 21 558.9M 0 0 21 120.6M 0 2.77M 03:21 00:43 02:38 1.97M 22 558.9M 0 0 22 123.2M 0 2.76M 03:21 00:44 02:37 2.13M 22 558.9M 0 0 22 126.3M 0 2.77M 03:21 00:45 02:36 2.38M 23 558.9M 0 0 23 130.3M 0 2.80M 03:19 00:46 02:33 2.76M 24 558.9M 0 0 24 135.3M 0 2.84M 03:16 00:47 02:29 3.34M 25 558.9M 0 0 25 141.5M 0 2.91M 03:11 00:48 02:23 4.14M 26 558.9M 0 0 26 147.4M 0 2.97M 03:07 00:49 02:18 4.79M 27 558.9M 0 0 27 151.6M 0 2.99M 03:06 00:50 02:16 5.00M 27 558.9M 0 0 27 156.1M 0 3.02M 03:04 00:51 02:13 5.11M 28 558.9M 0 0 28 159.7M 0 3.03M 03:03 00:52 02:11 4.83M 29 558.9M 0 0 29 163.3M 0 3.04M 03:03 00:53 02:10 4.31M 29 558.9M 0 0 29 167.0M 0 3.06M 03:02 00:54 02:08 3.90M 30 558.9M 0 0 30 170.6M 0 3.06M 03:02 00:55 02:07 3.76M 31 558.9M 0 0 31 173.5M 0 3.06M 03:02 00:56 02:06 3.45M 31 558.9M 0 0 31 176.6M 0 3.06M 03:02 00:57 02:05 3.36M 32 558.9M 0 0 32 180.0M 0 3.06M 03:02 00:58 02:04 3.30M 32 558.9M 0 0 32 183.3M 0 3.07M 03:01 00:59 02:02 3.21M 33 558.9M 0 0 33 186.0M 0 3.06M 03:02 01:00 02:02 3.04M 33 558.9M 0 0 33 188.8M 0 3.06M 03:02 01:01 02:01 3.01M 34 558.9M 0 0 34 191.9M 0 3.06M 03:02 01:02 02:00 3.00M 34 558.9M 0 0 34 195.1M 0 3.06M 03:02 01:03 01:59 2.98M 35 558.9M 0 0 35 198.0M 0 3.05M 03:02 01:04 01:58 2.90M 35 558.9M 0 0 35 200.6M 0 3.05M 03:03 01:05 01:58 2.88M 36 558.9M 0 0 36 203.6M 0 3.05M 03:03 01:06 01:57 2.93M 37 558.9M 0 0 37 206.9M 0 3.05M 03:02 01:07 01:55 2.95M 37 558.9M 0 0 37 210.2M 0 3.05M 03:02 01:08 01:54 2.98M 38 558.9M 0 0 38 213.5M 0 3.05M 03:02 01:09 01:53 3.06M 38 558.9M 0 0 38 216.8M 0 3.06M 03:02 01:10 01:52 3.19M 39 558.9M 0 0 39 220.1M 0 3.06M 03:02 01:11 01:51 3.24M 39 558.9M 0 0 39 223.5M 0 3.07M 03:02 01:12 01:50 3.29M 40 558.9M 0 0 40 227.0M 0 3.07M 03:01 01:13 01:48 3.32M 41 558.9M 0 0 41 230.8M 0 3.08M 03:01 01:14 01:47 3.44M 42 558.9M 0 0 42 235.1M 0 3.10M 03:00 01:15 01:45 3.62M 42 558.9M 0 0 42 240.0M 0 3.12M 02:58 01:16 01:42 3.94M 43 558.9M 0 0 43 245.7M 0 3.15M 02:57 01:17 01:40 4.41M 45 558.9M 0 0 45 252.5M 0 3.20M 02:54 01:18 01:36 5.08M 46 558.9M 0 0 46 260.6M 0 3.26M 02:51 01:19 01:32 5.93M 48 558.9M 0 0 48 270.8M 0 3.34M 02:46 01:20 01:26 7.11M 49 558.9M 0 0 49 278.5M 0 3.40M 02:44 01:21 01:23 7.68M 50 558.9M 0 0 50 284.4M 0 3.43M 02:42 01:22 01:20 7.69M 51 558.9M 0 0 51 289.6M 0 3.45M 02:41 01:23 01:18 7.35M 52 558.9M 0 0 52 294.6M 0 3.47M 02:40 01:24 01:16 6.75M 53 558.9M 0 0 53 299.7M 0 3.49M 02:40 01:25 01:15 5.75M 54 558.9M 0 0 54 303.0M 0 3.48M 02:40 01:26 01:14 4.82M 54 558.9M 0 0 54 304.6M 0 3.46M 02:41 01:27 01:14 3.98M 54 558.9M 0 0 54 305.8M 0 3.43M 02:42 01:28 01:14 3.19M 54 558.9M 0 0 54 307.1M 0 3.41M 02:43 01:29 01:14 2.43M 55 558.9M 0 0 55 308.4M 0 3.38M 02:44 01:30 01:14 1.69M 55 558.9M 0 0 55 309.5M 0 3.36M 02:46 01:32 01:14 1.26M 55 558.9M 0 0 55 310.3M 0 3.33M 02:47 01:33 01:14 1.10M 55 558.9M 0 0 55 311.1M 0 3.30M 02:48 01:34 01:14 1.03M 55 558.9M 0 0 55 311.9M 0 3.27M 02:50 01:35 01:15 960.0k 55 558.9M 0 0 55 312.8M 0 3.25M 02:51 01:36 01:15 875.6k 56 558.9M 0 0 56 313.6M 0 3.22M 02:53 01:37 01:16 835.1k 56 558.9M 0 0 56 314.5M 0 3.20M 02:54 01:38 01:16 840.9k 56 558.9M 0 0 56 315.3M 0 3.17M 02:55 01:39 01:16 837.3k 56 558.9M 0 0 56 316.2M 0 3.15M 02:57 01:40 01:17 860.3k 56 558.9M 0 0 56 317.2M 0 3.13M 02:58 01:41 01:17 879.7k 56 558.9M 0 0 56 318.1M 0 3.11M 02:59 01:42 01:17 890.9k 57 558.9M 0 0 57 319.2M 0 3.08M 03:00 01:43 01:17 931.8k 57 558.9M 0 0 57 320.3M 0 3.07M 03:02 01:44 01:18 996.3k 57 558.9M 0 0 57 321.6M 0 3.05M 03:03 01:45 01:18 1.04M 57 558.9M 0 0 57 323.0M 0 3.03M 03:04 01:46 01:18 1.12M 58 558.9M 0 0 58 324.8M 0 3.02M 03:04 01:47 01:17 1.29M 58 558.9M 0 0 58 327.0M 0 3.01M 03:05 01:48 01:17 1.50M 58 558.9M 0 0 58 329.0M 0 3.00M 03:05 01:49 01:16 1.68M 59 558.9M 0 0 59 331.3M 0 2.99M 03:06 01:50 01:16 1.91M 59 558.9M 0 0 59 333.8M 0 2.99M 03:06 01:51 01:15 2.12M 60 558.9M 0 0 60 336.3M 0 2.98M 03:07 01:52 01:15 2.25M 60 558.9M 0 0 60 338.8M 0 2.98M 03:07 01:53 01:14 2.33M 61 558.9M 0 0 61 341.3M 0 2.97M 03:07 01:54 01:13 2.42M 61 558.9M 0 0 61 343.9M 0 2.97M 03:07 01:55 01:12 2.46M 62 558.9M 0 0 62 346.6M 0 2.97M 03:08 01:56 01:12 2.51M 62 558.9M 0 0 62 349.4M 0 2.97M 03:08 01:57 01:11 2.58M 63 558.9M 0 0 63 352.6M 0 2.97M 03:08 01:58 01:10 2.71M 63 558.9M 0 0 63 356.3M 0 2.97M 03:07 01:59 01:08 2.95M 64 558.9M 0 0 64 359.5M 0 2.98M 03:07 02:00 01:07 3.09M 64 558.9M 0 0 64 362.2M 0 2.97M 03:07 02:01 01:06 3.10M 65 558.9M 0 0 65 364.9M 0 2.97M 03:07 02:02 01:05 3.06M 65 558.9M 0 0 65 367.7M 0 2.97M 03:07 02:03 01:04 3.00M 66 558.9M 0 0 66 370.1M 0 2.96M 03:08 02:04 01:04 2.75M 66 558.9M 0 0 66 372.0M 0 2.95M 03:08 02:05 01:03 2.47M 66 558.9M 0 0 66 373.8M 0 2.95M 03:09 02:06 01:03 2.29M 67 558.9M 0 0 67 375.7M 0 2.94M 03:09 02:07 01:02 2.14M 67 558.9M 0 0 67 377.6M 0 2.93M 03:10 02:08 01:02 1.95M 67 558.9M 0 0 67 379.5M 0 2.92M 03:11 02:09 01:02 1.85M 68 558.9M 0 0 68 381.5M 0 2.91M 03:11 02:10 01:01 1.88M 68 558.9M 0 0 68 383.6M 0 2.91M 03:11 02:11 01:00 1.94M 69 558.9M 0 0 69 385.8M 0 2.90M 03:12 02:12 01:00 1.98M 69 558.9M 0 0 69 388.1M 0 2.90M 03:12 02:13 00:59 2.07M 69 558.9M 0 0 69 390.2M 0 2.89M 03:13 02:14 00:59 2.10M 70 558.9M 0 0 70 392.5M 0 2.88M 03:13 02:15 00:58 2.16M 70 558.9M 0 0 70 395.0M 0 2.88M 03:13 02:16 00:57 2.24M 71 558.9M 0 0 71 397.6M 0 2.88M 03:13 02:17 00:56 2.32M 71 558.9M 0 0 71 400.1M 0 2.88M 03:13 02:18 00:55 2.37M 72 558.9M 0 0 72 402.8M 0 2.87M 03:14 02:19 00:55 2.47M 72 558.9M 0 0 72 405.1M 0 2.87M 03:14 02:20 00:54 2.47M 72 558.9M 0 0 72 407.3M 0 2.86M 03:14 02:21 00:53 2.40M 73 558.9M 0 0 73 409.7M 0 2.86M 03:14 02:22 00:52 2.38M 73 558.9M 0 0 73 412.3M 0 2.86M 03:15 02:23 00:52 2.37M 74 558.9M 0 0 74 414.6M 0 2.86M 03:15 02:24 00:51 2.32M 74 558.9M 0 0 74 416.7M 0 2.85M 03:15 02:25 00:50 2.29M 74 558.9M 0 0 74 418.8M 0 2.84M 03:16 02:26 00:50 2.29M 75 558.9M 0 0 75 420.7M 0 2.84M 03:16 02:27 00:49 2.17M 75 558.9M 0 0 75 422.7M 0 2.83M 03:16 02:28 00:48 2.06M 76 558.9M 0 0 76 424.8M 0 2.83M 03:17 02:30 00:47 2.00M 76 558.9M 0 0 76 426.8M 0 2.82M 03:17 02:31 00:46 1.99M 76 558.9M 0 0 76 429.0M 0 2.82M 03:18 02:32 00:46 1.97M 77 558.9M 0 0 77 430.8M 0 2.81M 03:18 02:33 00:45 1.97M 77 558.9M 0 0 77 432.6M 0 2.80M 03:19 02:34 00:45 1.94M 77 558.9M 0 0 77 434.6M 0 2.80M 03:19 02:35 00:44 1.93M 78 558.9M 0 0 78 436.3M 0 2.79M 03:20 02:36 00:44 1.84M 78 558.9M 0 0 78 438.0M 0 2.78M 03:20 02:37 00:43 1.76M 78 558.9M 0 0 78 439.8M 0 2.77M 03:21 02:38 00:43 1.75M 79 558.9M 0 0 79 441.6M 0 2.77M 03:21 02:39 00:42 1.73M 79 558.9M 0 0 79 443.5M 0 2.76M 03:21 02:40 00:41 1.71M 79 558.9M 0 0 79 445.4M 0 2.76M 03:22 02:41 00:41 1.78M 80 558.9M 0 0 80 447.4M 0 2.75M 03:22 02:42 00:40 1.84M 80 558.9M 0 0 80 449.2M 0 2.75M 03:23 02:43 00:40 1.83M 80 558.9M 0 0 80 451.0M 0 2.74M 03:23 02:44 00:39 1.85M 81 558.9M 0 0 81 453.0M 0 2.73M 03:23 02:45 00:38 1.88M 81 558.9M 0 0 81 455.1M 0 2.73M 03:24 02:46 00:38 1.90M 81 558.9M 0 0 81 457.2M 0 2.73M 03:24 02:47 00:37 1.92M 82 558.9M 0 0 82 459.3M 0 2.72M 03:24 02:48 00:36 2.00M 82 558.9M 0 0 82 461.4M 0 2.72M 03:25 02:49 00:36 2.05M 82 558.9M 0 0 82 463.6M 0 2.72M 03:25 02:50 00:35 2.08M 83 558.9M 0 0 83 465.8M 0 2.71M 03:25 02:51 00:34 2.11M 83 558.9M 0 0 83 467.3M 0 2.70M 03:26 02:52 00:34 1.97M 83 558.9M 0 0 83 468.8M 0 2.70M 03:26 02:53 00:33 1.84M 84 558.9M 0 0 84 470.3M 0 2.69M 03:27 02:54 00:33 1.74M 84 558.9M 0 0 84 471.8M 0 2.68M 03:27 02:55 00:32 1.58M 84 558.9M 0 0 84 473.0M 0 2.67M 03:28 02:56 00:32 1.40M 84 558.9M 0 0 84 474.5M 0 2.67M 03:29 02:57 00:32 1.40M 85 558.9M 0 0 85 476.0M 0 2.66M 03:29 02:58 00:31 1.41M 85 558.9M 0 0 85 477.5M 0 2.65M 03:30 02:59 00:31 1.40M 85 558.9M 0 0 85 479.0M 0 2.65M 03:30 03:00 00:30 1.43M 85 558.9M 0 0 85 480.6M 0 2.64M 03:31 03:01 00:30 1.49M 86 558.9M 0 0 86 482.2M 0 2.63M 03:31 03:02 00:29 1.52M 86 558.9M 0 0 86 483.9M 0 2.63M 03:32 03:03 00:29 1.55M 86 558.9M 0 0 86 485.5M 0 2.62M 03:32 03:04 00:28 1.55M 87 558.9M 0 0 87 487.2M 0 2.62M 03:33 03:05 00:28 1.59M 87 558.9M 0 0 87 489.0M 0 2.61M 03:33 03:06 00:27 1.64M 87 558.9M 0 0 87 490.8M 0 2.61M 03:33 03:07 00:26 1.68M 88 558.9M 0 0 88 492.7M 0 2.60M 03:34 03:08 00:26 1.72M 88 558.9M 0 0 88 494.5M 0 2.60M 03:34 03:09 00:25 1.78M 88 558.9M 0 0 88 496.5M 0 2.60M 03:34 03:10 00:24 1.81M 89 558.9M 0 0 89 498.5M 0 2.59M 03:35 03:11 00:24 1.86M 89 558.9M 0 0 89 500.9M 0 2.59M 03:35 03:12 00:23 1.96M 90 558.9M 0 0 90 503.6M 0 2.59M 03:35 03:13 00:22 2.14M 90 558.9M 0 0 90 507.0M 0 2.60M 03:34 03:14 00:20 2.46M 91 558.9M 0 0 91 511.3M 0 2.60M 03:34 03:15 00:19 2.92M 92 558.9M 0 0 92 516.6M 0 2.62M 03:33 03:16 00:17 3.57M 93 558.9M 0 0 93 523.3M 0 2.64M 03:31 03:17 00:14 4.47M 95 558.9M 0 0 95 531.8M 0 2.67M 03:29 03:18 00:11 5.60M 97 558.9M 0 0 97 542.4M 0 2.71M 03:25 03:19 00:06 7.05M 98 558.9M 0 0 98 552.5M 0 2.75M 03:23 03:20 00:03 8.22M* upload completely sent off: 586071301 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: fTSmR8lv/4yWgqVu8e7NKf/Z9jYQMfRvg/Mzu/OJ+Lb0z5QDL2V/zqVY3rxdSQtWuGpD1VQ/bLt8pK669b40mwKyKj8/mz4X < x-amz-request-id: XXRMQ1CTCQANQ472 < Date: Sun, 31 May 2026 00:12:29 GMT < x-amz-server-side-encryption: AES256 < ETag: "33ec6e8e02ba7073acb0a9f67960246c" < x-amz-checksum-crc64nvme: W9C+6JmOsDo= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 558.9M 0 0 100 558.9M 0 2.76M 03:21 03:21 8.22M 100 558.9M 0 0 100 558.9M 0 2.76M 03:21 03:21 8.22M 100 558.9M 0 0 100 558.9M 0 2.76M 03:21 03:21 8.22M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 249.10 seconds no out.png (QPSChart)! heaps: (155592824, 159430960, 157676242.4, 1076706.1612199936) [2026-05-30 20:15:56.572775] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-30 20:17:03.838797] took 67.3 sec /l/logs.nightly/2026.05.29.12.00.19/logs.tar.bz2: fixed index size 125222.12 MB /l/logs.nightly/2026.05.29.12.00.19/logs.tar.bz2: fixed index time 42699.9s, bytes 25526799676 (from log) [2026-05-30 20:17:45.571278] done: total time 1 day, 8:17:25.717694 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 stored: 2026.05.26.16.53.11, 2026-05-26 16:53:11.994365 stored: 2026.05.28.02.18.00, 2026-05-28 02:18:00.403838 stored: 2026.05.29.12.00.19, 2026-05-29 12:00:19.853569 + 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-30 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 3c607cfb388..96d2aff44d4 main -> origin/main Updating 3c607cfb388..96d2aff44d4 Fast-forward gradle/libs.versions.toml | 4 +- lucene/CHANGES.txt | 12 +++ .../compound/hyphenation/PatternParser.java | 10 ++- .../compound/hyphenation/TestPatternParser.java | 53 ++++++++++++++ .../Lucene102BinaryQuantizedVectorsWriter.java | 25 ++++++- .../Lucene99ScalarQuantizedVectorsWriter.java | 19 ++++- .../lucene/codecs/BufferingKnnVectorsWriter.java | 2 +- .../Lucene104ScalarQuantizedVectorsWriter.java | 27 ++++++- .../vectorization/NativeVectorUtilSupport.java | 2 + .../vectorization/NativeVectorizationProvider.java | 6 +- lucene/licenses/junit-jupiter-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-6.1.0.jar.sha1 | 1 + lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-engine-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-params-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-params-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-commons-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-commons-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-engine-6.1.0.jar.sha1 | 1 + .../junit-platform-launcher-6.0.3.jar.sha1 | 1 - .../junit-platform-launcher-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-testkit-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-testkit-6.1.0.jar.sha1 | 1 + .../licenses/junit-vintage-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-vintage-engine-6.1.0.jar.sha1 | 1 + .../randomizedtesting-runner-2.8.4.jar.sha1 | 1 - .../randomizedtesting-runner-2.9.1.jar.sha1 | 1 + .../lucene/spatial3d/geom/SerializableObject.java | 85 +++++++++++----------- .../lucene/spatial3d/geom/StandardObjects.java | 8 +- .../geom/TestSerializableObjectClassFilter.java | 82 +++++++++++++++++++++ .../tests/index/BaseKnnVectorsFormatTestCase.java | 69 ++++++++++++++++++ versions.lock | 38 +++++----- 35 files changed, 370 insertions(+), 92 deletions(-) create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/hyphenation/TestPatternParser.java delete mode 100644 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-params-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-params-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-commons-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-commons-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-launcher-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-launcher-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-testkit-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-testkit-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-vintage-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-vintage-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/randomizedtesting-runner-2.8.4.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-runner-2.9.1.jar.sha1 create mode 100644 lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.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-30.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-30.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 3c607cfb38828204c104fa616a77fed0b040bb99 NOTE: logging all output to /l/logs.nightly/geo/2026.05.30.20.25.26.log.txt; saving results to /l/logs.nightly/geo/2026.05.30.20.25.26.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.6s: points, polyRussia: 1000000... 3.3s: points, polyRussia: 2000000... 4.8s: points, polyRussia: 3000000... 6.1s: points, polyRussia: 4000000... 7.5s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.5s: points, polyRussia: 8000000... 12.9s: points, polyRussia: 9000000... 14.2s: points, polyRussia: 10000000... 21.6s: points, polyRussia: 11000000... 22.6s: points, polyRussia: 12000000... 23.9s: points, polyRussia: 13000000... 25.2s: points, polyRussia: 14000000... 26.6s: points, polyRussia: 15000000... 27.9s: points, polyRussia: 16000000... 29.3s: points, polyRussia: 17000000... 30.7s: points, polyRussia: 18000000... 32.0s: points, polyRussia: 19000000... 33.4s: points, polyRussia: 20000000... 34.7s: points, polyRussia: 21000000... 42.1s: points, polyRussia: 22000000... 43.0s: points, polyRussia: 23000000... 44.3s: points, polyRussia: 24000000... 45.7s: points, polyRussia: 25000000... 47.1s: points, polyRussia: 26000000... 48.4s: points, polyRussia: 27000000... 49.8s: points, polyRussia: 28000000... 51.1s: points, polyRussia: 29000000... 52.4s: points, polyRussia: 30000000... 53.8s: points, polyRussia: 31000000... 55.1s: points, polyRussia: 32000000... 62.4s: points, polyRussia: 33000000... 63.7s: points, polyRussia: 34000000... 64.6s: points, polyRussia: 35000000... 65.9s: points, polyRussia: 36000000... 67.3s: points, polyRussia: 37000000... 68.6s: points, polyRussia: 38000000... 69.9s: points, polyRussia: 39000000... 71.3s: points, polyRussia: 40000000... 72.6s: points, polyRussia: 41000000... 74.0s: points, polyRussia: 42000000... 75.3s: points, polyRussia: 43000000... 82.5s: points, polyRussia: 44000000... 83.9s: points, polyRussia: 45000000... 84.8s: points, polyRussia: 46000000... 86.1s: points, polyRussia: 47000000... 87.4s: points, polyRussia: 48000000... 88.8s: points, polyRussia: 49000000... 90.1s: points, polyRussia: 50000000... 91.5s: points, polyRussia: 51000000... 92.8s: points, polyRussia: 52000000... 94.1s: points, polyRussia: 53000000... 95.4s: points, polyRussia: 54000000... 102.7s: points, polyRussia: 55000000... 104.0s: points, polyRussia: 56000000... 104.9s: points, polyRussia: 57000000... 106.3s: points, polyRussia: 58000000... 107.6s: points, polyRussia: 59000000... 109.0s: points, polyRussia: 60000000... 112.3s: points, polyRussia: 112.25079511 sec to index part 0 112.3s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 112.3s: points, polyRussia: READER MB: 0.0 112.3s: points, polyRussia: maxDoc=60844404 112.6s: points, polyRussia: ITER 0: 14.80 M hits/sec, 4.22 QPS (0.24 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 1: 45.52 M hits/sec, 12.97 QPS (0.08 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 2: 61.90 M hits/sec, 17.64 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 3: 62.73 M hits/sec, 17.88 QPS (0.06 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 4: 62.14 M hits/sec, 17.71 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 5: 62.03 M hits/sec, 17.68 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 6: 61.98 M hits/sec, 17.66 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 7: 61.78 M hits/sec, 17.61 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: ITER 8: 62.69 M hits/sec, 17.87 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: ITER 9: 64.28 M hits/sec, 18.32 QPS (0.05 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 10: 65.53 M hits/sec, 18.68 QPS (0.05 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 11: 63.90 M hits/sec, 18.21 QPS (0.05 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 12: 64.47 M hits/sec, 18.37 QPS (0.05 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 13: 54.84 M hits/sec, 15.63 QPS (0.06 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 14: 62.98 M hits/sec, 17.95 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 15: 63.58 M hits/sec, 18.12 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 16: 64.92 M hits/sec, 18.50 QPS (0.05 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: ITER 17: 65.68 M hits/sec, 18.72 QPS (0.05 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: *** 113.6s: points, polyRussia: ITER 18: 65.44 M hits/sec, 18.65 QPS (0.05 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: ITER 19: 66.81 M hits/sec, 19.04 QPS (0.05 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: *** 113.7s: points, polyRussia: BEST M hits/sec: 66.81227392863606 113.7s: points, polyRussia: BEST QPS: 19.04109611212235 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|112.3s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 115.4s: geo3d, polyRussia: 1000000... 117.4s: geo3d, polyRussia: 2000000... 119.1s: geo3d, polyRussia: 3000000... 120.8s: geo3d, polyRussia: 4000000... 122.5s: geo3d, polyRussia: 5000000... 124.1s: geo3d, polyRussia: 6000000... 125.8s: geo3d, polyRussia: 7000000... 127.4s: geo3d, polyRussia: 8000000... 129.1s: geo3d, polyRussia: 9000000... 130.8s: geo3d, polyRussia: 10000000... 139.8s: geo3d, polyRussia: 11000000... 140.9s: geo3d, polyRussia: 12000000... 142.5s: geo3d, polyRussia: 13000000... 144.2s: geo3d, polyRussia: 14000000... 145.9s: geo3d, polyRussia: 15000000... 147.5s: geo3d, polyRussia: 16000000... 149.3s: geo3d, polyRussia: 17000000... 150.9s: geo3d, polyRussia: 18000000... 152.6s: geo3d, polyRussia: 19000000... 154.2s: geo3d, polyRussia: 20000000... 155.9s: geo3d, polyRussia: 21000000... 164.8s: geo3d, polyRussia: 22000000... 165.9s: geo3d, polyRussia: 23000000... 167.6s: geo3d, polyRussia: 24000000... 169.3s: geo3d, polyRussia: 25000000... 170.9s: geo3d, polyRussia: 26000000... 172.5s: geo3d, polyRussia: 27000000... 174.2s: geo3d, polyRussia: 28000000... 175.8s: geo3d, polyRussia: 29000000... 177.4s: geo3d, polyRussia: 30000000... 179.1s: geo3d, polyRussia: 31000000... 180.7s: geo3d, polyRussia: 32000000... 189.8s: geo3d, polyRussia: 33000000... 191.4s: geo3d, polyRussia: 34000000... 192.5s: geo3d, polyRussia: 35000000... 194.1s: geo3d, polyRussia: 36000000... 195.7s: geo3d, polyRussia: 37000000... 197.3s: geo3d, polyRussia: 38000000... 199.0s: geo3d, polyRussia: 39000000... 200.6s: geo3d, polyRussia: 40000000... 202.2s: geo3d, polyRussia: 41000000... 203.9s: geo3d, polyRussia: 42000000... 205.6s: geo3d, polyRussia: 43000000... 214.5s: geo3d, polyRussia: 44000000... 216.1s: geo3d, polyRussia: 45000000... 217.2s: geo3d, polyRussia: 46000000... 218.8s: geo3d, polyRussia: 47000000... 220.4s: geo3d, polyRussia: 48000000... 222.1s: geo3d, polyRussia: 49000000... 223.8s: geo3d, polyRussia: 50000000... 225.4s: geo3d, polyRussia: 51000000... 227.0s: geo3d, polyRussia: 52000000... 228.6s: geo3d, polyRussia: 53000000... 230.3s: geo3d, polyRussia: 54000000... 239.2s: geo3d, polyRussia: 55000000... 240.9s: geo3d, polyRussia: 56000000... 241.9s: geo3d, polyRussia: 57000000... 243.6s: geo3d, polyRussia: 58000000... 245.2s: geo3d, polyRussia: 59000000... 246.8s: geo3d, polyRussia: 60000000... 250.6s: geo3d, polyRussia: 136.891044654 sec to index part 0 250.6s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 250.6s: geo3d, polyRussia: READER MB: 0.0 250.6s: geo3d, polyRussia: maxDoc=60844404 252.1s: geo3d, polyRussia: ITER 0: 2.36 M hits/sec, 0.67 QPS (1.49 sec for 1 queries), totHits=3508671 252.1s: geo3d, polyRussia: *** 253.3s: geo3d, polyRussia: ITER 1: 3.16 M hits/sec, 0.90 QPS (1.11 sec for 1 queries), totHits=3508671 253.3s: geo3d, polyRussia: *** 254.3s: geo3d, polyRussia: ITER 2: 3.42 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 254.3s: geo3d, polyRussia: *** 255.3s: geo3d, polyRussia: ITER 3: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 255.3s: geo3d, polyRussia: *** 256.3s: geo3d, polyRussia: ITER 4: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 256.3s: geo3d, polyRussia: *** 257.3s: geo3d, polyRussia: ITER 5: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 258.2s: geo3d, polyRussia: ITER 6: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 258.2s: geo3d, polyRussia: *** 259.2s: geo3d, polyRussia: ITER 7: 3.47 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 260.2s: geo3d, polyRussia: ITER 8: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 260.2s: geo3d, polyRussia: *** 261.2s: geo3d, polyRussia: ITER 9: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: ITER 10: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 263.2s: geo3d, polyRussia: ITER 11: 3.56 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 264.1s: geo3d, polyRussia: ITER 12: 3.70 M hits/sec, 1.06 QPS (0.95 sec for 1 queries), totHits=3508671 264.1s: geo3d, polyRussia: *** 265.1s: geo3d, polyRussia: ITER 13: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 266.0s: geo3d, polyRussia: ITER 14: 3.67 M hits/sec, 1.05 QPS (0.96 sec for 1 queries), totHits=3508671 267.0s: geo3d, polyRussia: ITER 15: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 268.0s: geo3d, polyRussia: ITER 16: 3.69 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 268.9s: geo3d, polyRussia: ITER 17: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 269.9s: geo3d, polyRussia: ITER 18: 3.65 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 270.9s: geo3d, polyRussia: ITER 19: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 270.9s: geo3d, polyRussia: BEST M hits/sec: 3.7017083574326084 270.9s: geo3d, polyRussia: BEST QPS: 1.0550172294388982 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|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.70|1.06|3508671| |polyRussia|points|66.81|19.04|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 272.7s: shapes, polyRussia: 1000000... 275.0s: shapes, polyRussia: 2000000... 277.0s: shapes, polyRussia: 3000000... 279.0s: shapes, polyRussia: 4000000... 281.0s: shapes, polyRussia: 5000000... 282.9s: shapes, polyRussia: 6000000... 284.8s: shapes, polyRussia: 7000000... 286.7s: shapes, polyRussia: 8000000... 288.7s: shapes, polyRussia: 9000000... 290.7s: shapes, polyRussia: 10000000... 302.2s: shapes, polyRussia: 11000000... 303.4s: shapes, polyRussia: 12000000... 305.3s: shapes, polyRussia: 13000000... 307.2s: shapes, polyRussia: 14000000... 309.2s: shapes, polyRussia: 15000000... 311.1s: shapes, polyRussia: 16000000... 313.1s: shapes, polyRussia: 17000000... 315.1s: shapes, polyRussia: 18000000... 317.0s: shapes, polyRussia: 19000000... 318.9s: shapes, polyRussia: 20000000... 320.9s: shapes, polyRussia: 21000000... 332.5s: shapes, polyRussia: 22000000... 333.7s: shapes, polyRussia: 23000000... 335.6s: shapes, polyRussia: 24000000... 337.6s: shapes, polyRussia: 25000000... 339.5s: shapes, polyRussia: 26000000... 341.4s: shapes, polyRussia: 27000000... 343.4s: shapes, polyRussia: 28000000... 345.3s: shapes, polyRussia: 29000000... 347.2s: shapes, polyRussia: 30000000... 349.1s: shapes, polyRussia: 31000000... 351.0s: shapes, polyRussia: 32000000... 362.7s: shapes, polyRussia: 33000000... 364.6s: shapes, polyRussia: 34000000... 365.7s: shapes, polyRussia: 35000000... 367.7s: shapes, polyRussia: 36000000... 369.6s: shapes, polyRussia: 37000000... 371.5s: shapes, polyRussia: 38000000... 373.4s: shapes, polyRussia: 39000000... 375.3s: shapes, polyRussia: 40000000... 377.2s: shapes, polyRussia: 41000000... 379.2s: shapes, polyRussia: 42000000... 381.1s: shapes, polyRussia: 43000000... 392.6s: shapes, polyRussia: 44000000... 394.6s: shapes, polyRussia: 45000000... 395.7s: shapes, polyRussia: 46000000... 397.6s: shapes, polyRussia: 47000000... 399.5s: shapes, polyRussia: 48000000... 401.4s: shapes, polyRussia: 49000000... 403.4s: shapes, polyRussia: 50000000... 405.3s: shapes, polyRussia: 51000000... 407.2s: shapes, polyRussia: 52000000... 409.1s: shapes, polyRussia: 53000000... 411.1s: shapes, polyRussia: 54000000... 422.6s: shapes, polyRussia: 55000000... 424.6s: shapes, polyRussia: 56000000... 425.7s: shapes, polyRussia: 57000000... 427.7s: shapes, polyRussia: 58000000... 429.6s: shapes, polyRussia: 59000000... 431.5s: shapes, polyRussia: 60000000... 436.7s: shapes, polyRussia: 165.726693613 sec to index part 0 436.7s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.7s: shapes, polyRussia: READER MB: 0.0 436.7s: shapes, polyRussia: maxDoc=60844404 436.9s: shapes, polyRussia: ITER 0: 15.40 M hits/sec, 4.39 QPS (0.23 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: *** 437.0s: shapes, polyRussia: ITER 1: 39.63 M hits/sec, 11.29 QPS (0.09 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 2: 40.54 M hits/sec, 11.55 QPS (0.09 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: *** 437.2s: shapes, polyRussia: ITER 3: 40.76 M hits/sec, 11.62 QPS (0.09 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: *** 437.3s: shapes, polyRussia: ITER 4: 44.74 M hits/sec, 12.75 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: *** 437.3s: shapes, polyRussia: ITER 5: 44.84 M hits/sec, 12.78 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: *** 437.4s: shapes, polyRussia: ITER 6: 44.93 M hits/sec, 12.81 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: *** 437.5s: shapes, polyRussia: ITER 7: 44.81 M hits/sec, 12.77 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 8: 46.26 M hits/sec, 13.18 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: ITER 9: 45.20 M hits/sec, 12.88 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 10: 46.33 M hits/sec, 13.20 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.8s: shapes, polyRussia: ITER 11: 40.12 M hits/sec, 11.43 QPS (0.09 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 12: 45.80 M hits/sec, 13.05 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 13: 45.72 M hits/sec, 13.03 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 14: 45.79 M hits/sec, 13.05 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: ITER 15: 44.64 M hits/sec, 12.72 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: ITER 16: 45.41 M hits/sec, 12.94 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: ITER 17: 46.49 M hits/sec, 13.25 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: *** 438.4s: shapes, polyRussia: ITER 18: 45.49 M hits/sec, 12.96 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: ITER 19: 45.33 M hits/sec, 12.92 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: BEST M hits/sec: 46.49346382391377 438.4s: shapes, polyRussia: BEST QPS: 13.250357474769132 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 438.7s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.7s: points, polyMedium: READER MB: 0.0 438.7s: points, polyMedium: maxDoc=60844404 439.2s: points, polyMedium: ITER 0: 7.16 M hits/sec, 87.69 QPS (0.38 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: *** 439.4s: points, polyMedium: ITER 1: 16.06 M hits/sec, 196.75 QPS (0.17 sec for 33 queries), totHits=2693559 439.4s: points, polyMedium: *** 439.6s: points, polyMedium: ITER 2: 16.65 M hits/sec, 203.97 QPS (0.16 sec for 33 queries), totHits=2693559 439.6s: points, polyMedium: *** 439.7s: points, polyMedium: ITER 3: 16.59 M hits/sec, 203.21 QPS (0.16 sec for 33 queries), totHits=2693559 439.9s: points, polyMedium: ITER 4: 16.10 M hits/sec, 197.28 QPS (0.17 sec for 33 queries), totHits=2693559 440.1s: points, polyMedium: ITER 5: 16.83 M hits/sec, 206.23 QPS (0.16 sec for 33 queries), totHits=2693559 440.1s: points, polyMedium: *** 440.2s: points, polyMedium: ITER 6: 16.81 M hits/sec, 205.99 QPS (0.16 sec for 33 queries), totHits=2693559 440.4s: points, polyMedium: ITER 7: 16.68 M hits/sec, 204.40 QPS (0.16 sec for 33 queries), totHits=2693559 440.6s: points, polyMedium: ITER 8: 16.70 M hits/sec, 204.58 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: ITER 9: 16.50 M hits/sec, 202.09 QPS (0.16 sec for 33 queries), totHits=2693559 440.9s: points, polyMedium: ITER 10: 16.12 M hits/sec, 197.51 QPS (0.17 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 11: 16.67 M hits/sec, 204.23 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 12: 16.21 M hits/sec, 198.55 QPS (0.17 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: ITER 13: 16.27 M hits/sec, 199.32 QPS (0.17 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 14: 16.44 M hits/sec, 201.38 QPS (0.16 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: ITER 15: 16.48 M hits/sec, 201.93 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 16: 15.93 M hits/sec, 195.23 QPS (0.17 sec for 33 queries), totHits=2693559 442.0s: points, polyMedium: ITER 17: 16.81 M hits/sec, 205.99 QPS (0.16 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: ITER 18: 16.83 M hits/sec, 206.20 QPS (0.16 sec for 33 queries), totHits=2693559 442.4s: points, polyMedium: ITER 19: 16.86 M hits/sec, 206.53 QPS (0.16 sec for 33 queries), totHits=2693559 442.4s: points, polyMedium: *** 442.4s: points, polyMedium: BEST M hits/sec: 16.85734386412664 442.4s: points, polyMedium: BEST QPS: 206.52688413960084 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 442.6s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 442.6s: geo3d, polyMedium: READER MB: 0.0 442.6s: geo3d, polyMedium: maxDoc=60844404 444.3s: geo3d, polyMedium: ITER 0: 1.72 M hits/sec, 21.05 QPS (1.57 sec for 33 queries), totHits=2693541 444.3s: geo3d, polyMedium: *** 445.3s: geo3d, polyMedium: ITER 1: 2.59 M hits/sec, 31.74 QPS (1.04 sec for 33 queries), totHits=2693541 445.3s: geo3d, polyMedium: *** 446.4s: geo3d, polyMedium: ITER 2: 2.55 M hits/sec, 31.27 QPS (1.06 sec for 33 queries), totHits=2693541 447.4s: geo3d, polyMedium: ITER 3: 2.59 M hits/sec, 31.69 QPS (1.04 sec for 33 queries), totHits=2693541 448.5s: geo3d, polyMedium: ITER 4: 2.56 M hits/sec, 31.38 QPS (1.05 sec for 33 queries), totHits=2693541 449.5s: geo3d, polyMedium: ITER 5: 2.51 M hits/sec, 30.78 QPS (1.07 sec for 33 queries), totHits=2693541 450.6s: geo3d, polyMedium: ITER 6: 2.52 M hits/sec, 30.89 QPS (1.07 sec for 33 queries), totHits=2693541 451.7s: geo3d, polyMedium: ITER 7: 2.48 M hits/sec, 30.43 QPS (1.08 sec for 33 queries), totHits=2693541 452.8s: geo3d, polyMedium: ITER 8: 2.45 M hits/sec, 29.97 QPS (1.10 sec for 33 queries), totHits=2693541 453.9s: geo3d, polyMedium: ITER 9: 2.57 M hits/sec, 31.43 QPS (1.05 sec for 33 queries), totHits=2693541 454.9s: geo3d, polyMedium: ITER 10: 2.51 M hits/sec, 30.77 QPS (1.07 sec for 33 queries), totHits=2693541 456.0s: geo3d, polyMedium: ITER 11: 2.56 M hits/sec, 31.32 QPS (1.05 sec for 33 queries), totHits=2693541 457.0s: geo3d, polyMedium: ITER 12: 2.52 M hits/sec, 30.92 QPS (1.07 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 13: 2.53 M hits/sec, 30.99 QPS (1.07 sec for 33 queries), totHits=2693541 459.2s: geo3d, polyMedium: ITER 14: 2.52 M hits/sec, 30.90 QPS (1.07 sec for 33 queries), totHits=2693541 460.2s: geo3d, polyMedium: ITER 15: 2.60 M hits/sec, 31.89 QPS (1.03 sec for 33 queries), totHits=2693541 460.2s: geo3d, polyMedium: *** 461.3s: geo3d, polyMedium: ITER 16: 2.54 M hits/sec, 31.15 QPS (1.06 sec for 33 queries), totHits=2693541 462.4s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.77 QPS (1.07 sec for 33 queries), totHits=2693541 463.4s: geo3d, polyMedium: ITER 18: 2.48 M hits/sec, 30.41 QPS (1.09 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: ITER 19: 2.51 M hits/sec, 30.73 QPS (1.07 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: BEST M hits/sec: 2.6028090293438457 464.5s: geo3d, polyMedium: BEST QPS: 31.888394484563964 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 464.8s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 464.8s: shapes, polyMedium: READER MB: 0.0 464.8s: shapes, polyMedium: maxDoc=60844404 465.4s: shapes, polyMedium: ITER 0: 5.36 M hits/sec, 65.64 QPS (0.50 sec for 33 queries), totHits=2693559 465.4s: shapes, polyMedium: *** 465.6s: shapes, polyMedium: ITER 1: 13.61 M hits/sec, 166.78 QPS (0.20 sec for 33 queries), totHits=2693559 465.6s: shapes, polyMedium: *** 465.8s: shapes, polyMedium: ITER 2: 13.74 M hits/sec, 168.31 QPS (0.20 sec for 33 queries), totHits=2693559 465.8s: shapes, polyMedium: *** 466.0s: shapes, polyMedium: ITER 3: 13.59 M hits/sec, 166.55 QPS (0.20 sec for 33 queries), totHits=2693559 466.2s: shapes, polyMedium: ITER 4: 13.22 M hits/sec, 161.95 QPS (0.20 sec for 33 queries), totHits=2693559 466.4s: shapes, polyMedium: ITER 5: 13.67 M hits/sec, 167.53 QPS (0.20 sec for 33 queries), totHits=2693559 466.6s: shapes, polyMedium: ITER 6: 13.75 M hits/sec, 168.47 QPS (0.20 sec for 33 queries), totHits=2693559 466.6s: shapes, polyMedium: *** 466.8s: shapes, polyMedium: ITER 7: 13.73 M hits/sec, 168.22 QPS (0.20 sec for 33 queries), totHits=2693559 467.0s: shapes, polyMedium: ITER 8: 13.53 M hits/sec, 165.77 QPS (0.20 sec for 33 queries), totHits=2693559 467.2s: shapes, polyMedium: ITER 9: 13.63 M hits/sec, 167.03 QPS (0.20 sec for 33 queries), totHits=2693559 467.4s: shapes, polyMedium: ITER 10: 13.64 M hits/sec, 167.10 QPS (0.20 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: ITER 11: 13.77 M hits/sec, 168.70 QPS (0.20 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: *** 467.8s: shapes, polyMedium: ITER 12: 13.70 M hits/sec, 167.87 QPS (0.20 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: ITER 13: 13.61 M hits/sec, 166.72 QPS (0.20 sec for 33 queries), totHits=2693559 468.2s: shapes, polyMedium: ITER 14: 13.70 M hits/sec, 167.90 QPS (0.20 sec for 33 queries), totHits=2693559 468.4s: shapes, polyMedium: ITER 15: 13.59 M hits/sec, 166.45 QPS (0.20 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: ITER 16: 13.76 M hits/sec, 168.62 QPS (0.20 sec for 33 queries), totHits=2693559 468.8s: shapes, polyMedium: ITER 17: 13.21 M hits/sec, 161.81 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 18: 13.78 M hits/sec, 168.82 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: *** 469.2s: shapes, polyMedium: ITER 19: 13.72 M hits/sec, 168.04 QPS (0.20 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: BEST M hits/sec: 13.77953612891957 469.2s: shapes, polyMedium: BEST QPS: 168.81928045917903 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 469.4s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 469.4s: points, poly 10: READER MB: 0.0 469.4s: points, poly 10: maxDoc=60844404 471.4s: points, poly 10: ITER 0: 177.08 M hits/sec, 111.98 QPS (2.01 sec for 225 queries), totHits=355809475 471.4s: points, poly 10: *** 473.1s: points, poly 10: ITER 1: 212.78 M hits/sec, 134.55 QPS (1.67 sec for 225 queries), totHits=355809475 473.1s: points, poly 10: *** 474.4s: points, poly 10: ITER 2: 277.36 M hits/sec, 175.39 QPS (1.28 sec for 225 queries), totHits=355809475 474.4s: points, poly 10: *** 475.7s: points, poly 10: ITER 3: 273.89 M hits/sec, 173.20 QPS (1.30 sec for 225 queries), totHits=355809475 477.0s: points, poly 10: ITER 4: 277.70 M hits/sec, 175.61 QPS (1.28 sec for 225 queries), totHits=355809475 477.0s: points, poly 10: *** 478.2s: points, poly 10: ITER 5: 281.00 M hits/sec, 177.70 QPS (1.27 sec for 225 queries), totHits=355809475 478.2s: points, poly 10: *** 479.5s: points, poly 10: ITER 6: 286.79 M hits/sec, 181.36 QPS (1.24 sec for 225 queries), totHits=355809475 479.5s: points, poly 10: *** 480.7s: points, poly 10: ITER 7: 284.12 M hits/sec, 179.67 QPS (1.25 sec for 225 queries), totHits=355809475 482.0s: points, poly 10: ITER 8: 287.24 M hits/sec, 181.64 QPS (1.24 sec for 225 queries), totHits=355809475 482.0s: points, poly 10: *** 483.2s: points, poly 10: ITER 9: 286.74 M hits/sec, 181.32 QPS (1.24 sec for 225 queries), totHits=355809475 484.4s: points, poly 10: ITER 10: 284.84 M hits/sec, 180.12 QPS (1.25 sec for 225 queries), totHits=355809475 485.7s: points, poly 10: ITER 11: 282.06 M hits/sec, 178.36 QPS (1.26 sec for 225 queries), totHits=355809475 487.0s: points, poly 10: ITER 12: 283.97 M hits/sec, 179.57 QPS (1.25 sec for 225 queries), totHits=355809475 488.2s: points, poly 10: ITER 13: 282.88 M hits/sec, 178.88 QPS (1.26 sec for 225 queries), totHits=355809475 489.5s: points, poly 10: ITER 14: 284.51 M hits/sec, 179.91 QPS (1.25 sec for 225 queries), totHits=355809475 490.7s: points, poly 10: ITER 15: 284.17 M hits/sec, 179.70 QPS (1.25 sec for 225 queries), totHits=355809475 492.0s: points, poly 10: ITER 16: 285.50 M hits/sec, 180.54 QPS (1.25 sec for 225 queries), totHits=355809475 493.2s: points, poly 10: ITER 17: 283.83 M hits/sec, 179.48 QPS (1.25 sec for 225 queries), totHits=355809475 494.5s: points, poly 10: ITER 18: 280.97 M hits/sec, 177.68 QPS (1.27 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: ITER 19: 281.46 M hits/sec, 177.99 QPS (1.26 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: BEST M hits/sec: 287.237822898775 495.8s: points, poly 10: BEST QPS: 181.63796833185617 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 496.0s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 496.0s: geo3d, poly 10: READER MB: 0.0 496.0s: geo3d, poly 10: maxDoc=60844404 497.9s: geo3d, poly 10: ITER 0: 193.90 M hits/sec, 122.60 QPS (1.84 sec for 225 queries), totHits=355855227 497.9s: geo3d, poly 10: *** 499.4s: geo3d, poly 10: ITER 1: 236.03 M hits/sec, 149.24 QPS (1.51 sec for 225 queries), totHits=355855227 499.4s: geo3d, poly 10: *** 500.8s: geo3d, poly 10: ITER 2: 241.15 M hits/sec, 152.48 QPS (1.48 sec for 225 queries), totHits=355855227 500.8s: geo3d, poly 10: *** 502.4s: geo3d, poly 10: ITER 3: 227.90 M hits/sec, 144.09 QPS (1.56 sec for 225 queries), totHits=355855227 503.8s: geo3d, poly 10: ITER 4: 246.93 M hits/sec, 156.13 QPS (1.44 sec for 225 queries), totHits=355855227 503.8s: geo3d, poly 10: *** 505.3s: geo3d, poly 10: ITER 5: 244.14 M hits/sec, 154.37 QPS (1.46 sec for 225 queries), totHits=355855227 506.8s: geo3d, poly 10: ITER 6: 245.85 M hits/sec, 155.44 QPS (1.45 sec for 225 queries), totHits=355855227 508.2s: geo3d, poly 10: ITER 7: 240.60 M hits/sec, 152.13 QPS (1.48 sec for 225 queries), totHits=355855227 509.7s: geo3d, poly 10: ITER 8: 248.94 M hits/sec, 157.40 QPS (1.43 sec for 225 queries), totHits=355855227 509.7s: geo3d, poly 10: *** 511.1s: geo3d, poly 10: ITER 9: 246.39 M hits/sec, 155.79 QPS (1.44 sec for 225 queries), totHits=355855227 512.6s: geo3d, poly 10: ITER 10: 245.71 M hits/sec, 155.36 QPS (1.45 sec for 225 queries), totHits=355855227 514.0s: geo3d, poly 10: ITER 11: 248.17 M hits/sec, 156.91 QPS (1.43 sec for 225 queries), totHits=355855227 515.4s: geo3d, poly 10: ITER 12: 248.70 M hits/sec, 157.25 QPS (1.43 sec for 225 queries), totHits=355855227 516.9s: geo3d, poly 10: ITER 13: 243.43 M hits/sec, 153.92 QPS (1.46 sec for 225 queries), totHits=355855227 518.3s: geo3d, poly 10: ITER 14: 248.26 M hits/sec, 156.97 QPS (1.43 sec for 225 queries), totHits=355855227 519.8s: geo3d, poly 10: ITER 15: 242.40 M hits/sec, 153.27 QPS (1.47 sec for 225 queries), totHits=355855227 521.3s: geo3d, poly 10: ITER 16: 242.51 M hits/sec, 153.33 QPS (1.47 sec for 225 queries), totHits=355855227 522.7s: geo3d, poly 10: ITER 17: 245.74 M hits/sec, 155.37 QPS (1.45 sec for 225 queries), totHits=355855227 524.2s: geo3d, poly 10: ITER 18: 243.80 M hits/sec, 154.15 QPS (1.46 sec for 225 queries), totHits=355855227 525.6s: geo3d, poly 10: ITER 19: 243.44 M hits/sec, 153.92 QPS (1.46 sec for 225 queries), totHits=355855227 525.6s: geo3d, poly 10: BEST M hits/sec: 248.93607397051724 525.6s: geo3d, poly 10: BEST QPS: 157.3972008660881 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|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 525.9s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 525.9s: shapes, poly 10: READER MB: 0.0 525.9s: shapes, poly 10: maxDoc=60844404 528.0s: shapes, poly 10: ITER 0: 172.71 M hits/sec, 109.22 QPS (2.06 sec for 225 queries), totHits=355809475 528.0s: shapes, poly 10: *** 529.9s: shapes, poly 10: ITER 1: 188.86 M hits/sec, 119.43 QPS (1.88 sec for 225 queries), totHits=355809475 529.9s: shapes, poly 10: *** 531.8s: shapes, poly 10: ITER 2: 185.42 M hits/sec, 117.25 QPS (1.92 sec for 225 queries), totHits=355809475 533.6s: shapes, poly 10: ITER 3: 190.20 M hits/sec, 120.28 QPS (1.87 sec for 225 queries), totHits=355809475 533.6s: shapes, poly 10: *** 535.5s: shapes, poly 10: ITER 4: 193.72 M hits/sec, 122.50 QPS (1.84 sec for 225 queries), totHits=355809475 535.5s: shapes, poly 10: *** 537.3s: shapes, poly 10: ITER 5: 196.57 M hits/sec, 124.31 QPS (1.81 sec for 225 queries), totHits=355809475 537.3s: shapes, poly 10: *** 539.1s: shapes, poly 10: ITER 6: 195.15 M hits/sec, 123.41 QPS (1.82 sec for 225 queries), totHits=355809475 540.9s: shapes, poly 10: ITER 7: 194.24 M hits/sec, 122.83 QPS (1.83 sec for 225 queries), totHits=355809475 542.8s: shapes, poly 10: ITER 8: 195.38 M hits/sec, 123.55 QPS (1.82 sec for 225 queries), totHits=355809475 544.6s: shapes, poly 10: ITER 9: 195.43 M hits/sec, 123.58 QPS (1.82 sec for 225 queries), totHits=355809475 546.4s: shapes, poly 10: ITER 10: 192.57 M hits/sec, 121.78 QPS (1.85 sec for 225 queries), totHits=355809475 548.3s: shapes, poly 10: ITER 11: 193.27 M hits/sec, 122.22 QPS (1.84 sec for 225 queries), totHits=355809475 550.1s: shapes, poly 10: ITER 12: 192.23 M hits/sec, 121.56 QPS (1.85 sec for 225 queries), totHits=355809475 552.0s: shapes, poly 10: ITER 13: 194.37 M hits/sec, 122.91 QPS (1.83 sec for 225 queries), totHits=355809475 553.8s: shapes, poly 10: ITER 14: 191.10 M hits/sec, 120.84 QPS (1.86 sec for 225 queries), totHits=355809475 555.6s: shapes, poly 10: ITER 15: 194.73 M hits/sec, 123.14 QPS (1.83 sec for 225 queries), totHits=355809475 557.5s: shapes, poly 10: ITER 16: 192.60 M hits/sec, 121.79 QPS (1.85 sec for 225 queries), totHits=355809475 559.3s: shapes, poly 10: ITER 17: 195.54 M hits/sec, 123.65 QPS (1.82 sec for 225 queries), totHits=355809475 561.1s: shapes, poly 10: ITER 18: 194.86 M hits/sec, 123.22 QPS (1.83 sec for 225 queries), totHits=355809475 563.0s: shapes, poly 10: ITER 19: 194.36 M hits/sec, 122.90 QPS (1.83 sec for 225 queries), totHits=355809475 563.0s: shapes, poly 10: BEST M hits/sec: 196.5742440325226 563.0s: shapes, poly 10: BEST QPS: 124.30586596188193 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|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 563.2s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 563.2s: points, nearest 10: READER MB: 0.0 563.2s: points, nearest 10: maxDoc=60844404 563.4s: points, nearest 10: ITER 0: 1391.46 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.4s: points, nearest 10: *** 563.5s: points, nearest 10: ITER 1: 2827.20 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.5s: points, nearest 10: *** 563.5s: points, nearest 10: ITER 2: 2961.92 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.5s: points, nearest 10: *** 563.6s: points, nearest 10: ITER 3: 2974.95 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.6s: points, nearest 10: *** 563.7s: points, nearest 10: ITER 4: 3064.61 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.7s: points, nearest 10: *** 563.8s: points, nearest 10: ITER 5: 3076.45 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.8s: points, nearest 10: *** 563.8s: points, nearest 10: ITER 6: 3082.13 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.8s: points, nearest 10: *** 563.9s: points, nearest 10: ITER 7: 2804.08 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.0s: points, nearest 10: ITER 8: 3207.05 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.0s: points, nearest 10: *** 564.1s: points, nearest 10: ITER 9: 3230.36 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.1s: points, nearest 10: *** 564.1s: points, nearest 10: ITER 10: 3248.94 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.1s: points, nearest 10: *** 564.2s: points, nearest 10: ITER 11: 3256.81 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.2s: points, nearest 10: *** 564.3s: points, nearest 10: ITER 12: 3254.34 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.3s: points, nearest 10: ITER 13: 3253.61 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: ITER 14: 3256.97 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: *** 564.5s: points, nearest 10: ITER 15: 3077.36 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: ITER 16: 3259.76 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: *** 564.6s: points, nearest 10: ITER 17: 3258.16 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.7s: points, nearest 10: ITER 18: 3258.05 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: ITER 19: 3252.79 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: BEST M hits/sec: 0.03259763135469091 564.8s: points, nearest 10: BEST QPS: 3259.7631354690916 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|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 566.4s: points, sort: 1000000... 568.3s: points, sort: 2000000... 569.9s: points, sort: 3000000... 571.3s: points, sort: 4000000... 572.7s: points, sort: 5000000... 574.2s: points, sort: 6000000... 575.6s: points, sort: 7000000... 577.0s: points, sort: 8000000... 578.5s: points, sort: 9000000... 580.0s: points, sort: 10000000... 587.7s: points, sort: 11000000... 588.6s: points, sort: 12000000... 590.1s: points, sort: 13000000... 591.5s: points, sort: 14000000... 592.9s: points, sort: 15000000... 594.3s: points, sort: 16000000... 595.8s: points, sort: 17000000... 597.2s: points, sort: 18000000... 598.7s: points, sort: 19000000... 600.1s: points, sort: 20000000... 601.5s: points, sort: 21000000... 609.1s: points, sort: 22000000... 610.1s: points, sort: 23000000... 611.5s: points, sort: 24000000... 613.0s: points, sort: 25000000... 614.4s: points, sort: 26000000... 615.8s: points, sort: 27000000... 617.2s: points, sort: 28000000... 618.6s: points, sort: 29000000... 620.1s: points, sort: 30000000... 621.5s: points, sort: 31000000... 622.9s: points, sort: 32000000... 630.5s: points, sort: 33000000... 631.9s: points, sort: 34000000... 632.9s: points, sort: 35000000... 634.3s: points, sort: 36000000... 635.7s: points, sort: 37000000... 637.1s: points, sort: 38000000... 638.5s: points, sort: 39000000... 639.9s: points, sort: 40000000... 641.3s: points, sort: 41000000... 642.7s: points, sort: 42000000... 644.1s: points, sort: 43000000... 651.7s: points, sort: 44000000... 653.1s: points, sort: 45000000... 654.1s: points, sort: 46000000... 655.5s: points, sort: 47000000... 656.9s: points, sort: 48000000... 658.3s: points, sort: 49000000... 659.8s: points, sort: 50000000... 661.2s: points, sort: 51000000... 662.6s: points, sort: 52000000... 664.0s: points, sort: 53000000... 665.4s: points, sort: 54000000... 672.9s: points, sort: 55000000... 674.4s: points, sort: 56000000... 675.4s: points, sort: 57000000... 676.8s: points, sort: 58000000... 678.5s: points, sort: 59000000... 679.9s: points, sort: 60000000... 683.5s: points, sort: 118.713843242 sec to index part 0 683.5s: points, sort: INDEX SIZE: 0.9472499107941985 GB 683.5s: points, sort: READER MB: 0.0 683.5s: points, sort: maxDoc=60844404 685.8s: points, sort: ITER 0: 128.58 M hits/sec, 130.84 QPS (1.72 sec for 225 queries), totHits=221118844 685.8s: points, sort: *** 687.7s: points, sort: ITER 1: 155.67 M hits/sec, 158.40 QPS (1.42 sec for 225 queries), totHits=221118844 687.7s: points, sort: *** 689.5s: points, sort: ITER 2: 156.18 M hits/sec, 158.92 QPS (1.42 sec for 225 queries), totHits=221118844 689.5s: points, sort: *** 691.4s: points, sort: ITER 3: 156.62 M hits/sec, 159.37 QPS (1.41 sec for 225 queries), totHits=221118844 691.4s: points, sort: *** 693.3s: points, sort: ITER 4: 154.63 M hits/sec, 157.34 QPS (1.43 sec for 225 queries), totHits=221118844 695.1s: points, sort: ITER 5: 159.24 M hits/sec, 162.04 QPS (1.39 sec for 225 queries), totHits=221118844 695.1s: points, sort: *** 696.9s: points, sort: ITER 6: 159.48 M hits/sec, 162.28 QPS (1.39 sec for 225 queries), totHits=221118844 696.9s: points, sort: *** 698.7s: points, sort: ITER 7: 157.14 M hits/sec, 159.90 QPS (1.41 sec for 225 queries), totHits=221118844 700.5s: points, sort: ITER 8: 157.84 M hits/sec, 160.61 QPS (1.40 sec for 225 queries), totHits=221118844 702.4s: points, sort: ITER 9: 157.57 M hits/sec, 160.34 QPS (1.40 sec for 225 queries), totHits=221118844 704.2s: points, sort: ITER 10: 159.62 M hits/sec, 162.42 QPS (1.39 sec for 225 queries), totHits=221118844 704.2s: points, sort: *** 706.0s: points, sort: ITER 11: 156.32 M hits/sec, 159.07 QPS (1.41 sec for 225 queries), totHits=221118844 707.8s: points, sort: ITER 12: 158.88 M hits/sec, 161.67 QPS (1.39 sec for 225 queries), totHits=221118844 709.7s: points, sort: ITER 13: 155.18 M hits/sec, 157.90 QPS (1.42 sec for 225 queries), totHits=221118844 711.5s: points, sort: ITER 14: 158.25 M hits/sec, 161.03 QPS (1.40 sec for 225 queries), totHits=221118844 713.3s: points, sort: ITER 15: 160.46 M hits/sec, 163.28 QPS (1.38 sec for 225 queries), totHits=221118844 713.3s: points, sort: *** 715.1s: points, sort: ITER 16: 158.67 M hits/sec, 161.45 QPS (1.39 sec for 225 queries), totHits=221118844 717.0s: points, sort: ITER 17: 156.11 M hits/sec, 158.85 QPS (1.42 sec for 225 queries), totHits=221118844 718.8s: points, sort: ITER 18: 157.90 M hits/sec, 160.67 QPS (1.40 sec for 225 queries), totHits=221118844 720.6s: points, sort: ITER 19: 155.61 M hits/sec, 158.34 QPS (1.42 sec for 225 queries), totHits=221118844 720.6s: points, sort: BEST M hits/sec: 160.4595876885307 720.6s: points, sort: BEST QPS: 163.27603101036203 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|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|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 720.9s: points, distance: INDEX SIZE: 0.4939169967547059 GB 720.9s: points, distance: READER MB: 0.0 720.9s: points, distance: maxDoc=60844404 722.4s: points, distance: ITER 0: 250.75 M hits/sec, 147.32 QPS (1.53 sec for 225 queries), totHits=382961957 722.4s: points, distance: *** 723.7s: points, distance: ITER 1: 312.29 M hits/sec, 183.48 QPS (1.23 sec for 225 queries), totHits=382961957 723.7s: points, distance: *** 724.9s: points, distance: ITER 2: 314.34 M hits/sec, 184.68 QPS (1.22 sec for 225 queries), totHits=382961957 724.9s: points, distance: *** 726.1s: points, distance: ITER 3: 304.96 M hits/sec, 179.17 QPS (1.26 sec for 225 queries), totHits=382961957 727.4s: points, distance: ITER 4: 307.93 M hits/sec, 180.92 QPS (1.24 sec for 225 queries), totHits=382961957 728.6s: points, distance: ITER 5: 311.28 M hits/sec, 182.88 QPS (1.23 sec for 225 queries), totHits=382961957 729.8s: points, distance: ITER 6: 313.67 M hits/sec, 184.29 QPS (1.22 sec for 225 queries), totHits=382961957 731.0s: points, distance: ITER 7: 322.49 M hits/sec, 189.47 QPS (1.19 sec for 225 queries), totHits=382961957 731.0s: points, distance: *** 732.2s: points, distance: ITER 8: 323.03 M hits/sec, 189.79 QPS (1.19 sec for 225 queries), totHits=382961957 732.2s: points, distance: *** 733.4s: points, distance: ITER 9: 319.88 M hits/sec, 187.94 QPS (1.20 sec for 225 queries), totHits=382961957 734.6s: points, distance: ITER 10: 321.28 M hits/sec, 188.76 QPS (1.19 sec for 225 queries), totHits=382961957 735.8s: points, distance: ITER 11: 321.12 M hits/sec, 188.67 QPS (1.19 sec for 225 queries), totHits=382961957 737.0s: points, distance: ITER 12: 318.01 M hits/sec, 186.84 QPS (1.20 sec for 225 queries), totHits=382961957 738.2s: points, distance: ITER 13: 317.31 M hits/sec, 186.43 QPS (1.21 sec for 225 queries), totHits=382961957 739.4s: points, distance: ITER 14: 312.73 M hits/sec, 183.74 QPS (1.22 sec for 225 queries), totHits=382961957 740.6s: points, distance: ITER 15: 314.06 M hits/sec, 184.52 QPS (1.22 sec for 225 queries), totHits=382961957 741.8s: points, distance: ITER 16: 319.13 M hits/sec, 187.50 QPS (1.20 sec for 225 queries), totHits=382961957 743.1s: points, distance: ITER 17: 315.75 M hits/sec, 185.51 QPS (1.21 sec for 225 queries), totHits=382961957 744.3s: points, distance: ITER 18: 314.17 M hits/sec, 184.58 QPS (1.22 sec for 225 queries), totHits=382961957 745.5s: points, distance: ITER 19: 316.67 M hits/sec, 186.05 QPS (1.21 sec for 225 queries), totHits=382961957 745.5s: points, distance: BEST M hits/sec: 323.0313342015152 745.5s: points, distance: BEST QPS: 189.78921761500433 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 745.7s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 745.7s: geo3d, distance: READER MB: 0.0 745.7s: geo3d, distance: maxDoc=60844404 747.8s: geo3d, distance: ITER 0: 183.39 M hits/sec, 107.63 QPS (2.09 sec for 225 queries), totHits=383371904 747.8s: geo3d, distance: *** 749.5s: geo3d, distance: ITER 1: 223.52 M hits/sec, 131.19 QPS (1.72 sec for 225 queries), totHits=383371904 749.5s: geo3d, distance: *** 750.8s: geo3d, distance: ITER 2: 293.12 M hits/sec, 172.03 QPS (1.31 sec for 225 queries), totHits=383371904 750.8s: geo3d, distance: *** 752.2s: geo3d, distance: ITER 3: 282.33 M hits/sec, 165.70 QPS (1.36 sec for 225 queries), totHits=383371904 753.4s: geo3d, distance: ITER 4: 311.81 M hits/sec, 183.00 QPS (1.23 sec for 225 queries), totHits=383371904 753.4s: geo3d, distance: *** 754.6s: geo3d, distance: ITER 5: 319.21 M hits/sec, 187.35 QPS (1.20 sec for 225 queries), totHits=383371904 754.6s: geo3d, distance: *** 755.8s: geo3d, distance: ITER 6: 321.20 M hits/sec, 188.51 QPS (1.19 sec for 225 queries), totHits=383371904 755.8s: geo3d, distance: *** 757.0s: geo3d, distance: ITER 7: 314.92 M hits/sec, 184.83 QPS (1.22 sec for 225 queries), totHits=383371904 758.3s: geo3d, distance: ITER 8: 312.63 M hits/sec, 183.48 QPS (1.23 sec for 225 queries), totHits=383371904 759.5s: geo3d, distance: ITER 9: 311.11 M hits/sec, 182.59 QPS (1.23 sec for 225 queries), totHits=383371904 760.7s: geo3d, distance: ITER 10: 313.98 M hits/sec, 184.28 QPS (1.22 sec for 225 queries), totHits=383371904 761.9s: geo3d, distance: ITER 11: 315.67 M hits/sec, 185.26 QPS (1.21 sec for 225 queries), totHits=383371904 763.2s: geo3d, distance: ITER 12: 312.55 M hits/sec, 183.44 QPS (1.23 sec for 225 queries), totHits=383371904 764.4s: geo3d, distance: ITER 13: 310.47 M hits/sec, 182.22 QPS (1.23 sec for 225 queries), totHits=383371904 765.7s: geo3d, distance: ITER 14: 305.29 M hits/sec, 179.17 QPS (1.26 sec for 225 queries), totHits=383371904 766.9s: geo3d, distance: ITER 15: 310.21 M hits/sec, 182.06 QPS (1.24 sec for 225 queries), totHits=383371904 768.1s: geo3d, distance: ITER 16: 314.95 M hits/sec, 184.84 QPS (1.22 sec for 225 queries), totHits=383371904 769.4s: geo3d, distance: ITER 17: 308.06 M hits/sec, 180.80 QPS (1.24 sec for 225 queries), totHits=383371904 770.6s: geo3d, distance: ITER 18: 315.42 M hits/sec, 185.12 QPS (1.22 sec for 225 queries), totHits=383371904 771.8s: geo3d, distance: ITER 19: 309.16 M hits/sec, 181.44 QPS (1.24 sec for 225 queries), totHits=383371904 771.8s: geo3d, distance: BEST M hits/sec: 321.19734200494986 771.8s: geo3d, distance: BEST QPS: 188.50990695216342 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.20|188.51|383371904| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 772.1s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 772.1s: shapes, distance: READER MB: 0.0 772.1s: shapes, distance: maxDoc=60844404 774.5s: shapes, distance: ITER 0: 158.69 M hits/sec, 93.24 QPS (2.41 sec for 225 queries), totHits=382961957 774.5s: shapes, distance: *** 776.5s: shapes, distance: ITER 1: 186.35 M hits/sec, 109.49 QPS (2.06 sec for 225 queries), totHits=382961957 776.5s: shapes, distance: *** 778.3s: shapes, distance: ITER 2: 213.98 M hits/sec, 125.72 QPS (1.79 sec for 225 queries), totHits=382961957 778.3s: shapes, distance: *** 780.1s: shapes, distance: ITER 3: 221.63 M hits/sec, 130.21 QPS (1.73 sec for 225 queries), totHits=382961957 780.1s: shapes, distance: *** 781.8s: shapes, distance: ITER 4: 223.58 M hits/sec, 131.36 QPS (1.71 sec for 225 queries), totHits=382961957 781.8s: shapes, distance: *** 783.5s: shapes, distance: ITER 5: 226.91 M hits/sec, 133.32 QPS (1.69 sec for 225 queries), totHits=382961957 783.5s: shapes, distance: *** 785.2s: shapes, distance: ITER 6: 223.15 M hits/sec, 131.11 QPS (1.72 sec for 225 queries), totHits=382961957 786.9s: shapes, distance: ITER 7: 223.22 M hits/sec, 131.15 QPS (1.72 sec for 225 queries), totHits=382961957 788.6s: shapes, distance: ITER 8: 224.41 M hits/sec, 131.85 QPS (1.71 sec for 225 queries), totHits=382961957 790.3s: shapes, distance: ITER 9: 223.05 M hits/sec, 131.05 QPS (1.72 sec for 225 queries), totHits=382961957 792.0s: shapes, distance: ITER 10: 224.22 M hits/sec, 131.73 QPS (1.71 sec for 225 queries), totHits=382961957 793.7s: shapes, distance: ITER 11: 222.33 M hits/sec, 130.62 QPS (1.72 sec for 225 queries), totHits=382961957 795.5s: shapes, distance: ITER 12: 222.63 M hits/sec, 130.80 QPS (1.72 sec for 225 queries), totHits=382961957 797.2s: shapes, distance: ITER 13: 225.04 M hits/sec, 132.22 QPS (1.70 sec for 225 queries), totHits=382961957 798.9s: shapes, distance: ITER 14: 224.24 M hits/sec, 131.74 QPS (1.71 sec for 225 queries), totHits=382961957 800.6s: shapes, distance: ITER 15: 223.12 M hits/sec, 131.09 QPS (1.72 sec for 225 queries), totHits=382961957 802.3s: shapes, distance: ITER 16: 224.93 M hits/sec, 132.15 QPS (1.70 sec for 225 queries), totHits=382961957 804.0s: shapes, distance: ITER 17: 224.08 M hits/sec, 131.65 QPS (1.71 sec for 225 queries), totHits=382961957 805.7s: shapes, distance: ITER 18: 222.82 M hits/sec, 130.91 QPS (1.72 sec for 225 queries), totHits=382961957 807.5s: shapes, distance: ITER 19: 220.94 M hits/sec, 129.81 QPS (1.73 sec for 225 queries), totHits=382961957 807.5s: shapes, distance: BEST M hits/sec: 226.91312054137637 807.5s: shapes, distance: BEST QPS: 133.31729480850152 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.20|188.51|383371904| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|226.91|133.32|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 807.7s: points, box: INDEX SIZE: 0.4939169967547059 GB 807.7s: points, box: READER MB: 0.0 807.7s: points, box: maxDoc=60844404 808.4s: points, box: ITER 0: 322.45 M hits/sec, 328.11 QPS (0.69 sec for 225 queries), totHits=221118844 808.4s: points, box: *** 808.8s: points, box: ITER 1: 544.33 M hits/sec, 553.88 QPS (0.41 sec for 225 queries), totHits=221118844 808.8s: points, box: *** 809.2s: points, box: ITER 2: 524.16 M hits/sec, 533.36 QPS (0.42 sec for 225 queries), totHits=221118844 809.6s: points, box: ITER 3: 558.64 M hits/sec, 568.45 QPS (0.40 sec for 225 queries), totHits=221118844 809.6s: points, box: *** 810.0s: points, box: ITER 4: 536.02 M hits/sec, 545.42 QPS (0.41 sec for 225 queries), totHits=221118844 810.5s: points, box: ITER 5: 499.68 M hits/sec, 508.45 QPS (0.44 sec for 225 queries), totHits=221118844 810.8s: points, box: ITER 6: 597.35 M hits/sec, 607.83 QPS (0.37 sec for 225 queries), totHits=221118844 810.8s: points, box: *** 811.2s: points, box: ITER 7: 570.69 M hits/sec, 580.70 QPS (0.39 sec for 225 queries), totHits=221118844 811.6s: points, box: ITER 8: 562.93 M hits/sec, 572.81 QPS (0.39 sec for 225 queries), totHits=221118844 812.0s: points, box: ITER 9: 519.18 M hits/sec, 528.29 QPS (0.43 sec for 225 queries), totHits=221118844 812.5s: points, box: ITER 10: 531.89 M hits/sec, 541.23 QPS (0.42 sec for 225 queries), totHits=221118844 812.8s: points, box: ITER 11: 609.79 M hits/sec, 620.49 QPS (0.36 sec for 225 queries), totHits=221118844 812.8s: points, box: *** 813.2s: points, box: ITER 12: 625.08 M hits/sec, 636.05 QPS (0.35 sec for 225 queries), totHits=221118844 813.2s: points, box: *** 813.5s: points, box: ITER 13: 600.71 M hits/sec, 611.25 QPS (0.37 sec for 225 queries), totHits=221118844 813.9s: points, box: ITER 14: 622.80 M hits/sec, 633.73 QPS (0.36 sec for 225 queries), totHits=221118844 814.3s: points, box: ITER 15: 619.80 M hits/sec, 630.68 QPS (0.36 sec for 225 queries), totHits=221118844 814.6s: points, box: ITER 16: 587.49 M hits/sec, 597.80 QPS (0.38 sec for 225 queries), totHits=221118844 815.0s: points, box: ITER 17: 568.07 M hits/sec, 578.05 QPS (0.39 sec for 225 queries), totHits=221118844 815.4s: points, box: ITER 18: 592.35 M hits/sec, 602.75 QPS (0.37 sec for 225 queries), totHits=221118844 815.8s: points, box: ITER 19: 598.84 M hits/sec, 609.35 QPS (0.37 sec for 225 queries), totHits=221118844 815.8s: points, box: BEST M hits/sec: 625.079991264665 815.8s: points, box: BEST QPS: 636.0516159108973 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.20|188.51|383371904| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|226.91|133.32|382961957| |box|geo3d|||| |box|points|625.08|636.05|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 816.0s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 816.0s: geo3d, box: READER MB: 0.0 816.0s: geo3d, box: maxDoc=60844404 817.2s: geo3d, box: ITER 0: 183.11 M hits/sec, 186.32 QPS (1.21 sec for 225 queries), totHits=221118844 817.2s: geo3d, box: *** 818.2s: geo3d, box: ITER 1: 227.67 M hits/sec, 231.67 QPS (0.97 sec for 225 queries), totHits=221118844 818.2s: geo3d, box: *** 819.1s: geo3d, box: ITER 2: 244.20 M hits/sec, 248.49 QPS (0.91 sec for 225 queries), totHits=221118844 819.1s: geo3d, box: *** 820.1s: geo3d, box: ITER 3: 229.70 M hits/sec, 233.73 QPS (0.96 sec for 225 queries), totHits=221118844 821.0s: geo3d, box: ITER 4: 227.09 M hits/sec, 231.08 QPS (0.97 sec for 225 queries), totHits=221118844 821.9s: geo3d, box: ITER 5: 257.07 M hits/sec, 261.59 QPS (0.86 sec for 225 queries), totHits=221118844 821.9s: geo3d, box: *** 822.8s: geo3d, box: ITER 6: 249.23 M hits/sec, 253.60 QPS (0.89 sec for 225 queries), totHits=221118844 823.7s: geo3d, box: ITER 7: 247.89 M hits/sec, 252.24 QPS (0.89 sec for 225 queries), totHits=221118844 824.6s: geo3d, box: ITER 8: 249.33 M hits/sec, 253.71 QPS (0.89 sec for 225 queries), totHits=221118844 825.5s: geo3d, box: ITER 9: 252.06 M hits/sec, 256.48 QPS (0.88 sec for 225 queries), totHits=221118844 826.4s: geo3d, box: ITER 10: 244.42 M hits/sec, 248.71 QPS (0.90 sec for 225 queries), totHits=221118844 827.2s: geo3d, box: ITER 11: 249.32 M hits/sec, 253.70 QPS (0.89 sec for 225 queries), totHits=221118844 828.1s: geo3d, box: ITER 12: 247.24 M hits/sec, 251.57 QPS (0.89 sec for 225 queries), totHits=221118844 829.1s: geo3d, box: ITER 13: 242.30 M hits/sec, 246.55 QPS (0.91 sec for 225 queries), totHits=221118844 830.0s: geo3d, box: ITER 14: 239.36 M hits/sec, 243.56 QPS (0.92 sec for 225 queries), totHits=221118844 830.9s: geo3d, box: ITER 15: 248.14 M hits/sec, 252.50 QPS (0.89 sec for 225 queries), totHits=221118844 831.8s: geo3d, box: ITER 16: 249.88 M hits/sec, 254.27 QPS (0.88 sec for 225 queries), totHits=221118844 832.6s: geo3d, box: ITER 17: 249.81 M hits/sec, 254.20 QPS (0.89 sec for 225 queries), totHits=221118844 833.5s: geo3d, box: ITER 18: 248.17 M hits/sec, 252.53 QPS (0.89 sec for 225 queries), totHits=221118844 834.4s: geo3d, box: ITER 19: 247.79 M hits/sec, 252.14 QPS (0.89 sec for 225 queries), totHits=221118844 834.4s: geo3d, box: BEST M hits/sec: 257.0728108133723 834.4s: geo3d, box: BEST QPS: 261.5850435298439 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.20|188.51|383371904| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|226.91|133.32|382961957| |box|geo3d|257.07|261.59|221118844| |box|points|625.08|636.05|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|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 834.7s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 834.7s: shapes, box: READER MB: 0.0 834.7s: shapes, box: maxDoc=60844404 836.1s: shapes, box: ITER 0: 164.17 M hits/sec, 167.05 QPS (1.35 sec for 225 queries), totHits=221118844 836.1s: shapes, box: *** 837.2s: shapes, box: ITER 1: 200.00 M hits/sec, 203.51 QPS (1.11 sec for 225 queries), totHits=221118844 837.2s: shapes, box: *** 838.3s: shapes, box: ITER 2: 192.93 M hits/sec, 196.32 QPS (1.15 sec for 225 queries), totHits=221118844 839.4s: shapes, box: ITER 3: 199.86 M hits/sec, 203.37 QPS (1.11 sec for 225 queries), totHits=221118844 840.5s: shapes, box: ITER 4: 205.97 M hits/sec, 209.58 QPS (1.07 sec for 225 queries), totHits=221118844 840.5s: shapes, box: *** 841.6s: shapes, box: ITER 5: 201.54 M hits/sec, 205.08 QPS (1.10 sec for 225 queries), totHits=221118844 842.6s: shapes, box: ITER 6: 208.87 M hits/sec, 212.54 QPS (1.06 sec for 225 queries), totHits=221118844 842.6s: shapes, box: *** 843.7s: shapes, box: ITER 7: 203.73 M hits/sec, 207.31 QPS (1.09 sec for 225 queries), totHits=221118844 844.8s: shapes, box: ITER 8: 209.79 M hits/sec, 213.47 QPS (1.05 sec for 225 queries), totHits=221118844 844.8s: shapes, box: *** 845.9s: shapes, box: ITER 9: 203.26 M hits/sec, 206.83 QPS (1.09 sec for 225 queries), totHits=221118844 846.9s: shapes, box: ITER 10: 210.83 M hits/sec, 214.53 QPS (1.05 sec for 225 queries), totHits=221118844 846.9s: shapes, box: *** 848.0s: shapes, box: ITER 11: 204.60 M hits/sec, 208.19 QPS (1.08 sec for 225 queries), totHits=221118844 849.1s: shapes, box: ITER 12: 202.85 M hits/sec, 206.41 QPS (1.09 sec for 225 queries), totHits=221118844 850.2s: shapes, box: ITER 13: 207.71 M hits/sec, 211.36 QPS (1.06 sec for 225 queries), totHits=221118844 851.2s: shapes, box: ITER 14: 203.79 M hits/sec, 207.37 QPS (1.09 sec for 225 queries), totHits=221118844 852.3s: shapes, box: ITER 15: 203.40 M hits/sec, 206.97 QPS (1.09 sec for 225 queries), totHits=221118844 853.4s: shapes, box: ITER 16: 204.11 M hits/sec, 207.69 QPS (1.08 sec for 225 queries), totHits=221118844 854.5s: shapes, box: ITER 17: 209.55 M hits/sec, 213.23 QPS (1.06 sec for 225 queries), totHits=221118844 855.5s: shapes, box: ITER 18: 207.47 M hits/sec, 211.11 QPS (1.07 sec for 225 queries), totHits=221118844 856.6s: shapes, box: ITER 19: 206.91 M hits/sec, 210.55 QPS (1.07 sec for 225 queries), totHits=221118844 856.6s: shapes, box: BEST M hits/sec: 210.8323394300179 856.6s: shapes, box: BEST QPS: 214.53294307089462 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.9s|0.0s|0.70|0.00| |points|112.3s|0.0s|0.49|0.00| |shapes|165.7s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.20|188.51|383371904| |distance|points|323.03|189.79|382961957| |distance|geopoint|||| |distance|shapes|226.91|133.32|382961957| |box|geo3d|257.07|261.59|221118844| |box|points|625.08|636.05|221118844| |box|geopoint|||| |box|shapes|210.83|214.53|221118844| |poly 10|geo3d|248.94|157.40|355855227| |poly 10|points|287.24|181.64|355809475| |poly 10|geopoint|||| |poly 10|shapes|196.57|124.31|355809475| |polyMedium|geo3d|2.60|31.89|2693541| |polyMedium|points|16.86|206.53|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.78|168.82|2693559| |polyRussia|geo3d|3.70|1.06|3508671| |polyRussia|points|66.81|19.04|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.49|13.25|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3259.76|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|160.46|163.28|221118844| |sort|geopoint|||| |sort|shapes|||| Took 857.9 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 3c607cfb388..96d2aff44d4 main -> origin/main Updating 3c607cfb388..96d2aff44d4 Fast-forward gradle/libs.versions.toml | 4 +- lucene/CHANGES.txt | 12 +++ .../compound/hyphenation/PatternParser.java | 10 ++- .../compound/hyphenation/TestPatternParser.java | 53 ++++++++++++++ .../Lucene102BinaryQuantizedVectorsWriter.java | 25 ++++++- .../Lucene99ScalarQuantizedVectorsWriter.java | 19 ++++- .../lucene/codecs/BufferingKnnVectorsWriter.java | 2 +- .../Lucene104ScalarQuantizedVectorsWriter.java | 27 ++++++- .../vectorization/NativeVectorUtilSupport.java | 2 + .../vectorization/NativeVectorizationProvider.java | 6 +- lucene/licenses/junit-jupiter-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-6.1.0.jar.sha1 | 1 + lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-engine-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-params-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-params-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-commons-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-commons-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-engine-6.1.0.jar.sha1 | 1 + .../junit-platform-launcher-6.0.3.jar.sha1 | 1 - .../junit-platform-launcher-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-testkit-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-testkit-6.1.0.jar.sha1 | 1 + .../licenses/junit-vintage-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-vintage-engine-6.1.0.jar.sha1 | 1 + .../randomizedtesting-runner-2.8.4.jar.sha1 | 1 - .../randomizedtesting-runner-2.9.1.jar.sha1 | 1 + .../lucene/spatial3d/geom/SerializableObject.java | 85 +++++++++++----------- .../lucene/spatial3d/geom/StandardObjects.java | 8 +- .../geom/TestSerializableObjectClassFilter.java | 82 +++++++++++++++++++++ .../tests/index/BaseKnnVectorsFormatTestCase.java | 69 ++++++++++++++++++ versions.lock | 38 +++++----- 35 files changed, 370 insertions(+), 92 deletions(-) create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/hyphenation/TestPatternParser.java delete mode 100644 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-params-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-params-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-commons-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-commons-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-launcher-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-launcher-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-testkit-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-testkit-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-vintage-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-vintage-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/randomizedtesting-runner-2.8.4.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-runner-2.9.1.jar.sha1 create mode 100644 lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.java creating directories /l/logs.nightly/taxis/2026.05.30.20.39.54... Lucene git hash: 96d2aff44d45b933027c632fc86f330258403835 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.30.20.39.54/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.30.20.39.54/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 96.8 K docs/sec 6.7 sec: 0.6 M docs; 89.3 K docs/sec 10.0 sec: 0.9 M docs; 90.3 K docs/sec 13.1 sec: 1.2 M docs; 91.5 K docs/sec 16.3 sec: 1.5 M docs; 92.0 K docs/sec 20.2 sec: 1.9 M docs; 93.9 K docs/sec 23.5 sec: 2.2 M docs; 93.7 K docs/sec 27.4 sec: 2.6 M docs; 94.9 K docs/sec 31.3 sec: 3.0 M docs; 95.7 K docs/sec 34.5 sec: 3.3 M docs; 95.7 K docs/sec 47.0 sec: 3.7 M docs; 78.7 K docs/sec 50.9 sec: 4.1 M docs; 80.5 K docs/sec 54.1 sec: 4.4 M docs; 81.3 K docs/sec 58.1 sec: 4.8 M docs; 82.6 K docs/sec 62.1 sec: 5.2 M docs; 83.8 K docs/sec 65.2 sec: 5.5 M docs; 84.3 K docs/sec 69.2 sec: 5.9 M docs; 85.3 K docs/sec 73.2 sec: 6.3 M docs; 86.1 K docs/sec 76.3 sec: 6.6 M docs; 86.5 K docs/sec 80.3 sec: 7.0 M docs; 87.2 K docs/sec 92.7 sec: 7.4 M docs; 79.8 K docs/sec 95.9 sec: 7.7 M docs; 80.3 K docs/sec 99.8 sec: 8.1 M docs; 81.2 K docs/sec 103.8 sec: 8.5 M docs; 81.9 K docs/sec 106.9 sec: 8.8 M docs; 82.3 K docs/sec 110.9 sec: 9.2 M docs; 83.0 K docs/sec 114.8 sec: 9.6 M docs; 83.6 K docs/sec 118.0 sec: 9.9 M docs; 83.9 K docs/sec 121.9 sec: 10.3 M docs; 84.5 K docs/sec 125.9 sec: 10.7 M docs; 85.0 K docs/sec 137.6 sec: 11.0 M docs; 80.0 K docs/sec 141.5 sec: 11.4 M docs; 80.5 K docs/sec 145.5 sec: 11.8 M docs; 81.1 K docs/sec 148.6 sec: 12.1 M docs; 81.4 K docs/sec 152.6 sec: 12.5 M docs; 81.9 K docs/sec 156.5 sec: 12.9 M docs; 82.4 K docs/sec 159.7 sec: 13.2 M docs; 82.7 K docs/sec 163.7 sec: 13.6 M docs; 83.1 K docs/sec 167.6 sec: 14.0 M docs; 83.5 K docs/sec 170.8 sec: 14.3 M docs; 83.7 K docs/sec 183.3 sec: 14.7 M docs; 80.2 K docs/sec 187.2 sec: 15.1 M docs; 80.7 K docs/sec 190.4 sec: 15.4 M docs; 80.9 K docs/sec 194.3 sec: 15.8 M docs; 81.3 K docs/sec 198.3 sec: 16.2 M docs; 81.7 K docs/sec 201.4 sec: 16.5 M docs; 81.9 K docs/sec 205.4 sec: 16.9 M docs; 82.3 K docs/sec 209.3 sec: 17.3 M docs; 82.6 K docs/sec 212.5 sec: 17.6 M docs; 82.8 K docs/sec 216.4 sec: 18.0 M docs; 83.2 K docs/sec 228.9 sec: 18.4 M docs; 80.4 K docs/sec 232.0 sec: 18.7 M docs; 80.6 K docs/sec 236.0 sec: 19.1 M docs; 80.9 K docs/sec 239.2 sec: 19.4 M docs; 81.1 K docs/sec 243.1 sec: 19.8 M docs; 81.5 K docs/sec 244.7 sec: 20.0 M docs; 81.7 K docs/sec index is 2.21 GB CheckIndex sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.30.20.39.54/checkIndexsparse-sorted.log took 0.5 sec DiskUsage sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.30.20.39.54/diskUsagesparse-sorted.log took 52.0 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.30.20.39.54/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.30.20.39.54/index.1threads.sparse.log 4.7 sec: 0.4 M docs; 85.8 K docs/sec 8.5 sec: 0.8 M docs; 93.8 K docs/sec 11.6 sec: 1.1 M docs; 94.8 K docs/sec 15.3 sec: 1.5 M docs; 98.0 K docs/sec 19.0 sec: 1.9 M docs; 99.9 K docs/sec 22.1 sec: 2.2 M docs; 99.6 K docs/sec 25.8 sec: 2.6 M docs; 100.6 K docs/sec 29.6 sec: 3.0 M docs; 101.5 K docs/sec 33.2 sec: 3.4 M docs; 102.3 K docs/sec 43.9 sec: 3.7 M docs; 84.3 K docs/sec 47.6 sec: 4.1 M docs; 86.1 K docs/sec 51.3 sec: 4.5 M docs; 87.7 K docs/sec 54.4 sec: 4.8 M docs; 88.3 K docs/sec 58.1 sec: 5.2 M docs; 89.5 K docs/sec 61.9 sec: 5.6 M docs; 90.5 K docs/sec 65.5 sec: 6.0 M docs; 91.6 K docs/sec 68.6 sec: 6.3 M docs; 91.9 K docs/sec 72.2 sec: 6.7 M docs; 92.8 K docs/sec 75.3 sec: 7.0 M docs; 93.0 K docs/sec 86.6 sec: 7.4 M docs; 85.5 K docs/sec 90.3 sec: 7.8 M docs; 86.4 K docs/sec 94.0 sec: 8.2 M docs; 87.3 K docs/sec 97.0 sec: 8.5 M docs; 87.6 K docs/sec 100.7 sec: 8.9 M docs; 88.4 K docs/sec 104.5 sec: 9.3 M docs; 89.0 K docs/sec 108.1 sec: 9.7 M docs; 89.7 K docs/sec 111.2 sec: 10.0 M docs; 90.0 K docs/sec 114.9 sec: 10.4 M docs; 90.5 K docs/sec 118.6 sec: 10.8 M docs; 91.1 K docs/sec 128.3 sec: 11.0 M docs; 85.7 K docs/sec 132.1 sec: 11.4 M docs; 86.3 K docs/sec 135.8 sec: 11.8 M docs; 86.9 K docs/sec 139.5 sec: 12.2 M docs; 87.5 K docs/sec 143.2 sec: 12.6 M docs; 88.0 K docs/sec 146.9 sec: 13.0 M docs; 88.5 K docs/sec 150.6 sec: 13.4 M docs; 89.0 K docs/sec 154.2 sec: 13.8 M docs; 89.5 K docs/sec 157.2 sec: 14.1 M docs; 89.7 K docs/sec 161.0 sec: 14.5 M docs; 90.1 K docs/sec 170.7 sec: 14.7 M docs; 86.1 K docs/sec 174.4 sec: 15.1 M docs; 86.6 K docs/sec 178.1 sec: 15.5 M docs; 87.0 K docs/sec 181.8 sec: 15.9 M docs; 87.5 K docs/sec 185.5 sec: 16.3 M docs; 87.9 K docs/sec 189.2 sec: 16.7 M docs; 88.2 K docs/sec 192.9 sec: 17.1 M docs; 88.6 K docs/sec 196.6 sec: 17.5 M docs; 89.0 K docs/sec 200.3 sec: 17.9 M docs; 89.3 K docs/sec 204.0 sec: 18.3 M docs; 89.7 K docs/sec 213.0 sec: 18.4 M docs; 86.4 K docs/sec 216.7 sec: 18.8 M docs; 86.7 K docs/sec 220.4 sec: 19.2 M docs; 87.1 K docs/sec 224.1 sec: 19.6 M docs; 87.4 K docs/sec 227.9 sec: 20.0 M docs; 87.8 K docs/sec 227.9 sec: 20.0 M docs; 87.8 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.30.20.39.54/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.30.20.39.54/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.30.20.39.54/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.30.20.39.54/index.1threads.nonsparse.log 3.0 sec: 0.3 M docs; 101.2 K docs/sec 6.5 sec: 0.6 M docs; 92.7 K docs/sec 9.6 sec: 0.9 M docs; 93.3 K docs/sec 12.7 sec: 1.2 M docs; 94.5 K docs/sec 15.8 sec: 1.5 M docs; 94.9 K docs/sec 19.6 sec: 1.9 M docs; 96.9 K docs/sec 23.3 sec: 2.3 M docs; 98.9 K docs/sec 26.3 sec: 2.6 M docs; 98.9 K docs/sec 29.9 sec: 3.0 M docs; 100.2 K docs/sec 33.5 sec: 3.4 M docs; 101.4 K docs/sec 44.0 sec: 3.7 M docs; 84.1 K docs/sec 47.7 sec: 4.1 M docs; 86.0 K docs/sec 51.3 sec: 4.5 M docs; 87.7 K docs/sec 54.3 sec: 4.8 M docs; 88.4 K docs/sec 58.0 sec: 5.2 M docs; 89.7 K docs/sec 61.6 sec: 5.6 M docs; 90.8 K docs/sec 65.2 sec: 6.0 M docs; 92.0 K docs/sec 68.3 sec: 6.3 M docs; 92.3 K docs/sec 71.9 sec: 6.7 M docs; 93.2 K docs/sec 75.5 sec: 7.1 M docs; 94.0 K docs/sec 85.9 sec: 7.4 M docs; 86.2 K docs/sec 89.6 sec: 7.8 M docs; 87.1 K docs/sec 93.2 sec: 8.2 M docs; 88.0 K docs/sec 96.8 sec: 8.6 M docs; 88.8 K docs/sec 100.5 sec: 9.0 M docs; 89.6 K docs/sec 104.1 sec: 9.4 M docs; 90.3 K docs/sec 107.8 sec: 9.8 M docs; 90.9 K docs/sec 111.5 sec: 10.2 M docs; 91.5 K docs/sec 115.2 sec: 10.6 M docs; 92.0 K docs/sec 126.9 sec: 11.0 M docs; 86.7 K docs/sec 130.6 sec: 11.4 M docs; 87.3 K docs/sec 134.3 sec: 11.8 M docs; 87.9 K docs/sec 137.9 sec: 12.2 M docs; 88.5 K docs/sec 141.6 sec: 12.6 M docs; 89.0 K docs/sec 145.2 sec: 13.0 M docs; 89.5 K docs/sec 148.9 sec: 13.4 M docs; 90.0 K docs/sec 152.5 sec: 13.8 M docs; 90.5 K docs/sec 156.2 sec: 14.2 M docs; 90.9 K docs/sec 159.8 sec: 14.6 M docs; 91.3 K docs/sec 168.7 sec: 14.7 M docs; 87.2 K docs/sec 172.3 sec: 15.1 M docs; 87.6 K docs/sec 176.0 sec: 15.5 M docs; 88.1 K docs/sec 179.6 sec: 15.9 M docs; 88.5 K docs/sec 183.3 sec: 16.3 M docs; 88.9 K docs/sec 186.9 sec: 16.7 M docs; 89.3 K docs/sec 190.6 sec: 17.1 M docs; 89.7 K docs/sec 194.3 sec: 17.5 M docs; 90.1 K docs/sec 197.9 sec: 17.9 M docs; 90.4 K docs/sec 201.5 sec: 18.3 M docs; 90.8 K docs/sec 210.3 sec: 18.4 M docs; 87.5 K docs/sec 214.0 sec: 18.8 M docs; 87.9 K docs/sec 217.6 sec: 19.2 M docs; 88.2 K docs/sec 221.3 sec: 19.6 M docs; 88.6 K docs/sec 224.9 sec: 20.0 M docs; 88.9 K docs/sec 224.9 sec: 20.0 M docs; 88.9 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.30.20.39.54/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.30.20.39.54/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.30.20.39.54/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 Sat May 30 08:55:05 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 Sat May 30 08:56:30 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 354G 481G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 2010125 + wait 2010125 + 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.29.12.00.19 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.29.12.00.19